Skip to content

Simple program for threaded client/server sockets in Python

License

Notifications You must be signed in to change notification settings

spipm/pythonNetworking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network talker

A simple program for practicing threaded server/client TCP sockets.

The program consists of a client and a server part. The user can connect to another node. When connected, the client and server will send eachother socket information every second.

Code stuff

I tried to keep the code modular and general so it can be easily be used in other programs.

About

Simple program for threaded client/server sockets in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages