Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

boost asio tcp send and receive tutorial

I am looking for a good tutorial or example of using tcp boost asio to create a server that can send and receive string messages.

This example seems to be a good place to start but there is no documentation, which is leaving me lost.

Any other better examples out there? Or could someone explain to me what is going on in the example?

like image 655
Dan Monson Avatar asked Apr 17 '13 00:04

Dan Monson


1 Answers

You should check this:

The Boost C++ Libraries / Chapter 7: Asynchronous Input and Output

like image 50
Industrial-antidepressant Avatar answered Nov 10 '22 19:11

Industrial-antidepressant