搜索资源列表
uip09win
- uIP is a very small implementation of the TCP/IP stack that is written by Adam Dunkels <adam@dunkels.com>. More information can be obtained at the uIP homepage at http://dunkels.com/adam/uip/ The directory structure look as follows: apps/ -
TCPIPListener
- 这是一个关于多线程的tcp/ip侦听器,利用它你可以侦听信息情报等,别看它小,可是很有用哦.-This is a multi-threaded on the tcp / ip interception device, which you can use information and intelligence interception, Although it is small, useful oh.
EMB-TCP-IP-STACK
- 一个专为嵌入式系统编写的小型TCP/IP协议栈 TCP/IPLean,一个适于学习并容易移植的协议栈, 有专门书籍《嵌入式系统web服务器TCP/IP Lean》 进行详细介绍,很适合于希望了解TCP/IP基本原理 和代码实现的朋友 这里提供它的VC6版源码包下载, 它可以与超值型以上开发板提供的arpscan、ping 和udp实例配套,作为主机端的服务运行。 -an embedded system for the prepara
VBchatroom
- vb写的一个聊天室小程序,用tcp/ip进行连接,界面非常的友好。-vb write a small chat room procedures, using tcp / ip linking, the interface is friendly.
ejip
- this is a small tcp/ip stack.-this is a small tcp / ip stack.
TinyTCP_DS89C420
- Small TCPIP protocol stack implementation. A very good source code help you understand the tcp/ip protocol stack .-Small Beginners protocol stack implementatio n. A very good source code help you understand th e tcp / ip protocol stack.
LWIP_manule
- LWIP是TCP/IP协议栈的一种实现。LWIP的主要目的是减少存储器利用量和代码尺寸,使LWIP适合应用于小的、资源有限的处理器如嵌入式系统。为了减少处理器和存储器要求,lwIP可以通过不需任何数据拷贝的API进行裁减。 本文叙述了lwIP的设计与实现。叙述了协议实现及子系统中所使用的算法和数据结构如存储和缓冲管理系统。还包括LWIP API的参考手册和使用LWIP 的一些代码例子。-LWIP is TCP / IP Protocol Stack A. LWIP the main purp
VC++_TcpIp_Develop_Chat_Tool
- Vc++ 网络编程,基于TCP/IP协议的网络通讯小程序,用于检测网络链路状态和通讯传输速度。-Vc network programming, based on the TCP / IP network communications small procedures, for testing network communication link state and the transmission speed.
LANChat.rar
- 毕业设计:VC++局域网聊天程序。通过这个小程序的学习你可以学到如何使用套接字进行网络编程、自定义消息、多线程方面的编程思想以及学习使用各种控件。本程序利用Socket套接字将主程序分为服务端和客户端两个部分。采用了UDP和TCP/IP相结合,有效提高了数据传输的时效性和稳定性。本程序还用到了多线程编程,用来解决程序自身阻塞的问题。 ,Graduation project: VC++ LAN chat program. Through this small program you can lea
MFCSockets_src
- 一个MFC网络小程序,提供MFC学习人员开始使用TCP/IP方法。-A small M network FC program to provide beginner to use MFC and learn TCP/IP method.
TCP_tester
- TCP测试小工具,能够测试TCP,UDP,是很好的小软件。-TCP test a small tool that can test TCP, UDP, is a good little software.
QQcom1
- 使用winsock控件编写的网络通信小软件,有助于学习TCP/IP和UDP-Prepared using the winsock control to a small network communications software, will help to learn TCP/IP and UDP
uTaskerV1.3.0_NE64_Demo
- 一个带TCP/IP协议栈的紧凑型开源嵌入式操作系统uTasker源码-a free open source and small code OS withc TCP/IP protocol stack called uTasker
TCP-IP
- 電腦網際網路英文版第四版主要藉少網路的各個層級如何交互作用和運行的書,是學習網路很好用的教科書-Fourth edition of the computer Internet English major at all levels through a small network, how the interaction and operation of the book, is to learn a good network to use the textbook
TCP_IP_Serial
- This a small application that bridges the TCP/IP layer to a Serial (COM) port. There is also another example that makes the inverse path (COM -> TCP/IP). The source can be easily expanded to answer to specific COM port events and listen at any TCP
TCP
- 介于TCP协议的一个client-to-client的简单文字通信小程序,只需知道对方IP地址的面向连接协议。-TCP protocol between a client-to-client text communication simple small program, you know the IP address of the other connection-oriented protocol.
eth tcp client server dhcp 5.2
- 和不错的小型tcp/ip协议,能够在8,16,32为的单片机上都能运行-The tuxgraphics stack is the smallest and fastest TCP/IP stack. It runs on microcontrollers as small as atmega88. It was designed with web server functionality in mind and it has proven itself over many years.
Tcp-simulator
- uIP is a very small implementation of the TCP/IP stack that is written by Adam Dunkels <adam@sics.se>. - This is version $Name: uip-1-0 $. The directory structure look as follows: apps/ - Example applications doc/ - Documentati
Small-TCPIP-stacks-for-mcu
- 嵌入式TCP/IP协议栈,例如著名的uIP, LWIP, uC/IP等(原版)-Embedded TCP/IP protocal stacks
tiny-tcp
- TinyTcp - really small and basic TCP/IP implementation for small systems. The files in this release contain a simple implementation of TCP & FTP, suitable for burning into ROM.