Multicast-Client-Server-Example icon indicating copy to clipboard operation
Multicast-Client-Server-Example copied to clipboard

This is a simple educational example of an IPv4/IPv6 multicast client and server, running under UNIX and Win32.

Build Status Build status Help making this possible Become a patron Flattr this git repo

This is a simple educational example of a multicast client and server, running under UNIX and Win32.

Building

To compile, use

mkdir build
cd build
cmake ..
cmake --build .