mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-02-23 01:52:38 +00:00
This makes it possible to add gateways to a multicast-group, which in case configured will always be used for transmitting the multicast downlinks. This also moves the multicast class-c scheduling to the multicast-group configuration. Options are delay between multiple gateways, or GPS time synchronized transmission.
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/chirpstack/api/js-examples.html for code examples.