osd-contiki/platform/avr-rss2/examples/ipv6/rpl-udp-report
2016-02-23 11:59:29 +02:00
..
Makefile Adding the avr-rss2 platform based on AtMega256RFR2 2016-02-22 20:46:07 +01:00
project-conf.h Adding the avr-rss2 platform based on AtMega256RFR2 2016-02-22 20:46:07 +01:00
README.md Adding the avr-rss2 platform based on AtMega256RFR2 2016-02-22 20:46:07 +01:00
report.c Adding the avr-rss2 platform based on AtMega256RFR2 2016-02-22 20:46:07 +01:00
rss2-rpl-udp.csc Adding the avr-rss2 platform based on AtMega256RFR2 2016-02-22 20:46:07 +01:00
sink.c Adding the avr-rss2 platform based on AtMega256RFR2 2016-02-22 20:46:07 +01: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)