Skip to content

fgr/tinyrcpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

tinyrcpp

A tiny RCP library for C++ based on Boost.Asio.

Prerequisists

Debian packages: libasio-dev, libboost-thread-dev, libboost-serialization-dev

Build and run demo client and server

$ cd demo1
$ make DEMO1_DIR=$(pwd)

$ ./server1 &
$ ./client1 127.0.0.1 1313

About

A tiny RCP library for C++ based on Boost ASIO.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published