egustafson / udpfwd

udp forwarder w/ multicast support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UDP Forwarder w/ Multicast

This package provides a UDP forwarder that will subscribe to a multicast group if told to listen on a multicast address. UDP payloads are copied 1:1 to the destination.

Also included is 'udp_listen' which will listen and properly subscribe to the multicast group when presented a multicast address to listen to.

collectd forwarder: the udpfwd.py can be used to forward collectd (i.e. udp) datagrams from a multicast address to a unicast address. This may be useful if the end destination is inside a Docker container where that is not using host networking. This was the use-case for the code.

About

udp forwarder w/ multicast support


Languages

Language:Python 87.6%Language:Shell 9.9%Language:Dockerfile 2.5%