Skip to content

Commit 7a849bb

Browse files
committed
Update configuration examples.
1 parent 16f5b89 commit 7a849bb

File tree

5 files changed

+6
-16
lines changed

5 files changed

+6
-16
lines changed

packaging/vendor/dragino/mips_24kc/files/chirpstack-mqtt-forwarder.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
udp_bind="0.0.0.0:1700"
1313

1414
[mqtt]
15-
event_topic="eu868/gateway/{{ gateway_id }}/event/{{ event }}"
16-
command_topic="eu868/gateway/{{ gateway_id }}/command/{{ command }}"
17-
state_topic="eu868/gateway/{{ gateway_id }}/state/{{ state }}"
15+
topic_prefix="eu868"
1816
server="tcp://127.0.0.1:1883"
1917
username=""
2018
password=""

packaging/vendor/kerlink/klkgw/files/chirpstack-mqtt-forwarder.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@
1616

1717
[backend.concentratord]
1818
event_url="ipc:///tmp/concentratord_event"
19-
command_url="ipc:///tmp/concentratord_command"
19+
command_url="ipc:///tmp/concentratord_command"
2020

2121
[backend.semtech_udp]
2222
bind="0.0.0.0:1700"
2323

2424
[mqtt]
25-
event_topic="eu868/gateway/{{ gateway_id }}/event/{{ event }}"
26-
command_topic="eu868/gateway/{{ gateway_id }}/command/{{ command }}"
27-
state_topic="eu868/gateway/{{ gateway_id }}/state/{{ state }}"
25+
topic_prefix="eu868"
2826
server="tcp://127.0.0.1:1883"
2927
username=""
3028
password=""

packaging/vendor/multitech/conduit/files/ap1/chirpstack-mqtt-forwarder.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
bind="0.0.0.0:1700"
2323

2424
[mqtt]
25-
event_topic="eu868/gateway/{{ gateway_id }}/event/{{ event }}"
26-
command_topic="eu868/gateway/{{ gateway_id }}/command/{{ command }}"
27-
state_topic="eu868/gateway/{{ gateway_id }}/state/{{ state }}"
25+
topic_prefix="eu868"
2826
server="tcp://localhost:1883"
2927
username=""
3028
password=""

packaging/vendor/multitech/conduit/files/ap2/chirpstack-mqtt-forwarder.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
bind="0.0.0.0:1700"
2323

2424
[mqtt]
25-
event_topic="eu868/gateway/{{ gateway_id }}/event/{{ event }}"
26-
command_topic="eu868/gateway/{{ gateway_id }}/command/{{ command }}"
27-
state_topic="eu868/gateway/{{ gateway_id }}/state/{{ state }}"
25+
topic_prefix="eu868"
2826
server="tcp://localhost:1883"
2927
username=""
3028
password=""

packaging/vendor/multitech/conduit_ap/files/chirpstack-mqtt-forwarder.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
bind="0.0.0.0:1700"
2323

2424
[mqtt]
25-
event_topic="eu868/gateway/{{ gateway_id }}/event/{{ event }}"
26-
command_topic="eu868/gateway/{{ gateway_id }}/command/{{ command }}"
27-
state_topic="eu868/gateway/{{ gateway_id }}/state/{{ state }}"
25+
topic_prefix="eu868"
2826
server="tcp://127.0.0.1:1883"
2927
username=""
3028
password=""

0 commit comments

Comments
 (0)