Skip to content

RobinMeis/TTNmon-Backend

Repository files navigation

TTNmon-Backend

Monitoring of TTN nodes

Requirements

  • PHP
  • MySQL

Setup

  1. Upload backend to public web server
  2. Create new database
  3. Restore the database structure from Database/
  4. Copy config-example.php to config.php
  5. Modify your configuration

Authentication

To prevent third parties to send spoofed data, there is an authentication mechanism. The database structure is explained in Database/

  1. The Authentication header is checked
  2. If valid the device serial is checked
  3. Only if the device serial is registered to the users key, the data accepted

Directories

  • webhook/ Contains the webhook for the TTN HTTP integration

About

Monitoring of TTN nodes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published