chirpstack-docker icon indicating copy to clipboard operation
chirpstack-docker copied to clipboard

Setup ChirpStack using Docker Compose

Results 18 chirpstack-docker issues
Sort by recently updated
recently updated
newest added

How to connect pycom-gateway to the chirpstack network server (py-script)

Hi, I am trying to run chirpstack on K8s. So far I have got every other components successfully running, but only chirpstack/chirpstack:4.0.0 always crashes. My yaml file is attached, really...

Hi Team I am experiencing an issue where any downlinks that I queue to my Class A devices does not reach the end device. Loading the same device(s) to the...

Volumes need to be properly labelled so it can run as rootless Podman containers. The SELinux re-labeling bind mount option is ignored on platforms without SELinux, so it shouldn't break...

The issue we are experiencing is that the downlink is never sent to the end-device, and this seems to occur on ChirpStack V4 only. Our setup includes a gateway running...

After adding a new gateway (TTOG gateway), I have seen in dashboard that this gateway never connects. My server has ports 1700/udp and 1700/tcp opened.

git clone from master, and run with `docker-compose up`,chirpstack connect to MQTT broker failed ``` chirpstack-docker-chirpstack-1 | 2023-03-15T03:02:23.580980Z INFO chirpstack::integration::mqtt: Connecting to MQTT broker server_uri=tcp://mosquitto:1883/ client_id=9281b01d204c43f2 clean_session=false chirpstack-docker-chirpstack-1 | Error:...

On a Docker Chirpstack ver. 4.3 , the example "nqueue_downlink.py" (https://www.chirpstack.io/docs/chirpstack/api/python-examples.html#enqueue_downlinkpy) works fine. **When we try to execute the following python code for multicast downlink :** ``` server = "localhost:8080"...

Hi Team,I meet an issue when I try to send downlink message by the queue in the chirpstack v4. my end device works in Class C, I also select the...

1. docker-compose.yml ![image](https://user-images.githubusercontent.com/36106832/228458981-1c91d283-7988-4405-a81f-1adf06b470b6.png) 2. gateway-bridge ![image](https://user-images.githubusercontent.com/36106832/228459158-de3ef288-6544-4a38-a0a1-a619997d739f.png) ![image](https://user-images.githubusercontent.com/36106832/228459223-951e1b83-1ef2-4c82-ba30-f617d211d72a.png) ![image](https://user-images.githubusercontent.com/36106832/228459335-6f9eecfc-5b19-4db5-8ce0-615882cc5a2d.png) 3.platform ![image](https://user-images.githubusercontent.com/36106832/228459742-f144be44-9e7e-4bff-a9a1-c444e53476d2.png) 4.in865 gateway device 1702->41702 ![image](https://user-images.githubusercontent.com/36106832/228460242-fe900785-edd9-4789-a810-c97267419d20.png) in865 gateway can register platform alone but both in865(use 1702 port) and eu868(use 1700 port)...