Skip to content

bersoare/pingmcast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pingmcast

Quick way to send/receive multicast packets using python socket module

Usage

Use mode 's' to run sender mode. Sender mode will generate 5 UDP echoes destined to the group address provided.

python pingmcast.py -g 239.1.1.1 -m s

Mode 'r' is used to run receiver mode. In receiver mode, the program will listen to packets destined to the group on all interfaces. Requires permissions to bind to sockets.

python pingmcast.py -g 239.1.1.1 -m r

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages