Files
Eric FELIXINE 5fde1a2c8d feat(lorawan): démarrage ChirpStack et The Things Stack
- ChirpStack opérationnel (port 8080/8090, gateway bridge UDP 1700)
- The Things Stack opérationnel (port 1885/1884, gateway UDP 1701)
- Fichages de configuration créés
- Docker-compose corrigés (réseaux smartcity-shared)
- Désactivation agentLink sur 35 assets du simulateur
- Correction _or_put: suppression If-Match header (403)
- realm smartcity identifié pour les assets du simulateur
2026-05-12 17:34:53 -04:00

12 lines
377 B
TOML

# ChirpStack Gateway Bridge configuration (EU868)
[general]
log_level=4
[integration.mqtt]
server="tcp://mosquitto:1883"
event_topic="eu868/gateway/{{ .GatewayID }}/event/{{ .EventType }}"
state_topic="eu868/gateway/{{ .GatewayID }}/state/{{ .StateType }}"
command_topic="eu868/gateway/{{ .GatewayID }}/command/#"
json=true
client_id="chirpstack-gateway-bridge"