ChirpStack open-source LoRaWAN Network Server
Go to file
Orne Brocaar 4d000b92e9 Fix PositionSolution decoding from JSON.
Depending the algorithm type, some fields might or might not be present.
This change updates these fields to Option<T>.
2022-09-27 11:28:35 +01:00
.cargo Refactor testing and (cross)compile. 2022-07-21 11:00:47 +01:00
.docker-compose/postgresql/initdb Initial commit. 2022-04-06 21:18:32 +01:00
.github Refactor testing and (cross)compile. 2022-07-21 11:00:47 +01:00
api Run cargo update for rust api crate. 2022-09-26 13:19:18 +01:00
backend Bump version to 4.0.0 2022-09-14 09:43:05 +01:00
chirpstack Fix PositionSolution decoding from JSON. 2022-09-27 11:28:35 +01:00
examples/adr_plugins Initial commit. 2022-04-06 21:18:32 +01:00
lrwn Update dependencies + fix clippy warnings. 2022-09-26 12:58:01 +01:00
ui Update dependencies + fix clippy warnings. 2022-09-26 12:58:01 +01:00
.dockerignore Refactor testing and (cross)compile. 2022-07-21 11:00:47 +01:00
.gitattributes Update .gitattributes. 2022-04-06 21:50:23 +01:00
.gitignore Remove default CA and MQTT cert gen. on install. 2022-08-21 19:56:49 +01:00
Cargo.lock Run cargo update. 2022-09-26 13:10:33 +01:00
Cargo.toml Initial commit. 2022-04-06 21:18:32 +01:00
docker-compose.yml Refactor testing and (cross)compile. 2022-07-21 11:00:47 +01:00
Dockerfile Update dependencies + fix clippy warnings. 2022-09-26 12:58:01 +01:00
Dockerfile-devel Update dependencies + fix clippy warnings. 2022-09-26 12:58:01 +01:00
LICENSE Initial commit. 2022-04-06 21:18:32 +01:00
Makefile Make UI proxy work within Compose for development. 2022-09-01 14:50:46 +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.