/Multicast-Client-Server-Example

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

Primary LanguageCGNU General Public License v2.0GPL-2.0

Build Status Build status 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 .