I have updated Conduit to 1.4.16, but gateway stats still not working.
Home › Forums › Conduit: AEP Model › I have updated Conduit to 1.4.16, but gateway stats still not working.
- This topic has 8 replies, 2 voices, and was last updated 7 years, 1 month ago by
Jason Reiss.
-
AuthorPosts
-
May 7, 2018 at 5:29 am #23378
10350 2058
BlockedThis is my gateway config. How do I solve the problem?
{ "gateway_conf":{ "gateway_ID":"<WILL-BE-AUTO-REPLACED-WITH-LORA-EUI>", "keepalive_interval":10, "stat_interval":30, "push_timeout_ms":100, "forward_crc_disabled":false, "forward_crc_error":false, "forward_crc_valid":true, "server_address":"...", "serv_port_up":1700, "serv_port_down":1700, } }
-
This topic was modified 7 years, 1 month ago by
10350 2058.
-
This topic was modified 7 years, 1 month ago by
10350 2058.
-
This topic was modified 7 years, 1 month ago by
10350 2058.
May 7, 2018 at 7:09 am #23382Jason Reiss
KeymasterHello 10350 2058,
What is the issue and what are you trying to do?
Looks like you may be attempting to connect to the things network?
https://www.thethingsnetwork.org/docs/gateways/multitech/aep.html
https://www.thethingsnetwork.org/docs/gateways/packet-forwarder/semtech-udp.htmlBasic AEP instructions.
AEP 1.4.16 has a GUI to help configure of the packet forwarder
http://www.multitech.net/developer/software/aep/lorawan-aep/lorawan-network-settings/Select Channel Plan US915 or EU868 or Other region
Select FSB 2 if using US915
Set server address and up/down ports to the remote server.
Click Submit
Restart LoRa Services to enact changes.Save or Save and Restart to make changes permanent.
May 7, 2018 at 8:56 am #2338310350 2058
BlockedI hid my IP address. I setup LoRa Server, and I want the gateway sends its stats every 30 secs, but my LoRa Server didn’t received. I have searched the Google, someone said packet-forwarder must have protocol version 2, but I already updated Conduit to latest version (1.4.16). How can I modify packet-forwarder protocol version?
May 7, 2018 at 9:21 am #23386Jason Reiss
KeymasterWhat is the model of installed MTAC-LORA card?
MTAC-LORA-1.5 is required for v2 protocol packet forwarder.AEP Dashboard lists the card information.
Accessory cards
Card 2 (AP2)
Model Number MTAC-LORA-868
Serial Number xxxxxxxx
Hardware MTAC-LORA-1.0May 8, 2018 at 12:49 am #2339110350 2058
BlockedMy card is MTAC-LORA-1.0. So the only way is replacing my LoRa card with MTAC-LORA-1.5 version?
Card 1 (AP1) Model Number MTAC-LORA-915 Serial Number XXXXXXXX Hardware MTAC-LORA-1.0
May 8, 2018 at 6:46 am #23392Jason Reiss
KeymasterYes, that is the easiest way, USB interface to the MTAC card is not included with the updated packet forwarder using v2 protocol.
It may be possible to use a UDP bridge between the packet forwarder and network server to modify the protocol version byte to mimic v2.
The uplink and downlink UDP packets are compatible between versions. v2 has added feedback from the packet forwarder JIT queueing.https://github.com/Lora-net/packet_forwarder/blob/master/PROTOCOL.TXT
May 8, 2018 at 6:48 am #23393Jason Reiss
KeymasterOtherwise if you are able to modify the lora server code to accept v1 or v2 UDP packets.
May 8, 2018 at 10:49 am #2340310350 2058
BlockedDo you mean the LoRa server’s source code or configuration file? Because I couldn’t find any tutorial about changing accepted UDP version in configuration file of LoRa server.
May 8, 2018 at 11:02 am #23404Jason Reiss
KeymasterI assume it is in source code.
-
This topic was modified 7 years, 1 month ago by
-
AuthorPosts
- You must be logged in to reply to this topic.