Hi,
I would like to know if it is possible to register a known device
in the lora network server remotely? (without using ssh)
I’m currently using the lora-query tool via ssh but
I would like to do this from an application server.
I tried to use the UDP port 6677 but it only works when I’m
logged in the gateway (localhost).
-
Works when logged as admin:
nc -u localhost 6677 -
Doesn’t work from another pc:
nc -u 192.168.1.XX 6677
Is there anything like this already implemented?
Am I using the UDP connection correctly?
Thank you in advance,
Rafael Costa