Difference between revisions of "CoAP -13"

From TinyOS Wiki
Jump to: navigation, search
(New page: = TinyOS CoAP (-08) = __TOC__ This page describes how to setup the TinyOS CoAP (-08) implementation based on [http://sourceforge.net/projects/libcoap/ libcoap] and uses the TinyOS blip-r...)
 
(TinyOS CoAP (-08))
Line 4: Line 4:
  
 
This page describes how to setup the TinyOS CoAP (-08) implementation based on [http://sourceforge.net/projects/libcoap/ libcoap] and uses the TinyOS blip-rpl stack for UDP communication.
 
This page describes how to setup the TinyOS CoAP (-08) implementation based on [http://sourceforge.net/projects/libcoap/ libcoap] and uses the TinyOS blip-rpl stack for UDP communication.
 +
 +
= TODO =
 +
 +
git location
 +
 +
= Modifications from -03 to -08 =
 +
* Interfaces: Read/WriteResource to CoapResource
 +
* ...

Revision as of 10:03, 24 March 2012

TinyOS CoAP (-08)

This page describes how to setup the TinyOS CoAP (-08) implementation based on libcoap and uses the TinyOS blip-rpl stack for UDP communication.

TODO

git location

Modifications from -03 to -08

  • Interfaces: Read/WriteResource to CoapResource
  • ...