ChirpStack open-source LoRaWAN Network Server
Go to file
dependabot[bot] 3c3f813167
Bump tmpl from 1.0.4 to 1.0.5 in /ui (#19)
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-10 09:07:26 +01:00
.docker-compose/postgresql/initdb Initial commit. 2022-04-06 21:18:32 +01:00
.github/workflows Implement building distributable binaries in ci workflow. 2022-04-28 22:57:01 +01:00
api Update packaging + bump (test) version. 2022-05-04 11:34:18 +01:00
backend Update packaging + bump (test) version. 2022-05-04 11:34:18 +01:00
chirpstack Update packaging + bump (test) version. 2022-05-04 11:34:18 +01:00
examples/adr_plugins Initial commit. 2022-04-06 21:18:32 +01:00
lrwn Update packaging + bump (test) version. 2022-05-04 11:34:18 +01:00
ui Bump tmpl from 1.0.4 to 1.0.5 in /ui (#19) 2022-05-10 09:07:26 +01:00
.dockerignore CI related changes. 2022-04-18 21:19:24 +01:00
.gitattributes Update .gitattributes. 2022-04-06 21:50:23 +01:00
.gitignore Implement building distributable binaries in ci workflow. 2022-04-28 22:57:01 +01:00
Cargo.lock Update packaging + bump (test) version. 2022-05-04 11:34:18 +01:00
Cargo.toml Initial commit. 2022-04-06 21:18:32 +01:00
docker-compose.yml Implement building distributable binaries in ci workflow. 2022-04-28 22:57:01 +01:00
Dockerfile Fix UI build for Docker image. 2022-05-02 15:13:23 +01:00
Dockerfile-dev-cache Fix UI build for Docker image. 2022-05-02 15:13:23 +01:00
LICENSE Initial commit. 2022-04-06 21:18:32 +01:00
Makefile Fix multiarch Docker build. 2022-05-02 15:14:29 +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.