damien-r
damien-r
Hello, I had the same problem and then saw that my settings.ini file was in wrong directory. It would be nice to have a more explicit error in adl_lrs/settings.py, like...
Good Evening, We faced the same problem and after investigations, we have a strong impression that it comes from the network. As packet forwarder works in UDP, the answer from...
Hi @lakshmanachimata I propose 2 solutions: 1) Same stack Put the content of https://github.com/chirpstack/chirpstack-docker and https://github.com/UniCT-ARSLab/LWN-Simulator in the same directory (especially the config files and LWN source code) Combine both...
Hi @lakshmanachimata > I ran the chirpstack-docker in host network mode , I see **1700** udp port is opened. But still seeing the same issue The problem might be there....
@fedyfausto Thanks. It works in host mode. May I suggest to add it in the project's `docker-compose.yml` file, so it works "out of the box"?
Hi, sorry, I see your question only now. First, be sure you use a BLED112 device, otherwise the library won't work. Then, my problem was, if I remember correctly, that...
I forgot to include the constants : ``` /** * Type that indicate that the data is the device name */ private static final int DEVICE_NAME = 0x09; /** *...