File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ connections and communication with the ``loraserver`` (https://github.com/brocaa
1111
1212## Getting started
1313
14- 1 . First install `` semtech-bridge `` :
14+ * First install `` semtech-bridge `` :
1515
1616``` bash
1717go get github.com/brocaar/lora-semtech-bridge/...
1818```
1919
20- 2 . Make sure you have a MQTT server running. Mosquitto is a good option:
20+ * Make sure you have a MQTT server running. Mosquitto is a good option:
2121 http://mosquitto.org/ .
2222
23- 3 . Start the `` semtech-bridge `` service. The `` --help `` argument will show
23+ * Start the `` semtech-bridge `` service. The `` --help `` argument will show
2424 you all the available config options. When everything is setup correctly
2525 (your gateway is configured to send data to `` semtech-bridge `` ), you
2626 should see `` PullData `` packets coming in. E.g.
@@ -38,7 +38,7 @@ INFO[0006] outgoing gateway packet addr=192.168.1.4:51926
3838INFO[0006] backend/mqttpubsub: publishing message topic=gateway/1dee08d0b691d149/stats
3939```
4040
41- 4 . Now setup the `` loraserver `` service! https://github.com/brocaar/loraserver
41+ * Now setup the `` loraserver `` service! https://github.com/brocaar/loraserver
4242
4343## License
4444
You can’t perform that action at this time.
0 commit comments