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
@@ -118,17 +118,13 @@ update the following configuration files to configure a different target:
118
118
119
119
### SD Card wearout
120
120
121
-
Although LoRa Server tries to minimize the number of database writes, there
122
-
will be regular writes to the SD Card (PostgreSQL and Redis snapshots).
121
+
Although ChirpStack Network Server and ChirpStack Application Server try to minimize
122
+
the number of database writes, there will be regular writes to the SD Card
123
+
(PostgreSQL and Redis snapshots).
123
124
According to [Is it true that a SD/MMC Card does wear levelling with its own controller?](https://electronics.stackexchange.com/questions/27619/is-it-true-that-a-sd-mmc-card-does-wear-levelling-with-its-own-controller)
124
125
it might make a difference which SD Card brand you use.
125
126
126
-
### Updates
127
-
128
-
(Currently) the LoRa Server project does not provide package updates.
129
-
However, each image includes the `opkg` package manager,
130
-
131
127
### Versioning
132
128
133
129
The major version (major.minor.patch) of this project represents the major
134
-
version of the provided LoRa Server components.
130
+
version of the provided ChirpStack Network Server stack.
Copy file name to clipboardExpand all lines: docs/content/community/contribute.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,16 @@ menu:
4
4
main:
5
5
parent: community
6
6
weight: 2
7
-
description: Information how you can contribute to the LoRa Gateway OS project.
7
+
description: Information how you can contribute to the ChirpStack Gateway OS project.
8
8
---
9
9
10
10
# Contribute
11
11
12
12
There are a couple of ways to get involved:
13
13
14
14
* Join the discussions:
15
-
*LoRa Server project forum [https://forum.loraserver.io/](https://forum.loraserver.io/)
16
-
* Report bugs or make feature-requests by opening an issue at [https://github.com/brocaar/lora-gateway-os/issues](https://github.com/brocaar/lora-gateway-os/issues)
15
+
*ChirpStack community forum [https://forum.chirpstack.io/](https://forum.chirpstack.io/)
16
+
* Report bugs or make feature-requests by opening an issue at [https://github.com/brocaar/chirpstack-gateway-os/issues](https://github.com/brocaar/chirpstack-gateway-os/issues)
17
17
* Help fixing issues or improve documentation by creating pull-requests
Copy file name to clipboardExpand all lines: docs/content/install/raspberrypi.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Raspberry Pi
3
3
menu:
4
4
main:
5
5
parent: install
6
-
description: Installing LoRa Gateway OS on a Raspberry Pi.
6
+
description: Installing ChirpStack Gateway OS on a Raspberry Pi.
7
7
---
8
8
9
9
# Raspberry Pi
@@ -23,6 +23,6 @@ concentrator shields:
23
23
24
24
### Installation
25
25
26
-
* Download one of the provided SD Card images from the [Raspberry Pi 3 images folder](http://artifacts.loraserver.io/downloads/lora-gateway-os/raspberrypi/raspberrypi3/{{< raspberrypi_raspberrypi3_version >}}/).
26
+
* Download one of the provided SD Card images from the [Raspberry Pi 3 images folder](http://artifacts.chirpstack.io/downloads/chirpstack-gateway-os/raspberrypi/raspberrypi3/{{< raspberrypi_raspberrypi3_version >}}/).
27
27
* Flash the SD Card image using for example [Etcher](https://www.balena.io/etcher/) on a SD Card.
28
-
* Continue with [Using the LoRa Gateway OS images](/lora-gateway-os/use/).
28
+
* Continue with [Using the ChirpStack Gateway OS images](/gateway-os/use/).
0 commit comments