Monitoring of TTN nodes
- PHP
- MySQL
- Upload backend to public web server
- Create new database
- Restore the database structure from Database/
- Copy config-example.php to config.php
- Modify your configuration
To prevent third parties to send spoofed data, there is an authentication mechanism. The database structure is explained in Database/
- The Authentication header is checked
- If valid the device serial is checked
- Only if the device serial is registered to the users key, the data accepted
- webhook/ Contains the webhook for the TTN HTTP integration