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
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# Basic Station configuration for WebSocket gateway connections
|
||||
[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
|
||||
|
||||
[backend]
|
||||
type="basic_station"
|
||||
[backend.basic_station]
|
||||
bind=":3001"
|
||||
tls_cert=""
|
||||
tls_key=""
|
||||
ca_cert=""
|
||||
region="EU868"
|
||||
frequency_min=863000000
|
||||
frequency_max=870000000
|
||||
Reference in New Issue
Block a user