_____ _ ____
| ____|_ __(_) ___ / ___| _ __ ___ _ __ ___ ___ _ __
| _| | '__| |/ __| \___ \| '_ \ / _ \ '_ \ / __/ _ \ '__|
| |___| | | | (__ ___) | |_) | __/ | | | (_| __/ |
|_____|_| |_|\___| |____/| .__/ \___|_| |_|\___\___|_|
|_|

<https://github.com/EricSpencer00/UDP-server-binary>
udprecv: Binds to a UDP port, receives one packet, prints sender and payload.udpsendstreamfile: Sends a file as UDP packets.
make
./bin/udprecv 9000
./bin/udpsend_stream_file 127.0.0.1 9000 test.bin
nc -u -l 9000 > received.bin
shasum -a 256 test.bin received.bin
make produces binaries in bin/.