Integrate Gateway Mesh feature.

This adds a Gateway Mesh section to the web-interface (+ API endpoints)
to see the status op each Relay Gateway within the Gateway Mesh.

The Gateway Mesh (https://github.com/chirpstack/chirpstack-gateway-mesh)
is an experimental feature to extend LoRaWAN coverage throug Relay
Gateways.
This commit is contained in:
Orne Brocaar
2024-06-25 11:37:57 +01:00
parent c0b148fecb
commit 3f1a47e1e2
66 changed files with 3275 additions and 388 deletions

View File

@ -8,7 +8,7 @@ plugins {
}
group = "io.chirpstack"
version = "4.8.1"
version = "4.9.0-test.1"
repositories {
mavenCentral()