Skip to content

RobinMeis/TTNmon-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

185 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors