This repository contains the Protobuf and gRPC API definitions for the ChirpStack components.
protobuf - Protobuf and gRPC source files
├── as
│ ├── external
│ │ └── api - Application Server External API definitions
│ └── integration - Application Server integration definitions
├── common - Definitions shared across ChirpStack components
├── geo - Geolocation Server API definitions
├── gw - LoRa gateway definitions
├── nc - Network Controller definitions
└── ns - Network Server definitions
This repository contains scripts and configuration files to generate a .Net bindings for the gRPC client API for the Chirpstack application server. For other languages support see: https://github.com/brocaar/chirpstack-api
git clone https://github.com/nodriver-ai/ChirpStack.Api.git
cd ChirpStack.Api
./build.sh