@@ -51,10 +51,6 @@ to set your gateway up and create a pull-request!
5151
5252## Installing the LoRa Gateway Brige
5353
54- !!! warning "Compatibility"
55- Please check the [ Compatibility] ( index.md#compatibility ) to make sure you
56- download the correct LoRa Gateway Bridge version.
57-
5854### Download
5955
6056Download and unpack a pre-compiled binary from the
@@ -105,18 +101,21 @@ After changing the LoRa gateway configuration (and restarting the
105101packet_forwarder!), you should see received packets in the logs. Example:
106102
107103```
108- INFO[0000] backend/mqttpubsub: connecting to mqtt broker server=tcp://127.0.0.1:1883
104+ INFO[0000] starting LoRa Gateway Bridge docs=https://docs.loraserver.io/lora-gateway-bridge/ version=2.1.0
105+ INFO[0000] backend: connecting to mqtt broker server=tcp://127.0.0.1:1883
109106INFO[0000] gateway: starting gateway udp listener addr=0.0.0.0:1700
110- INFO[0000] backend/mqttpubsub: connected to mqtt broker
111- INFO[0006] gateway: received udp packet from gateway addr=192.168.1.8:45082 type=PullData
112- INFO[0006] backend/mqttpubsub: subscribing to topic topic=gateway/1dee08d0b691d149/tx
113- INFO[0006] gateway: sending udp packet to gateway addr=192.168.1.8:45082 type=PullACK
114- INFO[0016] gateway: received udp packet from gateway addr=192.168.1.8:45082 type=PullData
115- INFO[0016] gateway: sending udp packet to gateway addr=192.168.1.8:45082 type=PullACK
116- INFO[0021] gateway: received udp packet from gateway addr=192.168.1.8:45738 type=PushData
117- INFO[0021] gateway: stat packet received addr=192.168.1.8:45738 mac=1dee08d0b691d149
118- INFO[0021] gateway: sending udp packet to gateway addr=192.168.1.8:45738 type=PushACK
119- INFO[0021] backend/mqttpubsub: publishing packet topic=gateway/1dee08d0b691d149/stats
107+ INFO[0000] backend: connected to mqtt broker
108+ INFO[0001] gateway: received udp packet from gateway addr=192.168.1.10:51013 protocol_version=2 type=PullData
109+ INFO[0001] backend: subscribing to topic topic=gateway/1dee08d0b691d149/tx
110+ INFO[0001] gateway: sending udp packet to gateway addr=192.168.1.10:51013 protocol_version=2 type=PullACK
111+ INFO[0007] gateway: received udp packet from gateway addr=192.168.1.10:42125 protocol_version=2 type=PushData
112+ INFO[0007] gateway: stat packet received addr=192.168.1.10:42125 mac=1dee08d0b691d149
113+ INFO[0007] backend: publishing packet topic=gateway/1dee08d0b691d149/stats
114+ INFO[0007] gateway: sending udp packet to gateway addr=192.168.1.10:42125 protocol_version=2 type=PushACK
115+ INFO[0011] gateway: received udp packet from gateway addr=192.168.1.10:51013 protocol_version=2 type=PullData
116+ INFO[0011] gateway: sending udp packet to gateway addr=192.168.1.10:51013 protocol_version=2 type=PullACK
117+ INFO[0021] gateway: received udp packet from gateway addr=192.168.1.10:51013 protocol_version=2 type=PullData
118+ INFO[0021] gateway: sending udp packet to gateway addr=192.168.1.10:51013 protocol_version=2 type=PullACK
120119```
121120
122121For an explanation of the different types of data you can receive from and
0 commit comments