Skip to content

Chris1116/TCP-Socket-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCP-Socket-Programming

截圖 2024-03-11 晚上7 38 17

Project Specifications

Server:

  1. DNS: Convert the URLs sent by the client into IP addresses and return them to the client.
  2. QUERY: Use file reading to query the query.txt file with the student ID sent by the client. Return the email associated with this student ID to the client. If the student ID is not found, return "No such student ID".
  3. QUIT: After the client disconnects, continue waiting for the next service without disconnecting.

Client:

The client should be able to connect to the server, send requests to the server, and receive data returned from the server.

About

TCP Socket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages