Download List

Descripción del Proyecto

uIP is probably the smallest implementation of the TCP/IP protocol stack ever written in a high level language; the code footprint is on the order of a few kilobytes and RAM usage is on the order of a few hundred bytes. uIP is intended to be used in embedded systems running low end 8- and 16-bit microcontrollers.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-06-12 11:35
1.0

Un nuevo socket-como API, protosockets, se añadió. UIP ahora tiene soporte para IPv6 rudimentaria. Un cliente DHCP se agregó y el servidor Web fue reescrito con protosockets. Estructura de controlador de dispositivos se ha simplificado. Se hicieron muchas correcciones de errores en el código de TCP. Una lista de correo uIP se inició.
Tags: Major feature enhancements
A new socket-like API, protosockets, was added.
uIP now has rudimentary IPv6 support. A DHCP
client was added and the Web server was rewritten
with protosockets. Device driver structure was
simplified. Many bugfixes were made in the TCP
code. A uIP mailing list was started.

2003-10-07 17:21
0.9

La documentación ha sido rediseñado y ampliado considerablemente. Montaje fragmento período de investigación. Apoyo UDP rudimentarios fue añadida. Soporte para datos TCP urgente y el tiempo de espera de retransmisión esta estimación. TCP de control de flujo de código se ha actualizado con cero ventana de exploración. Un servidor Telnet, un cliente HTTP, y un cliente SMTP se añade como aplicaciones de ejemplo. Una serie de errores fueron corregidos.
Tags: Major feature enhancements
The documentation has been reworked and
substantially extended. IP fragment reassembly was
added. Rudimentary UDP support was added. Support
for TCP urgent data and retransmission time-out
estimation was added. TCP flow control code was
updated with zero-window probing. A Telnet server,
an HTTP client, and an SMTP client were added as
example applications. A number of bugs were fixed.

2002-01-15 23:11
0.6

De apoyo para el funcionamiento de ARP uIP a través de Ethernet, el apoyo para la apertura de conexiones TCP de UIP, la mejora o la limpieza de la aplicación / interfaz de pila, y actualizaciones de la documentación.
Tags: Major feature enhancements
ARP support for running uIP over Ethernet, support for opening TCP connections from uIP, improvements/cleanups to the application/stack interface, and documentation updates.

2001-11-26 14:21
0.5

Apoyo a la recolección de estadísticas se ha añadido, y las capacidades de secuencias de comandos se han añadido al servidor Web.
Tags: Minor feature enhancements
Statistics gathering support has been added, and scripting abilities have been added to the Web server.

2001-09-21 20:26
0.4

Soporte para tamaños de paquete más grande que 255 bytes se agregó. Cero copia TCP de salida se ha aplicado. Funciones para la suma de comprobación y 32-bit adiciones se han trasladado fuera del código TCP / IP y en la arquitectura de archivos específicos. TCP retransmisión retroceso exponencial fue corregido. Las conexiones se restablece después de la retransmisión de más. Las conexiones son ahora explícitamente inicializa en el estado cerrado. La documentación ha sido actualizada.
Tags: Minor feature enhancements
Support for packet sizes larger than 255 bytes was added. Zero copy TCP output
has been implemented. Functions for checksumming and 32-bit additions have been
moved out of the TCP/IP code and into architecture-specific files. TCP
exponential backoff retransmission was fixed. Connections are reset after too
many retransmissions. Connections are now explicitly initialized to the CLOSED
state. The documentation has been updated.

Project Resources