Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 854 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 854 Bytes

mtou

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.

Requirements

This project uses CMake.

This has been lightly tested on Mac, heavily used on Linux.

Building

In the project top-level folder:

mkdir build
cd build
cmake ..
make
cd ..

The binary is then in ./build/mtou.

Coverity Scan Build Status