41 lines
771 B
TOML
41 lines
771 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=""
|
|
|
|
[backend]
|
|
type="basic_station"
|
|
|
|
[backend.basic_station]
|
|
bind=":3001"
|
|
tls_cert=""
|
|
tls_key=""
|
|
ca_cert=""
|
|
|
|
region="AS923"
|
|
frequency_min=915000000
|
|
frequency_max=928000000
|
|
|
|
|
|
[[backend.basic_station.concentrators]]
|
|
|
|
[backend.basic_station.concentrators.multi_sf]
|
|
frequencies=[
|
|
917300000,
|
|
917500000,
|
|
917700000,
|
|
917900000,
|
|
918100000,
|
|
918300000,
|
|
918500000,
|
|
918700000,
|
|
]
|
|
|
|
[backend.basic_station.concentrators.lora_std]
|
|
frequency=918600000
|
|
bandwidth=250000
|
|
spreading_factor=7
|