Skip to content

soar/smt

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

Simple Multicast Test Tool

For detailed description see: http://soar.name/tag/multicast

Usage:

smt.py [-h] --group GROUP --port PORT [--bind BIND] [--ttl TTL]
  • -h, --help - show this help message and exit
  • --group GROUP - Multicast group to join/send data, for example 224.1.1.1
  • --port PORT - Multicast group port to join/send data, for example 12345
  • --bind BIND - Bind to IP address (not required), optional, for example 192.168.1.1
  • --ttl TTL - TTL for multicast packets, optional, for example 10