CoAP -13

From TinyOS Wiki
Revision as of 04:28, 25 March 2012 by Mab (talk | contribs) (Modifications from -03 to -08)
Jump to: navigation, search

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
  • All resource components moved to tos/lib/net/coap/resources/
  • All translate components moved to tos/lib/net/coap/translate/
  • bind() -> setupContext()
  • Added ETSI plugtest resources
  • removed most code out of tinyos_net.c/h
  • ...