Skip to content

Client and server in python 3 using standard library. Supports TLS encryption

Notifications You must be signed in to change notification settings

pyCity/pyShells

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pyShells

Client and server model in python 3 using standard library.

Run setup.sh to generate server certs and key

USAGE:

   git clone https://github.com/pyCity/pyShells && cd pyShells; chmod +x setup.sh && ./setup.sh || echo Error running setup.sh

   python server.py 127.0.0.1 4444 --tls

   python client.py 127.0.0.1 4444 --tls

About

Client and server in python 3 using standard library. Supports TLS encryption

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published