osd-contiki/examples/avr-rss2/ipv6/rpl-udp-report
2016-12-04 03:29:49 +02:00
..
Makefile Correct paths when moving examples for regession tests 2016-05-14 22:48:09 +02:00
project-conf.h Moving the avr-rss2 platform examples to the global examples 2016-05-14 12:05:19 +02:00
README.md Moving the avr-rss2 platform examples to the global examples 2016-05-14 12:05:19 +02:00
report.c Fix the leftover mentions of aaaa as a prefix to be UIP_DS6_DEFAULT_PREFIX (now fd00) 2016-12-04 03:29:49 +02:00
rss2-rpl-udp.csc Moving the avr-rss2 platform examples to the global examples 2016-05-14 12:05:19 +02:00
sink.c add missing include 2016-12-04 03:29:49 +02:00

This application is derived form rpl-udp.

It's modified to show:

  • Reading out sensors from the avr-rss2 platform. Which should follow the Contiki conventions.

  • Encode the data according to the sensd TAG format. In effect the sensd GW and rest of "eco-system" as Mobile apps etc can be used for a simple and flexible data collection, Sink mote will be connected to sensd GW.

References and code: https://github.com/herjulf/sensd https://github.com/herjulf/Read-Sensors (Android app. Also at Google Play)