./mbone/mdp, Multicast file transfer

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.9a5nb1, Package name: mdp-1.9a5nb1, Maintainer: pkgsrc-users

The Multicast Dissemination Protocol (MDP) is a protocol framework and
software toolkit for reliable multicasting data objects. A primary
design goal of MDP is to provide a reliable multicast protocol approach
which is suitable for reliable dissemination of data over both wireless
and wired networks.

MDP software has been demonstrated across a range of network architecture
and heterogeneous conditions including; the worldwide Internet MBone,
bandwidth and routing asymmetric network connections, high delay satellite
networks, and mobile, radio networks. MDP version 2, the latest software
release and ongoing work, integrates numerous multicast protocol advances
including highly robust, packet-based erasure correction techniques and
adaptive group timing mechanisms.

The present MDPv2 software release has a defined API library and several
example working applications including a multicast file transfer applications
and a very basic multicast chat application. To learn more and/or download
the software see the following sections.


Required to build:
[pkgtools/cwrappers]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2023-12-22 19:33:02 by Zafer Aydogan | Files touched by this commit (1)
Log message:
fetch from backup
   2021-10-26 12:57:01 by Nia Alarie | Files touched by this commit (12)
Log message:
mbone: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:30:13 by Nia Alarie | Files touched by this commit (12)
Log message:
mbone: Remove SHA1 hashes for distfiles
   2020-05-14 21:26:01 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
Fix const issues
   2017-01-19 19:52:30 by Alistair G. Crooks | Files touched by this commit (352)
Log message:
Convert all occurrences (353 by my count) of

	MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
   2015-11-03 00:54:09 by Alistair G. Crooks | Files touched by this commit (12)
Log message:
Add SHA512 digests for distfiles for mbone category

Existing SHA1 digests verified, all found to be the same on the
machine holding the existing distfiles (morden).  Existing SHA1
digests retained for now as an audit trail.
   2015-04-24 14:40:15 by Thomas Klausner | Files touched by this commit (1)
Log message:
Fix PKGNAME to be 'mpd' instead of 'src-mpd'.
   2012-10-08 11:25:51 by Aleksej Saushev | Files touched by this commit (13)
Log message:
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.