Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 193 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 193 Bytes

UDP Client and Server

A basic implementation of a UDP client and server.

Running

Server

make ARGS=<port> server

Client

make ARGS=<addr>:<port> client