3b297ef221
The env. variables are used such that the same configuration can be used for Docker images, .deb and .rpm packages. However, if installing .deb or .rpm packages, this can be confusing as executing 'chirpstack -c /etc/chirpstack' will fail because these environment variables are only available when using systemctl to start the ChirpStack process (configured in the .service configuration file). |
||
---|---|---|
.cargo | ||
.docker-compose/postgresql/initdb | ||
.github | ||
api | ||
backend | ||
chirpstack | ||
examples/adr_plugins | ||
lrwn | ||
ui | ||
.dockerignore | ||
.gitattributes | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
docker-compose.yml | ||
Dockerfile | ||
Dockerfile-devel | ||
LICENSE | ||
Makefile | ||
README.md |
ChirpStack open-source LoRaWAN Network Server
ChirpStack is an open-source LoRaWAN Network Server, part of the ChirpStack project.
Note: this repository contains the source of what is going to be ChirpStack v4. This release merges the ChirpStack Network Server and ChirpStack Application Server components into a single service, making it a lot easier to setup a multi-region ChirpStack instance. This is still work in progress.
Please refer to the forum announcement for background information: https://forum.chirpstack.io/t/changes-coming-to-chirpstack/13101
Testing / building from source
To build ChirpStack from source, run the following command:
make test-server
Note: this requires a Linux environment With Docker and Docker Compose setup. Pre-compiled (test) binaries will be provided soon.
License
ChirpStack Network Server is distributed under the MIT license. See also LICENSE.