https://github.com/ztgx/pingpong
使用boost和TASSL的pingpong小demo
https://github.com/ztgx/pingpong
Last synced: 11 months ago
JSON representation
使用boost和TASSL的pingpong小demo
- Host: GitHub
- URL: https://github.com/ztgx/pingpong
- Owner: zTgx
- Created: 2020-09-25T08:07:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T08:14:36.000Z (almost 6 years ago)
- Last Synced: 2025-03-03T03:24:52.308Z (over 1 year ago)
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pingpong
使用boost/TASSL的pingpong demo
##### 环境搭建
1) 安装TASSL
2) 安装boost 1.57.0
3) 安装cmake version>3.0
4) 安装g++
##### 设置BOOST_ROOT变量
export BOOST_ROOT=boost安装位置
##### 分别运行cmake, 生成ssl_server/ssl_client
```c
make buld && cd build && cmake .. && make
```