libpgm

Implements the PGM reliable multicast protocol for message distribution

brewmacoslinux
Try with needOr install directly
Source

About

Implements the PGM reliable multicast protocol

Commands

libpgm

Examples

Link against libpgm in a C/C++ project for reliable multicast$ gcc -o multicast_app app.c -lpgm
Check libpgm installation and version info$ pkg-config --modversion libpgm-5.2
Get compiler flags for building with libpgm$ pkg-config --cflags --libs libpgm-5.2