Nano gateway connect to my own server



  • Hello
    I am now doing a project using LoPy, to control a device using a PC from a far distance. The device is using TCP/IP to communicate between PC, if the PC and device are not in same WiFi environment it will disconnect. So I am now using LoPy to act as a gateway to transmit and receive the packet data. One of the LoPy act as nano gateway to connect to my PC server, another LoPy code as the node to the device.
    can I use the example from TTN, instead of connecting to the TTN website, I connect to my own server IP address and port to make sure it works.
    SERVER = '192.168.1.15' # server address & port to forward received data to
    PORT = 1234



Pycom on Twitter