-
Novell网络发送数据的实现
Novell网络发送数据的实现 -The implemention of sending data in Novell network
- 2022-07-15 08:36:38下载
- 积分:1
-
用于下载文件,还可以用于更新网络文件,还可用于加密文件。...
用于下载文件,还可以用于更新网络文件,还可用于加密文件。-Used to download files, but also can be used to update the network files, can also be used to encrypt files.
- 2022-04-22 18:13:58下载
- 积分:1
-
BS高
bs高级程序开发是一个bbs客户单程序,能够根据bbs的协议原则,对每个字节 进行分析,同时也能够同时显示中文和英文,程序有一个缺点就是速度有时候比 较慢-bs high-level procedure development is a bbs customer single
procedure, can act according to bbs the agreement principle, carries
on the analysis to each byte, simultaneously also can simultaneously
demonstrate Chinese and English, the procedure has a shortcoming is
speed some times quite is slow
- 2022-07-02 10:17:54下载
- 积分:1
-
一个很好的vc编程,一个很好的IP包捕获程序,可以在包内看到详细的IP包内容,并且设置了过滤规则,可以按照规则得到自己想要的东西VC6.0下调试通过.....
一个很好的vc编程,一个很好的IP包捕获程序,可以在包内看到详细的IP包内容,并且设置了过滤规则,可以按照规则得到自己想要的东西VC6.0下调试通过.. -a good vc programming, a good IP packet capture procedures, the package can be seen in detail within the IP packet contents, and set up filtering rules, we can follow the rules of the things you want to debug VC6.0 through ..
- 2023-08-24 05:20:03下载
- 积分:1
-
在vistual Basic环境下做的一个tcp调试助手,具有tcp client,tcp server ,以及udp功能,十六进制显示和发送。支持各种波特率下...
在vistual Basic环境下做的一个tcp调试助手,具有tcp client,tcp server ,以及udp功能,十六进制显示和发送。支持各种波特率下的通讯。-In the vistual Basic environment to do a tcp debugging assistant, with tcp client, tcp server, as well as udp functions, hexadecimal display and send. Supports a variety of baud rate under communications.
- 2022-01-25 14:01:33下载
- 积分:1
-
python 调用ldap接口访问ldap服务器进行身份验证
python 调用ldap接口访问ldap服务器进行身份验证-python call access ldap server ldap interface authentication
- 2022-05-31 21:27:06下载
- 积分:1
-
CRC16校验VC++程序是通讯数据校验的必需之程序
CRC16校验VC++程序是通讯数据校验的必需之程序-CYXLIC REDUNDANCY CHECK VC data communications procedures is the necessary calibration procedure
- 2022-01-30 12:20:44下载
- 积分:1
-
查看tcp/udp端口被进程占用的信息,对于网络安全很有用。
查看tcp/udp端口被进程占用的信息,对于网络安全很有用。-Scan information of which tcp/udp port is used, and it is usful to network security.
- 2022-09-30 22:55:03下载
- 积分:1
-
ESP协议的实现,初级阶段
ESP协议的实现,初级阶段-ESP agreement achieved, the initial stage
- 2022-06-17 12:54:07下载
- 积分: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