Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 808 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 808 Bytes

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 .