ChirpStack open-source LoRaWAN Network Server
Go to file
dependabot[bot] 22d2cc3f20
Bump serde_yaml from 0.9.13 to 0.9.17 (#105)
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.13 to 0.9.17.
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.13...0.9.17)

---
updated-dependencies:
- dependency-name: serde_yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-01 11:06:41 +00: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 Create FUNDING.yml 2023-01-24 15:11:28 +00:00
api Adds C# builds and namespaces (#100) 2023-01-31 18:29:21 +00:00
backend Bump version to 4.2.0 2023-01-24 12:23:44 +00:00
chirpstack Implement get_downlink_data_delay config. 2023-01-31 11:28:18 +00:00
examples Add device-profile option to configure region configuration. 2023-01-09 12:04:10 +00:00
lrwn Bump version to 4.2.0 2023-01-24 12:23:44 +00:00
ui Bump version to 4.2.0 2023-01-24 12:23:44 +00: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 Update .gitignore + re-generate API. 2023-01-10 15:57:06 +00:00
Cargo.lock Bump serde_yaml from 0.9.13 to 0.9.17 (#105) 2023-02-01 11:06:41 +00:00
Cargo.toml Cleanup commented out config. 2023-01-11 11:26:54 +00:00
docker-compose.yml Add Go example to read meta-data log. 2022-11-02 16:17:27 +00:00
Dockerfile Update to latest Rust and Alpine versions. 2022-12-05 10:00:21 +00:00
Dockerfile-devel Update to latest Rust and Alpine versions. 2022-12-05 10:00:21 +00:00
LICENSE Initial commit. 2022-04-06 21:18:32 +01:00
Makefile Protobuf Java and Kotlin code generation. (#64) 2023-01-10 15:46:04 +00:00
README.md Update README. 2023-01-26 15:32:01 +00:00

ChirpStack open-source LoRaWAN(R) Network Server

CI

ChirpStack is an open-source LoRaWAN(R) Network Server which can be used to set up LoRaWAN networks. ChirpStack provides a web-interface for the management of gateways, devices and tenants as well to set up data integrations with the major cloud providers, databases and services commonly used for handling device data. ChirpStack provides a gRPC based API that can be used to integrate or extend ChirpStack.

Documentation

Please refer to the ChirpStack website for documentation.

License

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