From 72a50ac0f0c1d9b65fe46272f637924c973659c7 Mon Sep 17 00:00:00 2001 From: Alexander Gabriel Date: Sat, 2 May 2020 23:21:29 +0200 Subject: [PATCH] Added LoRaWAN --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 9c498f1..82f89ad 100644 --- a/README.MD +++ b/README.MD @@ -1,5 +1,5 @@ # TTN Tunnel -These two scripts enable you tu run a ttn gateway behind a http proxy. +These two scripts enable you tu run a LoRaWAN TTN gateway behind a http proxy. Imagine you are in secure site where no direct socket-connections to the internet are allowed and even if you are the IT-departement an don't want to open your network or even one port you can use this project to forward traffic from port 1700 to a ttn-gateway through a http proxy. I could not find any solution for this problem so i made two php-script that pick up UDP traffic and send it to a server in the internet (even through a http proxy) which sends it via UDP to a configured server.