Used for storing IoT-data in Integrated Smart Systems (ISS) module. Allows you to store and retrieve variables in an SQL database via HTTP requests.
- PHP
- MySQL/MariaDB
- Web server (Apache, Nginx, etc.)
- Clone this repository.
- Create a database in MySQL/MariaDB to store IoT data.
- Rename
config.blank.php
toconfig.php
file and fill out your database credentials. - 📡 ··· 🛰️
The server accepts HTTP requests with the following format:
-
To store a variable:
https://yourserver.com/send/token/value
(Use mode 'send')- Example:
https://yourserver.com/send/abc123/0.001
- Example:
-
To retrieve a variable:
https://yourserver.com/get/token
(Use mode 'get')- Example:
https://yourserver.com/get/abc
- Example:
-
Never share sensitive or personal information