forked from RIOT-OS/RIOT
-
Notifications
You must be signed in to change notification settings - Fork 0
Data Collection Overview
Ken Bannister edited this page May 15, 2017
·
20 revisions
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
- Use CBOR (and SenML?) to encode data.
- Output data to a time series graph.
- Adapt COMI to send/receive data?