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

Right now we assume the devices are well-behaving. The server shall detect devices violating the duty-cycle and shall obey the rules as well.

enhancement

Hello do you have any plan to support Lorawan Class B device ? we have a need to "wake-up" a device while "sleeping". The idea is then to use Class...

enhancement

I think it would be more convenient to have the possibility to link multiple applications to a single connector instead of creating one connector per application which in turn is...

enhancement

If the device joins but not send a uplink, the lastRX is undefined. On this conditions is not possible to send a downlink on class C to the device because...

bug

Good afternoon! When sending data to a Class C device {"data": "04303030", "deveui": "313436345E378115", "port": 2, "time": "2019-11-08T08: 07: 00"}   in packet_forwarder logs I see the following error JSON down:...

If two Class C downlinks are sent shortly after a Class A uplink, then the first downlink should be delayed due to a conflict with the Class A RX window,...

bug

Class C is sent as "fire and forget", so Class C downlinks cannot be retransmitted when lost. Which is not good.

enhancement

Hi, How I can remove the OLD (1 year) data from RX packets ? Because I'm trying to download the "EXPORT" and it's impossible (lot of entries) Thanks

I'm trying to install and run lorawan server (0.6.7) on Windows 10 as described, but it fails. Erlang version is 22.1 x64 Script's output looks like this: {"init terminating in...

How to protect lorawan-server from Brute Force Attacks? ``` 2019-12-06 10:24:23.972 [warning] server {http_error,{404,"/TP/public/index.php",,"45.81.130.116"}} 2019-12-06 10:24:25.186 [warning] server {http_error,{404,"/TP/index.php",,"45.81.130.116"}} 2019-12-06 10:24:27.237 [warning] server {http_error,{404,"/thinkphp/html/public/index.php",,"45.81.130.116"}} 2019-12-06 10:24:28.785 [warning] server {http_error,{404,"/html/public/index.php",,"45.81.130.116"}} 2019-12-06...

enhancement