搜索资源列表
(IP Messenger) Ver2.04
- -跨平台信息交流,基于 TCP/IP(UDP),无需服务器,简单易用 可传送文件和文件夹 通讯数据采用 RSA/Blofish 加密-- cross platform information exchange, based on TCP/IP (UDP), does not need the server, simple Yi Yongke transmits the document and the folder communication data uses RSA/Blofish to
SyncComm
- TCP/IP协议的网络通讯DLL,用于向指定数据站发送数据-TCP / IP network communications DLL for the data to the designated stops sending data
TCP客户服务器通讯测试软件
- TcpIP网络通讯,客户服务器通讯测试程序! 异步socket编程!-TcpIP network communications, client-server communications test procedure! Asynchronous socket programming!
smalltcpServer
- 一个简单的TCP服务器, 可以侦听任意端口。 查看已有连接,并查看通讯数据。可以方便的发送数据给其中的连接。 是软件开发的好帮手-a simple TCP server, the interception arbitrary ports. View have connectivity, and data communications View. Convenience can send data to the link. Software development is a good helper
TCPComm
- 这是一个可跨linux、windows平台的TCP/IP通讯程序-This is a cross - linux, windows platform TCP / IP communication procedures
网络实验程序
- 一个最底次的TCP/IP的通讯,了解了这个以后,编写网络程序,该应就可以没有任何问题-a meeting of the bottom of the TCP / IP communication, understanding this, the preparation of network programming, which should be no problem! !
用CSharp实现基于TCP协议的网络通讯
- 本文介绍了C#中如何使用System.Net.Socket来进行基于TCP协议的通信编程,该文是以读取服务器系统时间这么一个简单例子来说明的。-This paper introduces the C# System.Net.Socket how to use TCP-based communications program, the text is based on the server time to read such a simple example to explain.
NATSolutions
- 很实用的点对点通讯程序,通过UDP打洞穿透NAT网关实现P2P连接,该源码实现了一个网络地址转换系统,分3个部分:1)路由器 2)TCP映象 3)UDP映象-very practical point-to-point communications procedures through UDP burrows penetrate NAT Gateway peer-to-peer connectivity, the source implementation of a network address
tcpudpproxy
- 一个封装非常好的tcp、udp异步客户端通讯类 自动支持sock4、sock5代理,在循环的数据发送中可保证数据的成功发送-a very good tcp, udp asynchronous client communications automatically support sock4, sock5 agents, the cycle of the data can be sent to ensure the success of this data
MySeverDemo1
- 本程序是一个多线呈的TCP通讯 服务器程序 本程序的特点在于 很灵活的运用的select函数进行异步非阻塞套节字 程序是通过此套节子发送文件,文件类型也很新颖,是编码过后的264文件,鉴于上传文件的大小,我没有附加264文件,可以相应的考如些264文件,并在fopen改文件名-this program is a multi-line communications was the TCP server this program features is the flexible use of
win32tcpip
- win32 tcp通讯示例 一个server一个customer.-win32 tcp communications server an example of a customer.
TCP
- TCP异步通讯程序,学通讯不能错过哦,异步异步异步啊
WinSock-TCP
- 使用CSock类编程的网络通讯程序,实现TCP通讯。
TCP.UDP
- VC++6 TCP UDP通讯程序实例-VC 6 TCP UDP communication procedures example
Raw TCP-IP类库
- 这个库罗列了TCP/IP协议,并允许用户创建自定义TCP/IP头,允许IP欺骗和其它类型的攻击。该库也用于正规的网络通讯(当你不想在你的项目中使用MFC,该库曾被应用于一个商业ATL产品)-listed for the TCP / IP protocol, and allows users to create a custom TCP / IP header, allowing IP fraud and other types of attacks. The bank also used the
tcpip通讯程序
- vc编的tcp和udp服务器,客户端,很好用-vc series tcp and udp server, client, a very good use
libevent-2.1.4-alpha.tar.gz
- libevent最新源码,用于大并发tcp通讯。
TCP/IP通讯协议源码和vpp
- vb写的TCP/IP通讯协议源码和vpp,包含客户端和服务器接口,SocketServer,SocketClient源代码和vpp。
TCP-UDP测试软件
- 这是用qt编写的TCP-UDP测试软件,可以让你理解tcp/udp通讯机制
ETCP_1.8_无限制版
- 由于近期需要TCP通讯功能 搜索到了这个模块 发现有5000连接数限制 反编译模块内部是内存加载调用的DLL 导出了DLL 逆向去除了5000限制后进行的二次封装 也就是说现在模块内原作者的DLL 是我破解过的 重写了调用逻辑 改成类封装 如果需要源码 自行反编译我重写的模块即可