Downlink message port.
-
Hi,
Is there a way to know in which port a downlink message has been sent ?
-
For the record, there is now a
socket.recvfrom(bufsize)
method that will return a(data, port)
tuple.
-
Sorry,
I forgot to mention that I'm working with LoRaWan, and I need to retrive the port of the downlink message once received by Lopy.
-
Are you talking about WiFi, Bluetooth, UDP, TCP/IP, ???