jlab-sensing / DirtViz

DirtViz is a project to visualize data collected from sensors deployed in sensor networks.
https://dirtviz.jlab.ucsc.edu/
MIT License
4 stars 8 forks source link

Send response to sensor on successful processing #175

Open jmadden173 opened 5 months ago

jmadden173 commented 5 months ago

Integrate downlinks to device to ack the data as successfully inserted into the db and data can be cleared from local non-volatile storage on the sensor.

See https://www.thethingsindustries.com/docs/integrations/webhooks/scheduling-downlinks/ for how to do. Will need to store some secrets relating to the API and application ids.