Prepare Edge Computer as LoRaWan Gateway
1.1K
This container deploys a complete ChirpStack v4 LoRaWAN stack, including:
All configuration steps are automatically handled by the integrated Rollout Engine.
xxx-xxx
โก Make sure to use a unique Gateway ID when starting the container.
docker run -it --rm --name="rollout" \
-v /root:/root \
-e GATEWAY_ID="AA555A0000240xxx" \
wagoautomation/chirpstack-rollout-v4:1.0.5
adminadminโ Preconfigured sensor devices are already included.
version: "3.8"
services:
rollout:
image: wagoautomation/chirpstack-rollout-v4:1.0.5
container_name: rollout
stdin_open: true
tty: true
volumes:
- /root:/root
environment:
- GATEWAY_ID=AA555A0000240xxx
restart: "no"
After logging into the UI, simply add your Gateway using your configured Gateway ID.
You could further enhance this repository with:
MIT License (adjust if needed)
Here are three additional videos that can be shared or promoted within the documentation, README, or presentation:
These videos can provide further context, demonstrations, or insights.
Content type
Image
Digest
sha256:ad24e9df4โฆ
Size
8.2 MB
Last updated
6 months ago
docker pull wagoautomation/chirpstack-rollout-v4:1.0.5