Skip to content

yangjunrui/XProject

 
 

Repository files navigation

XProject

Introduction

  • XProject is a echo server/client based on boost asio library.
  • Using the boost library, anyone can easily use.

Build requirement

  • Visual Studio 2015 Update2

Supported Platform

  • Windows

The following third party libraries are used in the project

  • boost library 1.60
  • cppformat 2.0.0
  • google-protobuf 2.6.1
  • log4plus 1.2.0
  • loki 0.1.7

Third party archive file download

Third party library directory tree

|-- SDKs
|   |-- boost_1_60_0
|   |   |-- boost
|   |   `-- lib64-msvc-14.0
|   |-- cppformat-2.0.0
|   |-- log4plus
|   |   |-- include
|   |   `-- lib
|   |-- loki
|   |   |-- include
|   |   `-- lib
|   `-- protobuf
|       |-- include
|       `-- lib
`-- XProject
    |-- Build
    `-- Code

License

  • This project is available under The BSD-3-Clause. For more information see the License file.

About

EchoServer, EchoClient on Boost.Asio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.2%
  • C 2.4%
  • Other 0.4%