This service allows you to temporarily store and retrieve IoT data via HTTP. Below are some examples of how you can interact with the server:
Just use this url generated just for you:
No records
GET /kpGET /u/{upload-key}/?temp=23&hum=43GET /d/{download-key}/jsonGET /d/{download-key}/plain/{param}GET /patch/{upload-key}/house_1/?temp=23&hum=43GET /patch/{upload-key}/house_1/?voltage=230GET /patch/{upload-key}/house_2/basement/room1/?voltage=230
The download key can be derived from the upload key.
echo -n "5347d61e218f9a7988292c82ddfe347a276fcb82dd2df8aaad733c8970379f41" | sha256sum
You can find the source code and contribute to this project on GitHub:
IoT Ephemeral Value Store Server on GitHub