/ChirpStack.Api

.Net ChirpStack Application Server API bindings.

Primary LanguageC#MIT LicenseMIT

ChirpStack API

Tests

This repository contains the Protobuf and gRPC API definitions for the ChirpStack components.

Protobuf / gRPC structure

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

C# bindings

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

Install

    git clone https://github.com/nodriver-ai/ChirpStack.Api.git
    cd ChirpStack.Api
    ./build.sh