Analytics gRPC Endpoint

Each gateway registered on Kudzu Canopy NOC can submit analytics data using the Analytics Gateway API over gRPC.

Connection details#

ParameterValue
gRPC Endpointdev.kudzu.gr:8884 (without TLS)

Overview#

The gRPC endpoint accepts aggregate requests containing uplink, downlink, and status update messages from gateways. You authenticate each request with a Net ID and gateway EUI issued through the platform.

To obtain your Net ID, configure an API Ingress integration in your network settings. See API Ingress for details.

Analytics repository#

The full protocol definition, example clients, and a UDP packet forwarder proxy are available in the Kudzu Analytics repository on GitHub.

Next steps#