-
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
-
Windows Sockets 规范及应用
Windows Sockets 规范及应用-Windows Sockets specification and application
- 2023-04-07 12:50:03下载
- 积分:1
-
一个端口重定向工具的源代码,适用于将一个端口的数据转发到另一个端口。...
一个端口重定向工具的源代码,适用于将一个端口的数据转发到另一个端口。-A port redirection tool for source code, applies to a data port forwarding to another port.
- 2022-04-01 06:54:50下载
- 积分:1
-
利用mina的通讯框架,实现两端传输文件。
利用mina的通讯框架,实现两端传输文件。-Mina framework for the use of communications, to transfer files to achieve both ends.
- 2022-02-15 11:09:56下载
- 积分:1
-
c++编写的一个用于指纹识别的代码,可以应用与企业的考勤...
c++编写的一个用于指纹识别的代码,可以应用与企业的考勤-prepared for a fingerprint identification code can be applied to enterprises with an attendance
- 2023-08-29 05:10:03下载
- 积分:1
-
MSNP协议MSN客户端下,大部分功能的实现
根据msnp协议写的msn客户端,实现大部分功能-msnp agreement was made under the msn client, the achievement of most functions
- 2023-01-16 18:55:03下载
- 积分:1
-
能够绕过winXP sp2防火墙的代码
能够绕过winXP sp2防火墙的代码-to bypass firewall sp2 code
- 2022-07-23 00:28:31下载
- 积分:1
-
网络数据包的捕获
网络数据包的捕获-network packet capture
- 2023-07-11 19:05:03下载
- 积分:1
-
ActiveX control detects CPU ... ... ... .. ... ... .. . .............. ..
ActiveX
控件程序
检测CPU
... ... ... ... ... .. .
... ... ... ...
................................
-ActiveX control detects CPU ... ... ... .. ... ... .. . .............. ..
- 2023-04-17 01:40:04下载
- 积分:1
-
JAVA页面密码保护
JAVA页面密码保护-password-protected pages JAVA
- 2022-10-16 08:35:03下载
- 积分:1