Skip to content

Commit f7c4634

Browse files
committed
Documentation updates.
1 parent 596f927 commit f7c4634

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,29 @@ to setup, maintain and customize.
1010

1111
### lora-gateway-os-base
1212

13+
An image providing the Semtech packet-forwarder and LoRa Gateway Bridge.
14+
15+
Provides the following features:
16+
17+
* [Monit](https://mmonit.com/monit/) based service monitoring
18+
* Semtech [packet-forwarder](https://github.com/lora-net/packet_forwarder)
19+
* [LoRa Gateway Bridge](https://github.com/brocaar/lora-gateway-bridge/)
20+
21+
### lora-gateway-os-full
22+
23+
An image providing a complete LoRaWAN network-server running on the
24+
gateway.
25+
1326
Provides the following features:
1427

1528
* [Monit](https://mmonit.com/monit/) based service monitoring
1629
* Semtech [packet-forwarder](https://github.com/lora-net/packet_forwarder)
1730
* [LoRa Gateway Bridge](https://github.com/brocaar/lora-gateway-bridge/)
31+
* [LoRa Server](https://github.com/brocaar/loraserver)
32+
* [LoRa App Server](https://github.com/brocaar/lora-app-server)
33+
* [Mosquitto MQTT broker](http://mosquitto.org/)
34+
* [Redis](https://redis.io/)
35+
* [PostgreSQL](https://www.postgresql.org/)
1836

1937
## Targets
2038

@@ -83,3 +101,22 @@ update the following configuration files to configure a different target:
83101

84102
* `/build/config/local.conf`
85103
* `/build/config/bblayers.conf`
104+
105+
## Good to know
106+
107+
### SD Card wearout
108+
109+
Although LoRa Server tries to minimize the number of database writes, there
110+
will be regular writes to the SD Card (PostgreSQL and Redis snapshots).
111+
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)
112+
it might make a difference which SD Card brand you use.
113+
114+
### Updates
115+
116+
(Currently) the LoRa Server project does not provide package updates.
117+
However, each image includes the `opkg` package manager,
118+
119+
### Versioning
120+
121+
The major version (major.minor.patch) of this project represents the major
122+
version of the provided LoRa Server components.

meta/recipes-core/base-files/base-files/motd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/ /___/ /_/ / _, _/ /_/ /___/ / __/ / | |/ / __/ / _ / / /_/ /
55
/_____/\____/_/ |_|\__,_//____/\___/_/ |___/\___/_/ (_)_/\____/
66

7-
documentation: www.loraserver.io
7+
documentation and copyright information: www.loraserver.io
88

99
Commands:
1010

0 commit comments

Comments
 (0)