Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 610 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 610 Bytes

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: