Data Collection Overview - kb2ma/RIOT GitHub Wiki
This section describes a practical data collection application we created with RIOT. This app helps us develop and exercise gcoap by using it as we expect others will.
As of May 2017, the app includes the features below. See the project README for more details.
- Collects readings from a temperature sensor using the SAUL API.
- Uses gcoap to send the readings to Datahead, via Observe.
- Supports several networking setups:
- RPL-based wireless through a border router
- SLIP-based on a border router
- native-based to test application messaging
Roadmap
- Use CBOR (and SenML?) to encode data.
- Output data to a time series graph.
- Adapt COMI to send/receive data?