Skip to content

An echo server sample using Python with native socket library.

Notifications You must be signed in to change notification settings

ezequielramos/TCPServerClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TCPServerClient

Script tested on Linux/Windows with Python versions 3.6.5 and 2.7.13.

How to run:

Server:

$ python server.py [Server Name] [Port]
$ Ex.: python server.py S1 1213

Client:

$ python client.py [Server Port 1] ([Server Port 2], [Server Port 3], [Server Port N])
$ Ex.: python client.py 1213 1214

About

An echo server sample using Python with native socket library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages