This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
wiki:keros_custo:keros_applications_configuration [2022/12/15 16:05] cgu [Connect more than one Packet Forwarder] |
wiki:keros_custo:keros_applications_configuration [2023/06/02 10:25] (current) ehe |
||
---|---|---|---|
Line 79: | Line 79: | ||
===== Connect a Wirnet i-series gateway to ChirpStack ===== | ===== Connect a Wirnet i-series gateway to ChirpStack ===== | ||
- | Download ChirpStack gateway bridge ipk file: chirpstack-gateway-bridge_3.13.1-r1_klkgw.ipk | + | See on [[https://www.chirpstack.io/docs/chirpstack-mqtt-forwarder/install/kerlink.html|ChirpStack]] |
- | [[https://artifacts.chirpstack.io/vendor/kerlink/keros-gws/|click here]]. | + | |
- | + | ||
- | Then open the Web interface of your gateway and add the ChirpStack bridge by drag & dropping it in the Administration Update menu. | + | |
- | + | ||
- | + | ||
- | Connect over SSH and activate the CPF on ChirpStack server. | + | |
- | <code> | + | |
- | klk_apps_config --activate-cpf --lns-server 127.0.0.1 --lns-dport 1700 --lns-uport 1700 | + | |
- | </code> | + | |
- | + | ||
- | In /etc/chirpstack-gateway-bridge/chirpstack-gateway-bridge.toml , add ChirpStack IP server | + | |
- | <code> | + | |
- | # Generic MQTT authentication. | + | |
- | [integration.mqtt.auth.generic] | + | |
- | # MQTT server (e.g. scheme://host:port where scheme is tcp, ssl or ws) | + | |
- | server="tcp://127.0.0.1:1883" | + | |
- | </code> | + | |
- | + | ||
- | Replace 127.0.0.1 with the address of your server | + | |
- | + | ||
- | Restart chirpstak bridge | + | |
- | <code> | + | |
- | monit restart chirpstack-gateway-bridge | + | |
- | </code> | + | |
===== Connect more than one Packet Forwarder ===== | ===== Connect more than one Packet Forwarder ===== |