CongducPham / LowCostLoRaGw

Low-cost LoRa IoT & gateway with SX12XX (SX1261/62/68; SX1272/76/77/78/79; SX1280/81), RaspberryPI and Arduino boards
699 stars 352 forks source link

Access and modify the Gateway From Internet #235

Open matiassantiagotimi opened 5 years ago

matiassantiagotimi commented 5 years ago

Hi I would like to know how to access to the gateway "without connectivity with the access point " For example: I'm far away (200Km) from the gateway and there is a problem. I can't access to "192.168.200.1" because I'm not connected to the access point of the gateway. The only thing Ican see through the internet is the information from the server like "ThingSpeak", etc. Is there any solution? Thanks

CongducPham commented 5 years ago

You can use ngrok or remot3it, see the corresponding README files

matiassantiagotimi commented 5 years ago

Thanks CongducPham !!!