Skip to content

An example of using Asio for TCP communication under Windows.

Notifications You must be signed in to change notification settings

MiShan0603/AsioTcpDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AsioTcpDemo

An example of using Asio for TCP communication under Windows.

The basis of asio will not be introduced here. For details, refer to the code to realize that the server supports simultaneous communication of multiple clients.

How to compile

1 Install boost via vcpkg

2 Open via Vs2022

A brief introdction

Client

Tcp client

Server

Tcp server, each client creates a Session object

About

An example of using Asio for TCP communication under Windows.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published