Skip to content

j143/tcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic TCP Client and Server

How to Use

Server

tcp> python .\server.py
Server listening on localhost:8080
Waiting for a connection...
Connection from 127.0.0.1:64780
Received message: Hello, server!
Waiting for a connection...` 

Client

tcp> python .\client.py
Sending message: Hello, server!
Received message: Hello, this is 2023 year
Hello, this is the content of the file example.txt sent from the server.

2000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages