Skip to content

Releases: troglobit/mcjoin

mcjoin v2.2

07 Sep 22:10
Compare
Choose a tag to compare
  • Progress bar on receiver
  • Bind receiver to group:port, instead of 0.0.0.0:port, filters noise
  • Increased send rate of sender: 1/1 sec --> 1/100 msec
  • Set outbound interface for sending multicast
  • Portability fixes, now builds and runs on musl libc
  • Verify max length of interface name from operator

mcjoin v2.1

08 Mar 08:59
Compare
Choose a tag to compare

Add validation of incoming multicast packets, verifying destination IP address of packet against expected multicast group for socket.

mcjoin v2.0

06 Mar 23:53
Compare
Choose a tag to compare

Massive refactor to add support for acting as both sender and receiver of multicast packets. This release makes mcjoin a standalone tool for verifying multicast connectivity.

Backwards compatible with v1.5 w.r.t. joining a single or multiple groups, with an optional -r, --restart=SEC. However, --long-opts have been removed and the -f FIRST and -n NUM options have been changed to command arguments on the form GROUP+NUM, which integrates better with the rest of the syntax.