ChirpStack open-source LoRaWAN Network Server
Go to file
Orne Brocaar 2b1bf3b96f Only decode mac-commands for logging if in plaintext.
Please note that for LoRaWAN 1.1.x, mac-commands in the f_opts field are
encrypted. Within the context of the device we can decrypt these, but
within the context of a gateway we can only show these as raw bytes.
2022-08-09 15:29:22 +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 Add plaintext_mac_commands field to up/down frame-log. 2022-08-09 15:28:37 +01:00
backend Bump version to 4.0.0-test.18 2022-08-04 17:11:45 +01:00
chirpstack Only decode mac-commands for logging if in plaintext. 2022-08-09 15:29:22 +01:00
examples/adr_plugins Initial commit. 2022-04-06 21:18:32 +01:00
lrwn Fix NewChannelReq for LoRaWAN 2.4GHz freqs. 2022-08-08 11:49:47 +01:00
ui Add missing isDisabled and setSkipFcntCheck switches (UI). 2022-08-09 11:07:32 +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 Refactor testing and (cross)compile. 2022-07-21 11:00:47 +01:00
Cargo.lock Bump version to 4.0.0-test.18 2022-08-04 17:11:45 +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 Remove version fix for (lib)clang. 2022-07-27 12:00:11 +01:00
Dockerfile-devel Include cargo-bitbake in Dockerfile-devel. 2022-08-07 13:39:36 +01:00
LICENSE Initial commit. 2022-04-06 21:18:32 +01:00
Makefile Bump version to 4.0.0-test.14 2022-07-28 09:02:54 +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.