Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Sample asynchronous protocol-based TCP client and server apps using C++ and Boost::Asio

License

NotificationsYou must be signed in to change notification settings

iamazeem/TcpClientServerApp

Repository files navigation

ciLicense: MIT

Sample asynchronous protocol-basedTCP client andserver apps using C++ andBoost::Asio

sequenceDiagram    autonumber    participant client    participant server    client-->>server: connect    server->>client: welcome    client->>server: command    activate server    note right of server: execute    server->>client: output    deactivate server    client->>server: exit    server--xclient: disconnect
Loading

Dependencies

Build

git clone --recursive git@github.com:iamazeem/TcpClientServerApp.gitcd TcpClientServerAppcmake -S. -B buildcmake --build build

The client and server binaries will be generated underbuild directory:

  • ./build/server/server
  • ./build/client/client

Run

Runserver on one terminal:

./build/server/server

Runclient on another terminal:

./build/client/client

License

MIT

About

Sample asynchronous protocol-based TCP client and server apps using C++ and Boost::Asio

Topics

Resources

License

Stars

Watchers

Forks

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp