mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-21 22:17:51 +00:00
ChirpStack open-source LoRaWAN Network Server
a3c1638c75
In case the region description was missing, EU868 was set as default. As well the default configuration (in case no regions were set) would always fallback to EU868 which was used for testing. This removes the default EU868 configuration and moves this configuration to tests. This updates the region API methods to use the region id as description, in case the description is not configured. Closes #120. |
||
---|---|---|
.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.