feat: Add ChirpStack
This commit is contained in:
parent
d8076f401b
commit
f260727d70
81 changed files with 11130 additions and 1 deletions
|
|
@ -0,0 +1,45 @@
|
|||
# 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="au915_4/gateway/{{ .GatewayID }}/event/{{ .EventType }}"
|
||||
state_topic_template="au915_4/gateway/{{ .GatewayID }}/state/{{ .StateType }}"
|
||||
command_topic_template="au915_4/gateway/{{ .GatewayID }}/command/#"
|
||||
|
||||
[backend]
|
||||
type="basic_station"
|
||||
|
||||
[backend.basic_station]
|
||||
bind=":3001"
|
||||
tls_cert=""
|
||||
tls_key=""
|
||||
ca_cert=""
|
||||
|
||||
region="AU915"
|
||||
frequency_min=915000000
|
||||
frequency_max=928000000
|
||||
|
||||
|
||||
[[backend.basic_station.concentrators]]
|
||||
|
||||
[backend.basic_station.concentrators.multi_sf]
|
||||
frequencies=[
|
||||
921600000,
|
||||
921800000,
|
||||
922000000,
|
||||
922200000,
|
||||
922400000,
|
||||
922600000,
|
||||
922800000,
|
||||
923000000,
|
||||
]
|
||||
|
||||
[backend.basic_station.concentrators.lora_std]
|
||||
frequency=922300000
|
||||
bandwidth=500000
|
||||
spreading_factor=8
|
||||
Reference in a new issue