chirpstack-docker/configuration/chirpstack-gateway-bridge/chirpstack-gateway-bridge-basicstation-us915_7.toml
2023-08-26 16:37:04 +01:00

46 lines
1017 B
TOML

# See https://www.chirpstack.io/gateway-bridge/install/config/ for a full
# configuration example and documentation.
[integration.mqtt.auth.generic]
servers=["tcp://mosquitto:1883"]
username=""
password=""
[integration.mqtt]
event_topic_template="us915_7/gateway/{{ .GatewayID }}/event/{{ .EventType }}"
state_topic_template="us915_7/gateway/{{ .GatewayID }}/state/{{ .StateType }}"
command_topic_template="us915_7/gateway/{{ .GatewayID }}/command/#"
[backend]
type="basic_station"
[backend.basic_station]
bind=":3001"
tls_cert=""
tls_key=""
ca_cert=""
region="US915"
frequency_min=923000000
frequency_max=928000000
[[backend.basic_station.concentrators]]
[backend.basic_station.concentrators.multi_sf]
frequencies=[
913500000,
913700000,
913900000,
914100000,
914300000,
914500000,
914700000,
914900000,
]
[backend.basic_station.concentrators.lora_std]
frequency=914200000
bandwidth=500000
spreading_factor=8