ChirpStack open-source LoRaWAN Network Server
Go to file
2022-04-12 10:22:39 +01:00
.docker-compose/postgresql/initdb Initial commit. 2022-04-06 21:18:32 +01:00
.github/workflows Initial commit. 2022-04-06 21:18:32 +01:00
api Revert "Revert chirpstack_api edition to 2018." 2022-04-11 15:06:50 +01:00
backend Initial commit. 2022-04-06 21:18:32 +01:00
chirpstack Revert "Revert to 2018 edition to support older Rust versions." 2022-04-11 15:08:07 +01:00
examples/adr_plugins Initial commit. 2022-04-06 21:18:32 +01:00
lrwn Update lrwn/Cargo.toml. 2022-04-06 22:13:16 +01:00
ui Initial commit. 2022-04-06 21:18:32 +01:00
.dockerignore Initial commit. 2022-04-06 21:18:32 +01:00
.gitattributes Update .gitattributes. 2022-04-06 21:50:23 +01:00
.gitignore Ignore (auto generated) Bitbake recipes. 2022-04-12 10:22:39 +01:00
Cargo.lock Remove unused dependency. Remove publish = false. 2022-04-06 22:08:35 +01:00
Cargo.toml Initial commit. 2022-04-06 21:18:32 +01:00
docker-compose.yml Initial commit. 2022-04-06 21:18:32 +01:00
Dockerfile Initial commit. 2022-04-06 21:18:32 +01:00
Dockerfile-devel Initial commit. 2022-04-06 21:18:32 +01:00
LICENSE Initial commit. 2022-04-06 21:18:32 +01:00
Makefile Initial commit. 2022-04-06 21:18:32 +01:00
README.md Initial commit. 2022-04-06 21:18:32 +01:00

ChirpStack open-source LoRaWAN Network Server

CI

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.