This guide explains how to connect gateways running a Semtech packet forwarder to Canopy NOC using the Kudzu UDP proxy. The proxy transparently forwards traffic between your gateways and your backend server while extracting metadata for the analytics platform.
If your deployment uses The Things Stack V3 or ChirpStack, prefer the dedicated LNS integrations instead. They provide richer data including device context and gateway statistics. The UDP proxy is best suited for legacy Semtech-based deployments or The Things Stack V2.
router.kudzu.gr).1700).1700).
Point each gateway to the Kudzu proxy address so traffic routes through the proxy on its way to your backend.
If your gateway has a web-based administration interface that allows changing the forwarding server address, set it to router.kudzu.gr and restart the packet forwarder. No further steps are needed.
If your gateway requires manual configuration file editing, follow the steps below.
Find the local_conf.json file on your gateway. The location varies by gateway model but is typically under /etc/lora/ or a similar path.
Edit the gateway_conf section to point to the proxy:
"gateway_conf": {
"gateway_ID": "<your-gateway-eui>",
"server_address": "router.kudzu.gr",
"serv_port_up": 1700,
"serv_port_down": 1700
}
Restart the packet forwarder service on the gateway to apply the changes.