Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 297 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 297 Bytes

Colin Mai [email protected] To compile, run "gcc -g -o client_c_udp client_c_udp.c" and "gcc -g -o server_c_udp server_c_udp.c". For tcp just replace udp with tcp. To run, the command for the server is server_c_udp (portnumber). Command for client is client_c_edp (ip address) (portnumber).