udpcast: add recipe

udpcast is a file transfer tool that can send data simultaneously to many
destinations on a LAN.

It is an alternative to uftp which is already in meta-networking.

On a lossy network, udpcast provided 10x faster transfer rates
with error correction enabled while using a half as much CPU thanks to a
simpler algorithm.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Enguerrand de Ribaucourt
2024-06-05 13:27:26 +02:00
committed by Khem Raj
parent f22451b51b
commit 8b01302835
3 changed files with 50 additions and 0 deletions
@@ -236,6 +236,7 @@ RDEPENDS:packagegroup-meta-networking-support = "\
rdma-core \
tcpreplay \
tinyproxy \
udpcast \
uftp \
unbound \
vnstat \