You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-11Lines changed: 6 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,19 @@
1
-
# ChirpStack Gateway Relay
1
+
# ChirpStack Gateway Mesh
2
2
3
-
**This project is work in progress!**
4
-
5
-
ChirpStack Gateway Relay is a software component that can turn a LoRa<sup>®</sup>
3
+
ChirpStack Gateway Mesh is a software component that can turn a LoRa<sup>®</sup>
6
4
gateway into a relay. This makes it possible to extend the LoRa coverage, without
7
5
the need to connect each LoRa gateway to the internet.
8
6
9
-
The difference with the LoRa Alliance Relay protocol specification (TS011) is
10
-
that this solution does not require any End Device modifications.
11
-
12
7
## Documentation and binaries
13
8
14
-
Please refer to the [ChirpStack Gateway Relay](https://www.chirpstack.io/docs/chirpstack-gateway-relay/)
9
+
Please refer to the [ChirpStack Gateway Mesh](https://www.chirpstack.io/docs/chirpstack-gateway-mesh/)
15
10
for documentation and pre-compiled binaries.
16
11
17
12
## Building from source
18
13
19
14
### Requirements
20
15
21
-
Building ChirpStack Gateway Relay requires:
16
+
Building ChirpStack Gateway Mesh requires:
22
17
23
18
*[Nix](https://nixos.org/download.html) (recommended) and
24
19
*[Docker](https://www.docker.com/)
@@ -52,7 +47,7 @@ make test
52
47
53
48
### Compiling binaries
54
49
55
-
Execute the following commands to build the ChirpStack Gateway Relay binaries and
50
+
Execute the following commands to build the ChirpStack Gateway Mesh binaries and
56
51
packages:
57
52
58
53
```bash
@@ -65,4 +60,4 @@ make dist
65
60
66
61
## License
67
62
68
-
ChirpStack Gateway Relay is distributed under the MIT license. See also [LICENSE](https://github.com/brocaar/chirpstack-gateway-relay/blob/master/LICENSE).
63
+
ChirpStack Gateway Mesh is distributed under the MIT license. See also [LICENSE](https://github.com/chirpstack/chirpstack-gateway-mesh/blob/master/LICENSE).
0 commit comments