Skip to content

Parassharmaa/socket-communication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Sockets Communication + Encryption


C++

Client-Server Communication using c++

$ make all

$ ./server 8090

$ ./client 127.0.0.1 8090

Python

Client-Server Communication using python3

$ python3 server.py 8090

$ python3 client.py 127.0.0.1 8090

About

Socket Communication using c++ and python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published