Chris Stratton
Chris Stratton
These LoRaWan level issues have nothing to do with this repo. This repo only implements support of the concentrator hardware, it has no knowledge of the LoRaWan protocol. You need...
It would appear two very different things are being confused here. The TX_JIT_DELAY setting has influence on downlink scheduling only, it has absolutely nothing to do with uplink packet loss....
qsort_r() is indeed often missing from smaller libc's, so you need to work around this by using qsort() instead - the main difference being that qsort_r() can pass a custom...
You appear to be trying to reply to an uplink packet ending at 3510970404 with a downlink packet starting at 3511970404 - precisely one second later such as typical for...
This would only be answerable in the context of particular bandplan, as the file is responsible for setting up the configuration of the front end radios and digital sub-IF's to...
Likely your best bet is to modify the source, or else filter it at the level of whatever you are using to run the packet forwarder as a service and...
The LG01 does not contain a LoRa concentrator chip supported by this repo; instead it has a node radio pretending to do the job, and relies on some non-standard software....
You're of course free to use another packet forwarder by reducing the SPI clock and appropriately configuring the reset GPIO to match the hardware, but the code here is much...
I believe the question concerned a traffic forwarding role for a gateway where no traditional Internet service was available. Operating the radio on a LoRa concentrator card is fairly complicated....
You are free to run whatever packet forwarder you like, however in terms of the this public repo, a request to wholesale replace one thing with another, with no specific...