Node-Red: Lora In node and port
- This topic has 4 replies, 2 voices, and was last updated 10 years ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › Conduit: AEP Model › Node-Red: Lora In node and port
Hi all,
I just observed that in Node-Red, the Lora In node does not output the port…
is it normal?
Could someone tell me if it is possible to get it?
Thanks a lot,
Nicolas
Are you running the latest AEP version?
Yep!
And the not-so-good news is this is possible to set it for the lora out node.
Nothing for the Lora In one…
By “Yep!” you mean AEP 1.1.2?
You can double check the network server version with
/opt/lora/lora-network-server –version
With the lora-network-server 0.0.9 the port should be in the MQTT up packets and is an option for down packets.
Just set the port in the packet sent to the lora out node.
Yes, sorry, this is what I meant.
If I feel understood you suggest I use MQTT port to connect to the Lora Network Server to get the port of every upstream message the conduit receives.
Now, could it be possible to fully replace the lora in/out nodes with MQTT ones (that would make perfect sense), or shall i use the both of them?
Thanks again.