Skip to content

hyperstown/python_sockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Client-Server app

App is containing:

  • Server
  • Proxy (Also work as DNS)
  • Client

Client is sending 1024-byte message that is being encoded and sent via socket. Proxy is interpreting query and passes message to a server. Server is decoding message then passes it to designed function. After making changes in string message is encoded and sent to client.

Sources:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages