Skip to content

Client will send numbers to server. Server will add the digits together until there is only one digit.

Notifications You must be signed in to change notification settings

colinmai/Learning-about-sockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colin Mai colinmai@umail.ucsb.edu 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).

About

Client will send numbers to server. Server will add the digits together until there is only one digit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages