mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-02-11 04:51:12 +00:00
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.
chirpstack-api
ChirpStack gRPC API message and service wrappers for Javascript. Typescript definitions are included.
Install
With npm:
npm install @chirpstack/chirpstack-api --save
Or with yarn:
yarn add @chirpstack/chirpstack-api
Usage
Please refer to https://www.chirpstack.io/docs/chirpstack/api/js-examples.html for code examples.