lorawan-server icon indicating copy to clipboard operation
lorawan-server copied to clipboard

Compact server for private LoRaWAN networks

Results 122 lorawan-server issues
Sort by recently updated
recently updated
newest added

What are allowed the rest 3 bytes of DevAddr, if prefix of DevAddr is 02 ? The 02 is choosen since making experiments with network server.

Its a bit unclear from lorawan documentation, does the AppNonce generated randomly and sent or it is randomly generated and XORed with DevNonce. Is it possible to use completely random...

Distribution type: binary Gotthardp version: 0.6.7 Hardware type: PC Server OS version: Windows Server 2016 Erlang version: 22 TimeZone: UTC (+3) Our end node devices periodically receive incorrect time from...

Hi, I need some help with downlinks. I'm receiving, for all sensors, the value of the uplink in the downlink and, in addition, the values are repeated 5 times. Packets...

Realese 0.7.0 ![image](https://user-images.githubusercontent.com/67009627/132696194-bc78635a-bba2-4e00-894f-8176678121ee.png) When loading the main page after 2 minutes, a blank screen. When loading frames without a filter (by clicking on the Frames label), also after 1 minute...

To start off, I have went through all similar issues regarding this problem. I have increased gateway_timeout and push_ack_timeout configurations in both gateway and server. This mostly solved the issue...

Hi I experience trouble at time when my httplistner client needs to be restarted. The lorawan server runs in the background and I can se sensorframes arriving but there is...

Release 0.6.7 Several thousand devices. After a certain time, when opening the main page or frames page, the server crashes and cannot start. It can only be launched if the...

I have a sensor uploading measurements in 2-byte float. Can someone tell me how to code this in the parser in Erlang. I tried to use and got error, since...

question

Dear All, we are trying to compress the payload before send and then decompress before publish via MQTT? I will appreciate your support. Thanks