-
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
-
基于openh323开发的网络会议服务器软件。
基于openh323开发的网络会议服务器软件。-based on the development of Web conferencing server software.
- 2022-10-13 11:00:02下载
- 积分:1
-
使用Windows远程终端协议RDP的工具,可以远程访问Windows2000/Xp,和VNC类似,但功能强大,附带完整Source code....
使用Windows远程终端协议RDP的工具,可以远程访问Windows2000/Xp,和VNC类似,但功能强大,附带完整Source code.-Windows remote terminal agreement RDP tools can be remotely accessed Windows2000/Xp and VNC similar, but powerful, fringe integrity Source code.
- 2022-04-17 11:17:24下载
- 积分:1
-
一包WinPcap层
一个封装了Winpcap中二层函数的类-a package of Winpcap Layer-2 function category
- 2023-04-25 20:05:04下载
- 积分:1
-
本程序是一个LAMP的相册系统,基于GD库函数的使用,能够生成图片所略图;同时,系统支持多相簿功能,可将相片分类收藏,方便查询和浏览,支持本地相片上传和使用UR...
本程序是一个LAMP的相册系统,基于GD库函数的使用,能够生成图片所略图;同时,系统支持多相簿功能,可将相片分类收藏,方便查询和浏览,支持本地相片上传和使用URL地址两种方式上传相片。-This program is an album LAMP system, based on the use of GD library functions that can generate the image of the sketch the same time, the system supports multi-photo album function, can be classified photo collections, to facilitate search and browsing, support local photo upload and the use of URL Address are two ways to upload photos.
- 2022-01-25 21:19:37下载
- 积分:1
-
一个模拟网络书店的程序,具有网络书店的一般功能,包括查阅目录和购买等
一个模拟网络书店的程序,具有网络书店的一般功能,包括查阅目录和购买等-a simulation network of bookstores procedures, with the general bookstore network functions, including access to catalog and purchase
- 2022-01-26 07:59:49下载
- 积分:1
-
vc+网络初学者的资料!vc+网络初学者的资料
vc+网络初学者的资料...
vc+网络初学者的资料!vc+网络初学者的资料
vc+网络初学者的资料-vc information network beginners! Vc network beginners information vc information network beginners
- 2022-08-09 16:32:06下载
- 积分:1
-
books on CD
在书籍的光盘上复制下来的代码
这个是用Winsock技术实现的聊天室-books on CD-ROM copy down the code is Winsock technology chat room
- 2022-08-18 14:07:07下载
- 积分:1
-
端口复用的样本
网络端口复用程序演示,多个客户端连接服务端同一个网络端口-port multiplexing sample
- 2023-02-20 05:40:03下载
- 积分:1
-
信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘...
信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘包和丢包的刺手问题,你只要调用相应的函数就可以了。函数库为你做好了这些工作。你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。-messenger elf is a simple chat tools. A major demonstration is the main network programming steps. The programs use Packaging good libraries, makes application layer need not consider the network news is how it has been accepted and sent, and do not need sticky packets of data and packet loss of a thorn in hand, as long as you call the corresponding function on it. Functions well as your work. You only need to define its own agreement head and the structure of news, the definition of a good network news callback function on it.
- 2022-01-26 00:49:46下载
- 积分:1