https://github.com/sitbon/mtou
Multicast-unicast forwarding tool
https://github.com/sitbon/mtou
Last synced: 7 days ago
JSON representation
Multicast-unicast forwarding tool
- Host: GitHub
- URL: https://github.com/sitbon/mtou
- Owner: sitbon
- Created: 2017-03-23T14:15:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T01:01:28.000Z (over 7 years ago)
- Last Synced: 2025-02-25T04:15:31.709Z (over 1 year ago)
- Language: Python
- Size: 28.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.