Skip to content

Trockti/Client-Server-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECE358-Lab2

To execute the code of task 1, execute:
Python webserver.py
and send an HTTP request from a client (web browser or Postman).
List of accepted URLs:
http://127.0.0.1:10126/HelloWorld.html
http://127.0.0.1:10126/Goodbye.html
(In case of any issue while sending a request, please resend it again).
To execute the code from task 2, execute:
python server.py main
To execute the server, which waits for a request.
Then, for the client, you have to execute:
python client.py main
To execute the client and send a DNS request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published