Configuration of the Multitech Conduit on Packet Forwarder
Home › Forums › Conduit: AEP Model › Configuration of the Multitech Conduit on Packet Forwarder
- This topic has 12 replies, 2 voices, and was last updated 9 years, 11 months ago by
Rafael Dos Santos.
-
AuthorPosts
-
May 11, 2016 at 8:17 am #12457
Rafael Dos Santos
ParticipantHi,
when i restart the lora-network-server, i get a problem because the json file “global_conf” isn’t generated.
what can i do?Rafael
May 11, 2016 at 8:25 am #12458Jason Reiss
KeymasterDo you have any messages being generated by the device?
What is the message from this command:
> /etc/init.d/lora-network-server restartIs the MTAC-LORA card seated properly and being read? MTAC-LORA info should show on the dashboard in the bottom right corner.
May 15, 2016 at 4:22 pm #12499Rafael Dos Santos
ParticipantHi Jason,
the message is:
stopping lora-network-server OK
starting lora-network-server OKand no problem with the MTAC-LORA
May 16, 2016 at 7:45 am #12506Jason Reiss
KeymasterRafael,
The global_conf.json file should be created in this directory
/var/run/lora/1/It will contain the json that has been entered into the packet forwarder configuration text area when configured for packet forwarder mode.
Can you provide more details one what you have done or what you are trying to do?
May 17, 2016 at 4:34 am #12538Rafael Dos Santos
ParticipantJason,
Thanks I see the file now.But I want to test if the packet forwarder can be LoRa to LoRa.
I think that can’t result.How can i do LoRaToLoRa with the gateway?
Can I install 2 MTAC-LORA on the Conduit?May 17, 2016 at 8:19 am #12543Jason Reiss
KeymasterThe MTAC-LORA radio can send and receive lora packets. With the correct settings the they can communicate.
The “ipol” setting is enabled when communicating with the end points.
The “ipol” setting is not enabled when end points are communicating with the gateway.
https://github.com/Lora-net/packet_forwarder/blob/master/PROTOCOL.TXTTwo cards can be installed and used and two packet forwarder processes can be started. The network server will only use one card by default.
May 18, 2016 at 3:29 am #12555Rafael Dos Santos
ParticipantThanks Jason
May 23, 2016 at 7:45 am #12639Rafael Dos Santos
ParticipantJason,
another question, I have 2 x gateway and one end point. I want to transmit data from mDot to gateway and after that gateway to gateway.
because I have a rang problem and I want to use one gateway like a “relay”.It’s possible to send data gateway to gateway from LoRa communication?
May 23, 2016 at 8:44 am #12640Jason Reiss
KeymasterIt would be “possible” to repeat the packet with one conduit, however there is no software available to support this.
This will only work with upstream packets. Downlink packets would arrive late.
May 23, 2016 at 9:04 am #12643Rafael Dos Santos
ParticipantOk, thanks Jason
I will tryMay 24, 2016 at 4:09 am #12648Rafael Dos Santos
ParticipantJason,
do you know which file I need to edit?
Node-Red on the Multitech conduit, can solve my problem?Thanks for your attention
May 24, 2016 at 7:23 am #12651Jason Reiss
KeymasterThere is no software available to support this. It would be a custom application running on the conduit.
Node-red could be used to listen for UDP packets from the forwarder and send them back to the forwarder with the key { “imme”: true } added to the packet.
For more details on downlink packet format see:
https://github.com/Lora-net/packet_forwarder/blob/master/PROTOCOL.TXTMay 30, 2016 at 4:25 am #12792Rafael Dos Santos
ParticipantThanks, Jason
-
AuthorPosts
- You must be logged in to reply to this topic.