packet_forwarder icon indicating copy to clipboard operation
packet_forwarder copied to clipboard

A LoRa packet forwarder is a program running on the host of a LoRa gateway that forwards RF packets receive by the concentrator to a server through a IP/UDP link, and emits RF packets that are sent by...

Results 24 packet_forwarder issues
Sort by recently updated
recently updated
newest added

Hi, ``` Dec 20 17:42:30 raspberrypi sh[1132]: number of packets 3 Dec 20 17:42:30 raspberrypi sh[1132]: INFO: Received pkt from mote: 00A26052 (fcnt=1764) Dec 20 17:42:30 raspberrypi sh[1132]: JSON up:...

I have been working on to building packet forwarder software for onion omega board but i faced below problem. How to fix this ? ![Screenshot from 2022-01-26 10-54-29](https://user-images.githubusercontent.com/54961819/151129475-a5d4c860-8c7d-4819-b416-2e4aeab41fa4.png)

Is it correct that DevAddr 7 bit prefix for own experiments is 02 ? What are the rest 3 bytes of DevAddr ? is there special rule for selecting this...

I am building the network server, for LoRa sensor. I successfully generated the Join-Accept, however there are some things that are unclear, like timestamps. For Join-Accept timestamp, I simply take...

Hello there, I have a pygate with LoPy as a repeater and a a gateway. The gateway has a device's list and ai want to send periodically this list to...

We have setup 70 end nodes and two gateways. At night all the end nodes powered on simultaneously and sends the join request to gateway simultaneously. Due to this scenario...

We are using gateway development kit with LoRaWAn 2.4GHz. The global_config.json is configured to use SF11 on all 3 channels. We could join the network with these settings but during...

Hi, How can I configure the gateway (packets forwarder) to work as a repeater? Nodes transmit packets and gateway receive them, then the gateway forwards/transmits the packets to another gateway,...

I'm using RHF0M031 LoRa Gateway module with my custom gateway board(based Artik710, Ubuntu ), not the Raspberry pi platform. I'm sending confirmed uplinks. I have to receive downlink. ![tx_scheduled](https://user-images.githubusercontent.com/28711401/61506132-1cc52880-aa1c-11e9-86d6-3340faa9fb2d.PNG) There...

Looking at the PROTOCOL https://github.com/Lora-net/packet_forwarder/blob/d0226eae6e7b6bbaec6117d0d2372bf17819c438/PROTOCOL.TXT#L133-L135 And then at the code https://github.com/Lora-net/packet_forwarder/blob/d0226eae6e7b6bbaec6117d0d2372bf17819c438/lora_pkt_fwd/src/lora_pkt_fwd.c#L1609-L1637 `time` should contain an ISO time, irrelevant if the gateway is GPS synced or not. Maybe it's NTP synced,...