Skip to content

BOOST ASIO client server example for transferring file.

Notifications You must be signed in to change notification settings

aalexfvk/Boost-ASIO-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Boost-ASIO-sample

BOOST ASIO client server example for transferring files.

  • The server is asynchronous(multithreaded).
  • The client is synchronous.

Compiling

server

cd server
mkdir build
cd build
cmake ..
cmake --build .

client

cd client
mkdir build
cd build
cmake ..
cmake --build .

Usage

server:

file_server <port> <file_name>

client:

client <host> <port> <output file name>

About

BOOST ASIO client server example for transferring file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published