can you clearly put the steps how you are running the chirpstack server and gateway bridge, using docker or someother way?
i followed the doc. After i finished install chirpstack, i used these terminals
sudo systemctl start chirpstack-gateway-bridge
sudo systemctl enable chirpstack-gateway-bridge
sudo systemctl start chirpstack
sudo systemctl enable chirpstack
sudo systemctl start mosquitto
sudo systemctl enable mosquitto
After everythings worked, i started lorawan simulator. But when i set gateway bridge is localhost( 127.0.0.1) and port 1700, i got that error. I dont know how to fix it
May I know which document you have followed for the above setup
sure, here is chirpstack’s doc:
Docker - ChirpStack open-source LoRaWAN® Network Server documentation (Im using docker version on wsl)
Debian / Ubuntu - ChirpStack open-source LoRaWAN® Network Server documentation (this version is on VMware)
and here is lorawan simulator:
GitHub - UniCT-ARSLab/LWN-Simulator: A LoRaWAN nodes' and network simulator that works with a real LoRaWAN environment (such as Chirpstack) and equipped with a web interface for real-time interaction.
I don’t know where I misconfigured or misunderstand. How could you able to connect gw bridge via 1700 port?
Can you tell me the steps u did?
Hi
Is there a way to have this tool useable for loadtesting ? Here we have to create gateway and device 1 at a time so, as I see it, interest is only if you don’t have device at hands for real testing
Good morning everyone!
I’m trying to simulate a gateway and a LoRa device to use with ChirpStack, but I encountered the following issue:
As you can see, when I try to add a new device, it doesn’t receive any data, and the frames aren’t loading.
I’m following the YouTube tutorial from Idealbit:https://www.youtube.com/watch?v=OpQkb00gfjs
Any advice on what I could do, please?
Thanks for you time