Skip to content

rtosman/asionet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asionet

Sample client server built around a small framework called asionet that is a thin layer over asio specializing it for tcp.

Build notes:

Prequisites are:

Written in C++17 Requires VS2019 (with or without clang toolchain)

  • To use with msvc rather than clang comment out the line "toolset('clang')" in premake5.lua

To configure the solution (assuming conan and premake5 are on the path):

> mkdir build && cd build

> conan install ..

Then

> cd ..

> premake5 --scripts=build vs2019

Once that is done you will have a solution named ASIO.sln, just open that up with VS2019 and build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages