Files
showbridge-docs/src/content/docs/modules/net/udp/multicast.md
T
2026-03-28 14:48:30 -05:00

373 B

title, sidebar
title sidebar
UDP Multicast
label order
Multicast 3
  • type: net.udp.multicast
  • params:
    • ip: the multicast IP address to listen to
    • port: the port to listen on

Example

Listen to the mDNS multicast address on port 5353

- id: mdnsListener
  type: net.udp.multicast
  params:
    ip: 224.0.0.251
    port: 5353