ReliableMulticastLibrary

   The Project

The IP Multicast is a very useful way to transmit data to a group, because only one packet is sent through any physical link so you can save bandwidth. But the IP Multicast use UDP datagrams to send data, so there's no reliability and packets may be lost. To solve this problem we developed a library based on a Reliable Multicast Protocol. This library, the Reliable Multicast Library (RML), provides a reliable multicast environment for data transmission. The RML is free software and is distributed under the QPL.

   News