-
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
-
velocity-control-for-yaskawa-motor
可以实现安川交流电机的调速,检查伺服准备就绪,伺服ON,及调速。(Can achieve Yaskawa AC motor speed, check the servo ready, servo ON, and speed.)
- 2013-09-12 17:04:05下载
- 积分:1
-
CNGP API 开发实例,本程序包括了CNGP的开发说明和实例
CNGP API 开发实例,本程序包括了CNGP的开发说明和实例-WWW API development example, the process includes the development of WWW description and examples
- 2022-03-14 17:59:39下载
- 积分:1
-
集群管理器,主要针对终端服务的会话任务分配,其中一台机器做为选路机器,其余机器分摊终端服务会话....
集群管理器,主要针对终端服务的会话任务分配,其中一台机器做为选路机器,其余机器分摊终端服务会话.- The colony management, mainly aims at the terminal service the
conversation duty assignment, machine does for chooses the bull dozer,
other machines share the terminal service conversation
- 2023-01-10 18:00:04下载
- 积分:1
-
particletest
说明: Source code for flicker free drawing.
- 2020-06-24 10:00:02下载
- 积分:1
-
一个简单的采用UDP网络协议的通讯传输测试程序,包括所有的源码...
一个简单的采用UDP网络协议的通讯传输测试程序,包括所有的源码-A simple UDP network protocol used for communications transmission testing procedures, including all of the source
- 2022-02-24 22:56:35下载
- 积分:1
-
示波器
简单示波器,可以实现在前面板中显示各种波形图(Using LABVIEW to make Simple oscilloscope)
- 2019-06-14 12:07:25下载
- 积分:1
-
Can complete a basic web browser HTTP protocol like students to master knowledge...
可以完成基本的网页浏览似的学生掌握HTTP协议的相关知识,加深对客户/服务器的工作模式的认识,并进一步锻炼学生的网络软件编程能力和解决实际问题的能力。-Can complete a basic web browser HTTP protocol like students to master knowledge, deepen their understanding of client/server mode of understanding and to further our students the capacity and network software programming to solve practical problems.
- 2022-07-11 13:21:02下载
- 积分:1
-
Delete
说明: Labview环境下删除数组中重复元素而不改变原数组元素排列顺序(Labview environment, remove duplicated elements in the array without changing the original order of the array elements)
- 2010-03-19 21:36:35下载
- 积分:1
-
用VC开发的网络语音电话,希望对您的开发有所帮助。
用VC开发的网络语音电话,希望对您的开发有所帮助。-VC network with the development of voice calls, and they hope to be helpful to your development.
- 2022-03-21 07:38:27下载
- 积分:1