https://github.com/samlior/p2p
用c++简单实现P2P客户端及服务端
https://github.com/samlior/p2p
cpp p2p
Last synced: about 1 year ago
JSON representation
用c++简单实现P2P客户端及服务端
- Host: GitHub
- URL: https://github.com/samlior/p2p
- Owner: samlior
- License: gpl-3.0
- Created: 2018-10-14T03:06:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-13T04:44:13.000Z (almost 7 years ago)
- Last Synced: 2025-02-05T13:48:39.146Z (about 1 year ago)
- Topics: cpp, p2p
- Language: C++
- Size: 30.3 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# P2P
用c++简单实现P2P客户端及服务端
原理基于https://github.com/pannzh/P2P-Over-MiddleBoxes-Demo
如有任何问题,请联系邮箱samlior@foxmail.com
# include
```
#include
```
使用说明见Demo