ChirpStack open-source LoRaWAN Network Server
Go to file
Orne Brocaar 6cc813aed1 Implement DevAddrPrefix type.
This type defines the (NetID derived) prefix that must be used when
generating device addresses. This can be retrieved from the NetID, but
it is also possible to define a prefix that defines a smaller address
range within the NetID.

See also #49.
2022-10-19 12:03:55 +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 Bump version to 4.0.2 2022-09-28 13:05:13 +01:00
backend Bump version to 4.0.2 2022-09-28 13:05:13 +01:00
chirpstack Fix 'Cannot serialize NaN as google.protobuf.Value.number_value'. 2022-10-06 12:31:11 +01:00
examples Add example for reading frame-logs from Redis Streams. 2022-10-04 15:50:20 +01:00
lrwn Implement DevAddrPrefix type. 2022-10-19 12:03:55 +01:00
ui Bump version to 4.0.2 2022-09-28 13:05:13 +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 Update clap to v4. 2022-10-03 15:11:53 +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 Bump version to 4.0.1 2022-09-28 09:14:53 +01:00
README.md Update README. 2022-09-28 12:55:48 +01:00

ChirpStack open-source LoRaWAN Network Server

CI

ChirpStack is an open-source LoRaWAN Network Server, part of the ChirpStack project.

This repository contains the source-code of ChirpStack v4, which merges the ChirpStack Application Server (v3) and ChirpStack Network Server (v3) into a single binary, making it easier to setup and use.

Documentation

Please refer to the ChirpStack website for documentation.

License

ChirpStack Network Server is distributed under the MIT license. See also LICENSE.