-
asp.net 双向探针,即看服务器又看自己
asp.net 双向探针,即看服务器又看自己-Asp. Net bidirectional probe, which can also have its own server
- 2022-01-25 16:20:56下载
- 积分:1
-
局域网中聊天
利用socket协议
实现点对点聊天 功能简单
以后有待更新...
局域网中聊天
利用socket协议
实现点对点聊天 功能简单
以后有待更新-LAN socket chat using peer-to-peer chat protocol to be simple after update
- 2022-07-25 02:47:55下载
- 积分:1
-
pop3高级程序开发
pop3高级程序开发-pop3 Senior Program Development
- 2022-07-21 01:48:21下载
- 积分:1
-
一个以太网UDP数据包发送程序,可以直接指定16进制数据以及对方的IP地址...
一个以太网UDP数据包发送程序,可以直接指定16进制数据以及对方的IP地址-An Ethernet UDP packet sent procedures, can be directly designated 16 hexadecimal data, as well as each other s IP address
- 2022-04-02 10:51:20下载
- 积分:1
-
远程终端开启工具,用VB遍的,请勿用做非法用途
远程终端开启工具,用VB遍的,请勿用做非法用途-Remote Terminal to open a tool, using VB time and again, not used for illegal purposes
- 2022-03-20 13:44:30下载
- 积分:1
-
donet开发文档 donet开发文档 donet开发文档
donet开发文档 donet开发文档 donet开发文档-donet development documents donet de velopment documents donet Development Document donet development documents donet development documents donet Development Document
- 2023-02-10 17:10:04下载
- 积分:1
-
VC下基于winsock2的组播程序,包含有服务器端和客户端,可以将客户端拷贝的不同机器上测试组播。含有详尽的注释和调试说明。...
VC下基于winsock2的组播程序,包含有服务器端和客户端,可以将客户端拷贝的不同机器上测试组播。含有详尽的注释和调试说明。-VC-based Multicast Winsock2 procedures, contains a server-side and client, you can copy the client on different machines to test multicast. Contains a detailed description of the Notes and debugging.
- 2022-02-10 14:32:09下载
- 积分:1
-
一个组播接收类, 一个组播接收类。
一个组播接收类, 一个组播接收类。-Category to receive a multicast, a multicast receiver category.
- 2022-03-18 12:14:56下载
- 积分:1
-
带进度条的ASP无组件断点续传下载,实现网页断点续传
带进度条的ASP无组件断点续传下载,实现网页断点续传-with the progress of the ASP-HTTP download components, to achieve website HTTP
- 2023-08-28 03:20:03下载
- 积分: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