Skip to content

Darth-Fortis/Simple-TCP-Client-and-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Simple-TCP-Client-and-Server

This is a simple TCP client whch you can adapt to you needs:) By default I set the target_host to 'www.google.com', target_port to 80 and a HTTP GET request for the root path ("/") sent to the server with the host "google.com" using the HTTP/1.1 protocol.

This is a simple TCP server which you can adapt to your needs:) The default values for bind_ip and bind_port are '0.0.0.0' and 9999, so feel free to change those if need be.

Feel free to change these variables and I hope this helped:)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages