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

Hi i have branch of your code from 2019 right before commit "78c02ac27eaeb652b5abd20b38da09c6a7f8dc91", and i was compiling version 0.7.0 from it and i had zero problems. Now i was looking...

From what i understand uplinks are stored in mnesia before handler will parse them into connector. Is there a way for handler to send uplinks that where not sent while...

I noticed some time ago that as soon a MQTT connector is broken (example stopping mosquitto server for a certain amount of time) then the connector still never reconnect ![image](https://user-images.githubusercontent.com/2471931/57462598-6d304500-7279-11e9-948b-24e54d253d47.png)...

Hello, i'm bought the LORA Gateway kit from STm, link https://www.st.com/en/evaluation-tools/p-nucleo-lrwan2.html Downlink data recieve by server in ABP mode. But does not work OTAA. I found that issues is "does...

Hey together, first of all, nice work! I was wondering where to find a proper (and full) documentation about the endpoints available when trying to communicate over HTTP/REST with the...

Distribution type: built from source. Hardware type: Cloud Server. OS type and version: Linux 4.19.0-10-amd64 #1 SMP Debian 4.19.132-1 (2020-07-24) x86_64 Your Erlang/OTP version: Erlang/OTP 21 [erts-10.2.4] [source] [64-bit] [smp:1:1]...

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...

Hello, I was facing a specific issue for Win10 64-bit and the lorawan-server.bat script. When command line script is executed from 32-bit program (i.e. Total Commander), the system variables %PROGRAMFILES%...

With Accept header [amprpi40 ~]$ curl -w '%{http_code}\n' --anyauth -uadmin:admin -H "Content-type: application/json" -H "Accept: application/json" http://localhost:8010/in/0381D1D8 -X POST -d '{"time":"immediately","port":42,"data":"202020"}' 406 Without Accept header [amprpi40 ~]$ curl -w '%{http_code}\n'...

@gotthardp I am not familiar with erlang programming so I cannot dig into the codes to find the answer. By defining a websocket connector /ws/uplink/{devaddr}, I can send data in...