Multicast-unicast forwarding tool.
Usage: mtou <-I IFACE | -i ADDR> <-p PORT> <-o ADDR> ...
-I, --iface=IFACE Incoming interface.
-i, --in=ADDR Source address.
-p, --port=PORT Port to listen on.
-O, --oface=IFACE Outgoing interface.
-o, --out=ADDR Destination address.
-P, --out-port=PORT Port to send to.
-v, --verbose Verbose output.
This project uses CMake.
This has been lightly tested on Mac, heavily used on Linux.
In the project top-level folder:
mkdir build
cd build
cmake ..
make
cd ..
The binary is then in ./build/mtou.