TTN Munich Platform
Jump to navigation
Jump to search
TTN Munich Platform Release status: beta [box doku] | |
---|---|
Description | a free LoRaWan Network for Munich |
Author(s) | Severin, Joe |
We're building a platform to enable development for TTN/LoRaWAN applications.
Architecture
Right now, we're running NodeRed instances, with some central infrastructure around it. All is containerised into individual Docker containers, and currently run on infrastructure provided by Severin. As we get more users, we'll likely migrate it to separate servers.
Central components
- LDAP Server
- LDAP User Management
- Self-Service Account Management
- HTTP(S) Proxy
Node-Red
Custom container base on the original docker image, with the LDAP auth plugin.
For the showroom instance, we need to allow anonymous read access, so we had to adapt the LDAP auth plugin a bit: modified code