1- # LoRa Semtech Bridge
1+ # LoRa Gateway Bridge
22
3- [ ![ Build Status] ( https://travis-ci.org/brocaar/lora-semtech-bridge.svg?branch=master )] ( https://travis-ci.org/brocaar/lora-semtech-bridge )
4- [ ![ GoDoc] ( https://godoc.org/github.com/brocaar/lora-semtech-bridge/cmd/semtech-bridge?status.svg )] ( https://godoc.org/github.com/brocaar/lora-semtech-bridge/cmd/semtech-bridge )
3+ [ ![ Build Status] ( https://travis-ci.org/brocaar/lora-gateway-bridge.svg?branch=master )] ( https://travis-ci.org/brocaar/lora-gateway-bridge )
54
6- * LoRa Semtech Bridge* is a service to enable LoRa gateway communication over MQTT.
5+ * LoRa Gateway Bridge* is a service to enable LoRa gateway communication over MQTT.
76All incoming UDP traffic (Semtech UDP protocol) is published to a MQTT broker and
87all messages received from the MQTT broker are sent to the gateway using UDP.
98
@@ -24,17 +23,17 @@ Depending upon your LoRa Gateway type, you might need to install the
2423
2524## Getting started
2625
27- * Download and unpack a pre-compiled binary from the [ releases] ( https://github.com/brocaar/lora-semtech -bridge/releases )
26+ * Download and unpack a pre-compiled binary from the [ releases] ( https://github.com/brocaar/lora-gateway -bridge/releases )
2827 page. Alternatively, build the code from source (when you have a Go development environment
2928 `` make build `` should be sufficient).
3029
31- * Start the `` semtech -bridge`` service. The `` --help `` argument will show
30+ * Start the `` lora-gateway -bridge`` service. The `` --help `` argument will show
3231 you all the available config options. When everything is setup correctly
33- (your gateway is configured to send data to `` semtech -bridge`` ), you
32+ (your gateway is configured to send data to `` lora-gateway -bridge`` ), you
3433 should see `` PullData `` packets coming in. E.g.
3534
3635``` bash
37- $ ./bin/semtech -bridge
36+ $ ./bin/lora-gateway -bridge
3837INFO[0000] backend/mqttpubsub: connecting to mqtt server server=tcp://127.0.0.1:1883
3938INFO[0000] starting gateway udp listener addr=0.0.0.0:1700
4039INFO[0006] incoming gateway packet addr=192.168.1.4:54993 type=PullData
0 commit comments