Added inital version of standard UDP streamer and updated README

This commit is contained in:
2025-09-17 03:45:51 +01:00
parent ffc84cdff1
commit 70d115f23e
2 changed files with 618 additions and 1 deletions

View File

@ -10,4 +10,9 @@ This is used by most applications I build, certainly all within this repository.
## Networking
Contains a standard UDP listener implementation that writes to a file.
We have tcpdump at home...
Plenty of useful things in here, and generally reflects code I write elsewhere, so is a good sanity test for when something new I have written isn't working.
Contains:
* a standard UDP listener implementation that writes to a file.
* a standard UDP streamer that can read from a file and send at a target rate or as fast as possible. Also allows for varied transmission sizes for path fragmenting/MTU checks.