Skip to content

sitbon/mtou

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Multicast-unicast forwarding tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published