gotthardp / lorawan-server

Compact server for private LoRaWAN networks
https://gotthardp.github.io/lorawan-server
MIT License
952 stars 327 forks source link

Uplink/Downlink Packet Frequency #763

Open Lavi23333 opened 3 years ago

Lavi23333 commented 3 years ago

I just found a problem that if we connect the server with a private application server, it would upload the packet to the app server at most one time in five seconds. No matter how many packets it receives from the gateway, the upload packet number in five-second is limited. Just wondering whether it is feasible to extend such a limitation.

gotthardp commented 3 years ago

Please provide more details. Which connector are you using?

Lavi23333 commented 3 years ago

We are using an HTTP connecter to our private HTTP server.

gotthardp commented 3 years ago

I am not aware of any such limitation. You need to dig deepeer and analyze the logs.