1.0.0 • Published 4 years ago

@locimation/mtool v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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
1.0.0

4 years ago