-
一个采用Winsock实现P2P的例子,可以帮助了解P2P的原理。
一个采用Winsock实现P2P的例子,可以帮助了解P2P的原理。-using a peer-to-peer Winsock example, can help us understand the tenets of P2P.
- 2022-05-16 07:45:58下载
- 积分:1
-
P2P c++ sdk
P2P dll c++ ,
static emReturnType SetAppType(emAppType AppType);//设置程序类型,服务器emAppType_Server或者客户端emAppType_Client
static emReturnType SetClientCallback(IMsgCallback *pMsgCallback);//设置回调类,回调类继承IMsgCallback接口
static emReturnType Startup();//开启网络
static emReturnType Cleanup();//关闭网络
//Server 以下函数是服务器调用
static emReturnType BeginService(unsigned short nPort);//如果是服务器,调用该函数开启服务,nPort:端口号
static emReturnType EndService();//服务器退出的时候,调用该函数关闭服务
//Client 以下函数是客户端调用
static emReturnType Logon(LOGONINFO* pLogonInfo);//函数登录服务器。pLogonInfo:登录信息,详细见P2PHeaderDef.h->LOGONINFO
static emReturnType Logout();//登出服务器
static emReturnType ConnectAnchor(CLIENTINFO* pClientInfo);//连接主播,该函数是用户调用
static emReturnType SendP2PMSG(CLIENTINFO* pClientInfo, char* pszMsg, int nMsgLen);//发送P2P消息,pClientInfo,要发送的客户信息,如果是用户,则pClientI
- 2022-02-03 19:54:38下载
- 积分:1
-
一个有用的东东,是一个网络WEB访问程序,可以进行多线程的WEB访问...
一个有用的东东,是一个网络WEB访问程序,可以进行多线程的WEB访问-a useful Dongdong, a network of Web visits procedures, multithreading can visit the Web
- 2022-03-25 14:26:04下载
- 积分:1
-
购物系统,能实现简单的购物及管理功能,包括完整的项目部分...
购物系统,能实现简单的购物及管理功能,包括完整的项目部分-Shopping system, to achieve a simple shopping and management functions, including the complete portion of the project
- 2022-05-08 12:14:50下载
- 积分:1
-
一个可视化的ping 小工具,支持IP列表保存,列表读取~支持IP监视~~上线提示~~下线提示...
一个可视化的ping 小工具,支持IP列表保存,列表读取~支持IP监视~~上线提示~~下线提示-Ping of a small visualization tools to support the IP list of preservation, a list of IP surveillance support to read ~ ~ ~ on-line prompts ~ ~ offline tips
- 2022-02-20 05:45:01下载
- 积分:1
-
银行系统与其它系统的交易程序,只需编写一个客户端程序即可。...
银行系统与其它系统的交易程序,只需编写一个客户端程序即可。-banking system and other systems of procedures and the preparation of only one client procedures.
- 2022-09-15 21:50:03下载
- 积分:1
-
用于利用windows socket构造自己的ARP数据包并发送,其中包括选择网卡能功能...
用于利用windows socket构造自己的ARP数据包并发送,其中包括选择网卡能功能-windows socket for the use of their tectonic ARP packet and sent, including the choice of Ethernet capabilities.
- 2022-07-02 01:30:07下载
- 积分:1
-
emuleplus是基于emule原理的一个小巧精致的下载软件,其代码值得一读...
emuleplus是基于emule原理的一个小巧精致的下载软件,其代码值得一读-emuleplus is based on the principle of a compact emule download sophisticated software, its code worth reading
- 2022-03-14 05:28:44下载
- 积分:1
-
简单的FTP服务器,只支持匿名访问,
直接装文件夹拖到该文件上即可打开以此文件夹为根目录的FTP服务...
简单的FTP服务器,只支持匿名访问,
直接装文件夹拖到该文件上即可打开以此文件夹为根目录的FTP服务-Simple FTP server, only support anonymous. drag a directory onto it will open an FTP server root at that directory
- 2022-12-27 08:15:03下载
- 积分:1
-
透明代理模拟IP发帖,非常好用的ASP代码
透明代理模拟IP发帖,非常好用的ASP代码-IP Transparent Proxy simulation when posting, very handy ASP code
- 2022-11-17 11:00:04下载
- 积分:1