mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-19 05:07:54 +00:00
ChirpStack open-source LoRaWAN Network Server
31e359b314
By making this opt-in, we can reduce the overhead of supporting both v3 and v4 gateway messages. In case of v3 to v4 migration, one would upgrade all ChirpStack Gateway Bridge instances to the latest v3 version, migrate ChirpStack as described here + enable this config flag: https://www.chirpstack.io/docs/v3-v4-migration.html Then upgrade ChirpStack Gateway Bridge to the latest v4 version followed by disabling / removing this config flag (`v4_migrate`) again. |
||
---|---|---|
.cargo | ||
.docker-compose/postgresql/initdb | ||
.github | ||
api | ||
backend | ||
chirpstack | ||
examples | ||
lrwn | ||
ui | ||
.dockerignore | ||
.gitattributes | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
docker-compose.yml | ||
Dockerfile | ||
Dockerfile-devel | ||
LICENSE | ||
Makefile | ||
README.md |
ChirpStack open-source LoRaWAN(R) Network Server
ChirpStack is an open-source LoRaWAN(R) Network Server which can be used to set up LoRaWAN networks. ChirpStack provides a web-interface for the management of gateways, devices and tenants as well to set up data integrations with the major cloud providers, databases and services commonly used for handling device data. ChirpStack provides a gRPC based API that can be used to integrate or extend ChirpStack.
Documentation
Please refer to the ChirpStack website for documentation.
License
ChirpStack Network Server is distributed under the MIT license. See also LICENSE.