Orne Brocaar 77dc247f66 Fix mac_version -> mac_version().
The first returns the Protobuf integer, the second the generated enum
type. The big difference is that the first .to_string() would convert
the Protobuf integer to the same but then as String type, where the
latter returns something like '1.0.3' which is provided by the
fmt::Display trait implementation by ChirpStack.
2022-08-11 11:38:43 +01:00
2022-08-10 12:36:43 +01:00
2022-08-10 12:36:43 +01:00
2022-04-06 21:18:32 +01:00
2022-08-10 12:36:43 +01:00
2022-08-10 12:36:43 +01:00
2022-04-06 21:50:23 +01:00
2022-08-10 12:36:43 +01:00
2022-04-06 21:18:32 +01:00
2022-07-27 12:00:11 +01:00
2022-04-06 21:18:32 +01:00
2022-07-28 09:02:54 +01:00
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.

Description
ChirpStack open-source LoRaWAN Network Server
Readme MIT 16 MiB
Languages
Rust 85.4%
TypeScript 14.2%
Makefile 0.2%
RenderScript 0.1%