coap_get_stat.py
coap_client_get_post.py
- python3
- aiocoap package
- numpy package
- matplotlib package
CC2650 with the contiki-web-demo : contiki repo.
See configuration files in the docs/cc2650 part of this repository.
make TARGET=srf06-cc26xx BOARD=sensortag/cc2650 all
this application get (via coap) several resources and then, when killed, displays some statistics.
this application get (via coap) a ressource and, if the value of the ressource is high enough, it post (via coap) to toggle the light on the same device.