Skip to content

hoanglx123/socket_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

#socket_demo

In the project, I create 2 programs to demonstrate TCP/IP with socket library:

  • ServerApp_CC++ - Server Program:
    • It is programmed with C/C++ programming.
    • I create a socket class as wrapper function to use socket library.
    • The server can accept many requests from clients and each request is processed on one thread.
  • ClientApp_Python - Client Program:
    • I write some scripts with Python programming to create clients which can connect to the server.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published