Skip to content

UDP Receiver Driver

The UDP Receiver Driver provides a simple way for Disguise to ingest raw data sent via UDP. It is commonly used for lightweight custom integrations, device triggers, telemetry streams, or any workflow where external systems broadcast or multicast small packets of information.

Use the UDP Receiver Driver when you want to:

  • Receive custom UDP messages from third-party devices or scripts.
  • Listen for broadcast or multicast data on the network.
  • Filter incoming packets by sender IP.

The UDP port the driver listens on for incoming data.

This must match the port configured on the device or system sending the UDP packets.

An optional network filter that limits incoming data to a specific sender IP address.

Use this when multiple devices are active on the network and you want to ensure only one source is accepted.

Leave blank to allow data from any IP.

The multicast group the driver should subscribe to when receiving multicast UDP traffic.

Only required when your workflow involves multicast delivery, leave blank for standard broadcast or unicast setups.


Developer Documentation