Description
Provides simple multicast networking support for Haskell. Multicast lets one sender transmit data to multiple receivers that have joined a multicast group.
It is useful for discovery protocols, local network messaging, streaming experiments, and tools that need one-to-many UDP-style communication. It is a developer library and not a network monitor.