ChirpStack open-source LoRaWAN Network Server
Go to file
Orne Brocaar 31e359b314 Disable v3-v4 GW<>NS message migration and make config option.
By making this opt-in, we can reduce the overhead of supporting both v3
and v4 gateway messages. In case of v3 to v4 migration, one would
upgrade all ChirpStack Gateway Bridge instances to the latest v3
version, migrate ChirpStack as described here + enable this config flag:
https://www.chirpstack.io/docs/v3-v4-migration.html

Then upgrade ChirpStack Gateway Bridge to the latest v4 version followed
by disabling / removing this config flag (`v4_migrate`) again.
2023-04-11 14:19:07 +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 Create FUNDING.yml 2023-01-24 15:11:28 +00:00
api Bump version to 4.3.1 2023-04-10 12:24:52 +01:00
backend Bump version to 4.3.1 2023-04-10 12:24:52 +01:00
chirpstack Disable v3-v4 GW<>NS message migration and make config option. 2023-04-11 14:19:07 +01:00
examples Bump golang.org/x/net in /examples/frame_log/go (#130) 2023-02-28 11:50:31 +00:00
lrwn Bump version to 4.3.1 2023-04-10 12:24:52 +01:00
ui Bump version to 4.3.1 2023-04-10 12:24:52 +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 Update .gitignore + re-generate API. 2023-01-10 15:57:06 +00:00
Cargo.lock Bump version to 4.3.1 2023-04-10 12:24:52 +01: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 Dockerfiles. 2023-04-10 11:32:18 +01:00
Dockerfile-devel Update Dockerfiles. 2023-04-10 11:32:18 +01: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.