Re: [Tinyos-help] how to send the data through blip

2011-05-31 Thread Markus Becker
Hi Eric. What pray tell is CoapBlip? It is an IETF CoAP implementation for TinyOS based on blip-1.0 (currently) and libcoap (http://sourceforge.net/projects/libcoap/). Do you have a pointer to it? http://docs.tinyos.net/tinywiki/index.php/CoAP http://hinrg.cs.jhu.edu/ip+sn2011/ Koojana

Re: [Tinyos-help] how to send the data through blip

2011-05-31 Thread Eric Decker
thanks for your response Markus. On Tue, May 31, 2011 at 1:05 AM, Markus Becker m...@comnets.uni-bremen.dewrote: Hi Eric. What pray tell is CoapBlip? It is an IETF CoAP implementation for TinyOS based on blip-1.0 (currently) and libcoap (http://sourceforge.net/projects/libcoap/). Do

Re: [Tinyos-help] how to send the data through blip

2011-05-31 Thread Markus Becker
thanks for your response Markus. On Tue, May 31, 2011 at 1:05 AM, Markus Becker m...@comnets.uni- bremen.dewrote: Hi Eric. What pray tell is CoapBlip? It is an IETF CoAP implementation for TinyOS based on blip-1.0 (currently) and libcoap

Re: [Tinyos-help] how to send the data through blip

2011-05-31 Thread Eric Decker
On Tue, May 31, 2011 at 1:37 AM, Markus Becker m...@comnets.uni-bremen.dewrote: The paper and the presentation slides are linked on that page. See below. Koojana Kuladinithi, Olaf Bergmann, Thomas Pötsch, Markus Becker and Carmelita Görg. Implementation of CoAP and its Application in

Re: [Tinyos-help] how to send the data through blip

2011-05-31 Thread Markus Becker
Yes. It's a REST-like application layer. What is REST? Representational State Transfer. http://en.wikipedia.org/wiki/Representational_State_Transfer How wedded is CoAP to blip?Can it sit on a lighter weight transport? It uses blip's UDP interface, i.e. sento, recvfrom, bind.

Re: [Tinyos-help] how to send the data through blip

2011-05-31 Thread Eric Decker
On Tue, May 31, 2011 at 2:29 AM, Markus Becker m...@comnets.uni-bremen.dewrote: Yes. It's a REST-like application layer. What is REST? Representational State Transfer. http://en.wikipedia.org/wiki/Representational_State_Transfer How wedded is CoAP to blip?Can it sit on a

Re: [Tinyos-help] how to send the data through blip

2011-05-23 Thread C.
Hello, If you're using blip, then you can send data to UPD ports using standard libraries depending of the language you use, for example using java you can reuse this code: http://zolertia.sourceforge.net/wiki/index.php/UDPTemp#Java_Configuration_Sender As you can see, we use these libraries in

Re: [Tinyos-help] how to send the data through blip

2011-05-22 Thread acamap
Hello Erick, Actually, I don't sure if is better CoapBlip than Blip. And because I am beginner in the TinyOS' world asked her if has an reason to use Blip, I thought probably she had used both or someone to knew strengths and weaknesses. Nowadays I am trying to do something similar that Emily,

Re: [Tinyos-help] how to send the data through blip

2011-05-20 Thread acamap
Hello Emily, I have the same question, but besides I have an other. Why you are trying to work with Blip (UDPEcho) and not with CoapBlip? Is there some reason for this?. Regards, Alejandro. hello every body i would like to ask about something in blip , i want to build an application over

Re: [Tinyos-help] how to send the data through blip

2011-05-20 Thread Eric Decker
What pray tell is CoapBlip? Do you have a pointer to it? Why are you saying it is better than Blip? If it is better can you state your reasons why you think it is better? I don't have a vested interest either way. But I am always looking for good code bases I can use. I don't like

[Tinyos-help] how to send the data through blip

2011-05-19 Thread Emily day
hello every body i would like to ask about something in blip , i want to build an application over blip (6lowpan protocol) i want to know the correct way to send the data through it for example : i have to collect data and send it to the base station through blip , i will say what i did i