- 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
12 lines
377 B
TOML
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"
|