CoAP -03
TinyOS CoAP
Contents
This page describes how to setup the TinyOS CoAP implementation based on libcoap, which implements the Constrained Application Protocol (CoAP) [[1]].
This adaptation uses the TinyOS blip stack for UDP communication.
Installation instructions
git tinyos-main from mab
git submodule libcoap
TODO
Important parts of TinyOS CoAP
$TOSROOT/apps/CoapBlip/* | Sample application | |||
$TOSROOT/support/make/coap.extra | Makefile extension for CoAP | |||
$TOSROOT/tos/lib/app/coap/* | Core libcoap TinyOS adaptation | |||
|
CoAP interfaces |
Wiring your resource to the application
ReadResource
WriteResource
TODO