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.