-
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
-
反编译软件,可以译出源程序,便于一些应用性的操作
反编译软件,可以译出源程序,便于一些应用性的操作-anti-compiler software, source code can be translated to facilitate the application of operation
- 2022-04-02 08:54:34下载
- 积分:1
-
使用select模型进行网络编程的例子,使用标准c编程,移植性能好,是最基本的网络模型...
使用select模型进行网络编程的例子,使用标准c编程,移植性能好,是最基本的网络模型-Select model using the example of network programming, using the standard c programming, transplant performance and is the most basic network model
- 2023-02-08 11:40:04下载
- 积分:1
-
iocp 聊天服务器,使用完成端口进行服务器的设计
iocp 聊天服务器,使用完成端口进行服务器的设计-iocp chat server, the server port to use to complete the design
- 2022-04-19 03:01:25下载
- 积分:1
-
使用WINSOCKET 编写的小巧的即时聊天工具服务器端,编写时考虑了多种网络情况...
使用WINSOCKET 编写的小巧的即时聊天工具服务器端,编写时考虑了多种网络情况-Prepared using WinSocket compact real-time chat server-side tools, to prepare to take into account a variety of network
- 2023-04-13 04:15:03下载
- 积分:1
-
VC++ smtp send mail source to support the authentication server to find for a lo...
VC++ smtp发送邮件源码,支持服务器验证的,找了很久,很多都是没有用户名密码验证,这个可以-VC++ smtp send mail source to support the authentication server to find for a long time, many of them are not user name password authentication, this can be
- 2022-02-26 07:38:55下载
- 积分:1
-
通过WINSOCK的TCP来模拟简单的网络聊天
通过WINSOCK的TCP来模拟简单的网络聊天-through TCP Winsock to simulate simple Web Chat
- 2022-06-19 20:22:45下载
- 积分:1
-
nettime procedures can access the internet is very easy to use
nettime程序
可以随时获取internet上的时间
非常好用-nettime procedures can access the internet is very easy to use
- 2022-08-26 01:58:05下载
- 积分:1
-
Listen Line 互联网监听工具
Listen Line 互联网监听工具-Listen Line Internet monitoring tools
- 2022-07-21 06:57:44下载
- 积分:1
-
wmi编技术和控制远程进程,需要认证到相应的机器.
wmi编技术和控制远程进程,需要认证到相应的机器.-wmi compilation and control of remote process
- 2022-05-20 18:43:53下载
- 积分:1