Skip to content

Commit 5dcc9e5

Browse files
committed
Update README.
1 parent 337a86f commit 5dcc9e5

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,19 @@ Depending upon your LoRa Gateway type, you might need to install the
3434
should see ``PullData`` packets coming in. E.g.
3535

3636
``` bash
37-
$ ./bin/semtech-bridge
38-
INFO[0000] backend/mqttpubsub: connecting to mqtt server server=tcp://127.0.0.1:1883
39-
INFO[0000] starting gateway udp listener addr=0.0.0.0:1700
40-
INFO[0006] incoming gateway packet addr=192.168.1.4:54993 type=PullData
37+
$ ./semtech-bridge
38+
INFO[0000] backend/mqttpubsub: connecting to mqtt broker server=tcp://127.0.0.1:1883
39+
INFO[0000] gateway: starting gateway udp listener addr=0.0.0.0:1700
40+
INFO[0000] backend/mqttpubsub: connected to mqtt broker
41+
INFO[0006] gateway: received udp packet from gateway addr=192.168.1.8:45082 type=PullData
4142
INFO[0006] backend/mqttpubsub: subscribing to topic topic=gateway/1dee08d0b691d149/tx
42-
INFO[0006] outgoing gateway packet addr=192.168.1.4:54993 type=PullACK
43-
INFO[0006] incoming gateway packet addr=192.168.1.4:51926 type=PushData
44-
INFO[0006] stat packet received addr=192.168.1.4:51926 mac=1dee08d0b691d149
45-
INFO[0006] outgoing gateway packet addr=192.168.1.4:51926 type=PushACK
46-
INFO[0006] backend/mqttpubsub: publishing message topic=gateway/1dee08d0b691d149/stats
43+
INFO[0006] gateway: sending udp packet to gateway addr=192.168.1.8:45082 type=PullACK
44+
INFO[0016] gateway: received udp packet from gateway addr=192.168.1.8:45082 type=PullData
45+
INFO[0016] gateway: sending udp packet to gateway addr=192.168.1.8:45082 type=PullACK
46+
INFO[0021] gateway: received udp packet from gateway addr=192.168.1.8:45738 type=PushData
47+
INFO[0021] gateway: stat packet received addr=192.168.1.8:45738 mac=1dee08d0b691d149
48+
INFO[0021] gateway: sending udp packet to gateway addr=192.168.1.8:45738 type=PushACK
49+
INFO[0021] backend/mqttpubsub: publishing packet topic=gateway/1dee08d0b691d149/stats
4750
```
4851

4952
* Now it is time to setup the [LoRa Server](https://github.com/brocaar/loraserver)!

0 commit comments

Comments
 (0)