chirpstack/api/js
Orne Brocaar 41d00cb651 Implement end-to-end app payload encryption.
This implements end-to-end encryption between the end-device and
end-application. The encrypted AppSKey or SessionKeyID is forwarded to
the end-application which should be able to decrypt or request the
AppSKey to decrypt the uplink payload. As well the end-application will
be able to enqueue encrypted application payloads.

Using this mechanism, ChirpStack will never have access to the uplink
and downlink application-payloads.
2023-10-05 13:06:09 +01:00
..
api Implement end-to-end app payload encryption. 2023-10-05 13:06:09 +01:00
common Re-generate API code. 2023-06-14 13:13:13 +01:00
google/api Update api generated code. 2023-05-30 14:51:15 +01:00
gw Add back crc_status to UplinkRxInfo. 2023-01-11 11:13:47 +00:00
integration Implement end-to-end app payload encryption. 2023-10-05 13:06:09 +01:00
meta Re-generate API + update code. 2022-12-05 11:46:36 +00:00
Makefile Initial Relay support implementation (TS011). 2023-05-22 11:04:13 +01:00
package.json Bump version to 4.5.1 2023-10-05 10:20:32 +01:00
README.md Update javascript api readme (#202) 2023-06-13 14:15:15 +01:00
yarn.lock api: Update js dependencies. 2023-08-08 12:22:45 +01:00

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.