File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,10 @@ connections and communication with the ``loraserver`` (https://github.com/brocaa
8
8
9
9
## Getting started
10
10
11
- * First install `` semtech-bridge `` :
11
+ * Download and unpack `` semtech-bridge `` : https://github.com/brocaar/lora-semtech-bridge/releases
12
12
13
- ``` bash
14
- go get github.com/brocaar/lora-semtech-bridge/...
15
- ```
16
-
17
- * Make sure you have a MQTT server running. Mosquitto is a good option:
18
- http://mosquitto.org/ .
13
+ * Install a MQTT server (used for communication with `` loraserver `` ).
14
+ Mosquitto is a good option: http://mosquitto.org/ .
19
15
20
16
* Start the `` semtech-bridge `` service. The `` --help `` argument will show
21
17
you all the available config options. When everything is setup correctly
@@ -39,4 +35,4 @@ INFO[0006] backend/mqttpubsub: publishing message topic=gateway/1dee08d0b
39
35
40
36
## License
41
37
42
- This package is licensed under the MIT license which can be found in `` LICENSE `` .
38
+ This package is licensed under the MIT license. See `` LICENSE `` .
You can’t perform that action at this time.
0 commit comments