搜索资源列表
EMB-TCP-IP-STACK
- 一个专为嵌入式系统编写的小型TCP/IP协议栈 TCP/IPLean,一个适于学习并容易移植的协议栈, 有专门书籍《嵌入式系统web服务器TCP/IP Lean》 进行详细介绍,很适合于希望了解TCP/IP基本原理 和代码实现的朋友 这里提供它的VC6版源码包下载, 它可以与超值型以上开发板提供的arpscan、ping 和udp实例配套,作为主机端的服务运行。 -an embedded system for the prepara
ipMessage
- 跨平台信息交流,基于 TCP/IP(UDP),无需服务器,简单易用,可传送文件和文件夹,通讯数据采用 RSA/Blofish 加密.-cross-platform information exchange, based on TCP / IP (UDP) without the server, simple and easy capable of transmitting files and folders, data communications using RSA / Blofish enc
HA-EtherD.1.2-Snoopy
- 简单好用的抓包工具! 强烈推荐! 可以抓住经过本机的包,且有详细解释!-simple and easy-capturing Packet tool! Strongly recommended! Can seize the plane after the package, and a detailed explanation!
util_tcp
- 自己封装的tcp编程的函数, 可用于unix和win32, 同时简化了服务端的编程, 自己用得比较顺手-Packaging tcp their programming functions, and can be used for unix win32, streamline the services side of the programming they used to be relatively easy to manage
JBSocketServerTestSource
- Testing TCP and UDP socket servers using C# and .NETWhen you re developing a TCP/IP server application it s easy to test it poorly. It s easy to fire requests into a server, check the responses and assume that s enough. Even if you re testing using t
lwip-1.4.0.rc2 这是tcp/ip协议的源码简化版
- 这是tcp/ip协议的源码简化版,便于向移动设备移植-This is the tcp/ip protocol source code simplified version for easy migration to mobile devices
TCP_File_Transfer.rar
- 基于TCP的文件传输,分为服务器端和客户端,客户端可以传输任意大小、任意格式的文件到服务器端,该源代码很好使,也易懂!,TCP-based file transfer, is divided into server-side and client, the client can transfer any size, any format of documents to the server side, the source code very well so that is also easy
udp.rar
- 用vc控制台程序实现的UDP通讯的程序,实现简单udp广播发送文件的功能,Vc procedures using the console implementation of UDP communications procedures, easy implementation udp broadcast feature to send documents
PostDz-luntan-
- 论坛发帖器i,你懂的全自动不留痕迹,易语言真的是很好很强发大-Post to device i, you know without any traces of fully automatic, easy language really is a good strong Fat
IocpUdp
- 一个UDP的IOCP类,注释清晰,结构精巧,便于学习与测试,在VisualStudio2008下编写。-A UDP-IOCP classes, comments clear, compact, easy to learn and test, in VisualStudio2008 prepared.
udp4realible
- udp实现可靠传输的代码,开源的这是一个比较早的版本,功能简单,使用方便,内有说明-udp achieve reliable transmission of the code, open source is a relatively early version, features simple, easy to use, there are notes
ping
- 可以实现网络中计算机之间的联通性测试,使用方便,采用C++Builder编写 -Can achieve network connectivity between the computer test, easy to use, the use of C Builder to prepare
PacketSniffer
- This a packet sniffer, written in Visual Basic 6.0. It s easy to use. -This is a packet sniffer, written in Visual Basic 6.0. It s easy to use.
btdownload
- BT下载器源代码VC++版,还算好用,只需指定输入IP,就可进行TCP、UDP多线和连接,监听等操作、尤其是对BT下载原理及其实现方法非常有帮助。 -BT download browser source code VC++ version is still easy to use, simply enter the designated IP, be it TCP, UDP and multi-line connections, such as monitoring the operatio
ip_fly
- 跨平台信息交流,基于 TCP/IP(UDP),无需服务器,简单易用,可传送文件和文件夹,通讯数据采用 RSA/Blofish 加密.-Cross-platform exchange of information, based on TCP/IP (UDP), no server, easy-to-use, can send files and folders, communication of data using RSA/Blofish encryption.
IPv4IPv6turnel
- 翻译网关的实现环境 Linux 是类Unix 操作系统大家族的一员[19]。1991 年,Linus Torvalds 开发出 了最初的Linux,现在,Linus 依然在不遗余力地改进Linux,使它保持与各种硬 件平台的同步发展,并协同世界各地上百名开发者进行应用开发工作。 Linux 内核是一个真正的Unix 内核,它的内核非常小而且紧凑,Linux 系统 通常很稳定,故障率低,系统易于维护。Linux 最吸引人的优点是它不是一个商业 操作系统,它的源代码在GNU
UDPinterception
- UDP数据侦听的例子,实现了udp数据侦听回环操作,可以移植到LPC处理器上,不同的处理器只需要修改启动文件就可以了,非常容易移植-UDP data examples of listening to realize data udp listening circle operation, can be transferred to the LPC processor, different processors only need to modify the startup file can be
Cisco_TCP_IP
- 本书详细介绍了在Cisco路由器上实现TCP/IP的技术和配置实例。主要内容有:路由器基础、TCP/IP通信、TCP/IP上使用的路由协议、对Cisco路由器的配置、Cisco对传统局域网和流行广域网技术的支持、一个基于TCP/IP的互连网络实例以及故障排除技术等。本书新增了有关Cisco硬件特性、VPN的实现、管理和安全性,以及IOS防火增特性等新内容,书中的所有配置实例已全部更新为使用Cisco IOS 11.0和12.0版本。本书易于理解,适合于初学者参考,也适合经验丰富的网络专业人员使用
ipmessenger
- 跨平台信息交流,基于 TCP/IP(UDP),无需服务器,简单易用,可传送文件和文件夹,通讯数据采用 RSA/Blofish 加密-Cross-platform exchange of information, based on TCP/IP (UDP), no server, easy to use, can send files and folders, communication of data using RSA/Blofish encryption
SocketOfTcp
- 一个Soocket通讯范例,简单易用,适合于初学者-Soocket example of a communication, easy to use, suitable for beginners