41 lines
896 B
TOML
41 lines
896 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="cn470_11/gateway/{{ .GatewayID }}/event/{{ .EventType }}"
|
|
state_topic_template="cn470_11/gateway/{{ .GatewayID }}/state/{{ .StateType }}"
|
|
command_topic_template="cn470_11/gateway/{{ .GatewayID }}/command/#"
|
|
|
|
[backend]
|
|
type="basic_station"
|
|
|
|
[backend.basic_station]
|
|
bind=":3001"
|
|
tls_cert=""
|
|
tls_key=""
|
|
ca_cert=""
|
|
|
|
region="US915"
|
|
frequency_min=470000000
|
|
frequency_max=510000000
|
|
|
|
|
|
[[backend.basic_station.concentrators]]
|
|
|
|
[backend.basic_station.concentrators.multi_sf]
|
|
frequencies=[
|
|
487900000,
|
|
488100000,
|
|
488300000,
|
|
488500000,
|
|
488700000,
|
|
488900000,
|
|
489100000,
|
|
489300000,
|
|
]
|