Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 311 Bytes

File metadata and controls

7 lines (4 loc) · 311 Bytes

Socket_programming

run "make server" command to make server object then enter "./server" in terminal to start the server

run "make object" command to make client object then enter "./client" in terminal to make queries as a client.

You can refer to MiniProject.pdf for the proper detailing of the project.