An open API service indexing awesome lists of open source software.

https://github.com/samlior/p2p

用c++简单实现P2P客户端及服务端
https://github.com/samlior/p2p

cpp p2p

Last synced: about 1 year ago
JSON representation

用c++简单实现P2P客户端及服务端

Awesome Lists containing this project

README

          

# P2P
用c++简单实现P2P客户端及服务端
原理基于https://github.com/pannzh/P2P-Over-MiddleBoxes-Demo

如有任何问题,请联系邮箱samlior@foxmail.com

# include
```
#include
```

使用说明见Demo