@locimation/mtool
v1.0.0
Published
Multicast debugging tool
Downloads
4
Readme
MTool
Very simple command-line utility for debugging multicast protocols.
Installation
npm i -g @locimation/mtool
Example usage:
mtool -a 192.168.0.40 -m 224.0.1.129 -p 319 -h
Arguments:
- -a or --ip - the IP address of the local computer on the relevant network interface
- -m or --maddr - the multicast address of the traffic you wish to receive
- -p or --port - the UDP port number of the traffic you wish to receive
- -h or --hex (optional) - print received packets in hexadecimal