Quantcast
Channel: MultiTech Developer Resources » All Posts
Viewing all articles
Browse latest Browse all 7111

Remote Device Provisioning

$
0
0

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


Viewing all articles
Browse latest Browse all 7111

Trending Articles