Bdenouden / IN4398-Advanced-Practical-IoT-and-Seminar

GNU General Public License v3.0
0 stars 0 forks source link

Server: Store sensor data to JSON file #6

Closed mdjong1 closed 4 years ago

mdjong1 commented 4 years ago

Store all received sensor data from the ESP's to a (or multiple) JSON file.

This will allow for sending of this JSON to the PWA API, and in case of failure, easy retrying.

In case of succes, delete JSON, in case of failure, keep it so it can be retried later?