Each gateway registered on Kudzu Canopy NOC can submit analytics data using the Analytics Gateway API over gRPC.
| Parameter | Value |
|---|---|
| gRPC Endpoint | dev.kudzu.gr:8884 (without TLS) |
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.
The full protocol definition, example clients, and a UDP packet forwarder proxy are available in the Kudzu Analytics repository on GitHub.