|
1 | | -# LoRa Semtech Bridge |
| 1 | +# LoRa Gateway Bridge |
2 | 2 |
|
3 | | -[](https://travis-ci.org/brocaar/lora-semtech-bridge) |
4 | | -[](http://lora-semtech-bridge.readthedocs.org/en/latest/?badge=latest) |
5 | | -[](http://lora-semtech-bridge.readthedocs.org/en/stable/?badge=stable) |
6 | | -[](https://godoc.org/github.com/brocaar/lora-semtech-bridge/cmd/semtech-bridge) |
7 | | - |
8 | | -LoRa Semtech Bridge is a service which abstracts the |
9 | | -[Semtech protocol](https://github.com/Lora-net/packet_forwarder/blob/master/PROTOCOL.TXT) |
10 | | -into JSON over MQTT. This project is part of [LoRa Server](https://github.com/brocaar/loraserver). |
| 3 | +[](https://travis-ci.org/brocaar/lora-gateway-bridge) |
| 4 | +[](https://godoc.org/github.com/brocaar/lora-gateway-bridge/cmd/lora-gateway-bridge) |
11 | 5 |
|
| 6 | +LoRa Gateway Bridge is a service which abstracts the |
| 7 | +[packet_forwarder UDP protocol](https://github.com/Lora-net/packet_forwarder/blob/master/PROTOCOL.TXT) |
| 8 | +running on most LoRa gateways into JSON over MQTT. It enables you to use MQTT for |
| 9 | +receiving data from and sending data to your gateways. |
| 10 | +This project is part of [LoRa Server](https://github.com/brocaar/loraserver). |
12 | 11 |
|
13 | 12 | ## Documentation |
14 | 13 |
|
15 | | -See the [http://lora-semtech-bridge.readthedocs.io/](http://lora-semtech-bridge.readthedocs.io/) |
16 | | -for documentation about setting up LoRa Semtech Bridge. |
| 14 | +See [http://docs.loraserver.io/lora-gateway-bridge](http://docs.loraserver.io/lora-gateway-bridge) |
| 15 | +for documentation about setting up LoRa Gateway Bridge. |
17 | 16 |
|
18 | 17 | ## Compatibility |
19 | 18 |
|
20 | | -The table below shows the compatibility between LoRa Semtech Bridge and the |
21 | | -available Semtech UDP protocol versions: |
| 19 | +The table below shows the compatibility between LoRa Gateway Bridge and the |
| 20 | +packet_forwarder UDP protocol versions: |
| 21 | + |
| 22 | +| LoRa Gateway Bridge | packet_forwarder protocol version | Note | |
| 23 | +|---------------------|-----------------------------------|---------------------------------------------------------------------| |
| 24 | +| 1.x.x | 1 | | |
| 25 | +| 2.x.x | 2 | This protocol is used since version 3.0.0 of the `packet_forwarder` | |
| 26 | + |
22 | 27 |
|
23 | | -| LoRa Semtech Bridge | Semtech UDP protocol version | Note | |
24 | | -|---------------------|------------------------------|---------------------------------------------------------------------| |
25 | | -| 1.x.x | 1 | | |
26 | | -| 2.x.x | 2 | This protocol is used since version 3.0.0 of the `packet_forwarder` | |
| 28 | +LoRa Gateway Bridge v1.x.x will be update with bugfixes for the near future as |
| 29 | +not all gateways are using packet_forwarder v3.0.0+ yet. |
27 | 30 |
|
28 | 31 | ## Downloads |
29 | 32 |
|
30 | | -Pre-compiled binaries are available for: |
| 33 | +Pre-compiled binaries are available from the [releases](https://github.com/brocaar/lora-gateway-bridge/releases) page: |
31 | 34 |
|
32 | | -* Linux (and ARM build for e.g. Raspberry Pi) |
| 35 | +* Linux (including ARM / Raspberry Pi) |
33 | 36 | * OS X |
34 | 37 | * Windows |
35 | 38 |
|
36 | | -See [releases](https://github.com/brocaar/lora-semtech-bridge/releases). |
| 39 | +Source-code can be found at [https://github.com/brocaar/lora-gateway-bridge](https://github.com/brocaar/lora-gateway-bridge). |
| 40 | + |
| 41 | +## Issues / feature-requests |
| 42 | + |
| 43 | +Issues or feature-requests can be opened at [https://github.com/brocaar/lora-gateway-bridge/issues](https://github.com/brocaar/lora-gateway-bridge/issues). |
37 | 44 |
|
38 | 45 | ## License |
39 | 46 |
|
40 | | -LoRa Server is licensed under the MIT license. See ``LICENSE``. |
| 47 | +LoRa Gateway Bridge is distributed under the MIT license. See |
| 48 | +[LICENSE](https://github.com/brocaar/lora-gateway-bridge/blob/master/LICENSE). |
0 commit comments