TTN Munich Platform

From The Munich Maker Lab's Wiki
Revision as of 22:01, 4 January 2021 by Tiefpunkt (talk | contribs) (initial)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
   
TTN Munich Platform

Release status: beta [box doku]

Ttn-munich-logo.png
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

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