Latest Development Release Asio version 1.3.1 http://sourceforge.net/project/shownotes.php?group id 122478 release id 633052 Release notes (non Boost ...
Who is using Asio? Add your project here! Asio C Library Asio is a cross platform C library for network and low level I/O programming that provides developers ...
Commercial Support Commercial support is available from Pty Ltd. Services include software development, design consultation, training, mentoring and code review. Contact ...
Tips and Tricks Consider using std::vector for buffers over raw arrays and boost::array A buffer variable for use with read and write operations could be defined ...
Recipes A thread pool for executing arbitrary tasks Create an io service : asio::io service io service; and some work to stop its run() function from exiting ...
Asio and Boost.Asio Asio comes in two variants: (non Boost) Asio and Boost.Asio. The differences between the two are outlined below. What are the differences in the ...
Supported Platforms The following platforms and compilers have been tested: Win32 and Win64 using Visual C 7.1, 8.0 and 9.0. Win32 using MinGW. Win32 ...
Source Code Repositories Asio uses a sourceforge hosted CVS repository. Details of how to access it may be found here. It may also be via the web. Boost.Asio is checked ...
Who is using Asio? Here is a list of some projects that are using Asio. If you are using Asio, feel free to add your project's information to this page. Consider including ...