I'm looking for a way to transfer a file over UDP at an specific bitrate. I can use netcat
for example like this:
cat file | nc -u 192.168.x.x 5000
And I use a custom application to listen at port 5000 at client side.
Is there any way to "cat a file raw to udp" at a specific bitrate?