From effdeef2fe8769a6f5603edbfdf03c8cd9189e66 Mon Sep 17 00:00:00 2001 From: Simon Goldschmidt Date: Sun, 16 Sep 2018 21:17:40 +0200 Subject: [PATCH] some preparations for v2.1.0 release --- FEATURES | 2 +- README | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/FEATURES b/FEATURES index e029019a..a50c5a5e 100644 --- a/FEATURES +++ b/FEATURES @@ -3,7 +3,7 @@ lwIP is a small independent implementation of the TCP/IP protocol suite targeted The focus of the lwIP TCP/IP implementation is to reduce resource usage while still having a full scale TCP. This makes lwIP suitable for use in embedded systems with tens of kilobytes of free RAM and room for around 40 kilobytes of code ROM. Main features include: -- Protocols: IP, IPv6, ICMP, ND, MLD, UDP, TCP, IGMP, ARP, PPPoS, PPPoE, 6LowPAN (via IEEE 802.15.4, BEL or ZEP; since v2.1.0) +- Protocols: IP, IPv6, ICMP, ND, MLD, UDP, TCP, IGMP, ARP, PPPoS, PPPoE, 6LowPAN (via IEEE 802.15.4, BLE or ZEP; since v2.1.0) - DHCP client, stateless DHCPv6 (since v2.1.0), DNS client (incl. mDNS hostname resolver), AutoIP/APIPA (Zeroconf), SNMP agent (v1, v2c, v3 (since v2.1.0), private MIB support & MIB compiler) - APIs: specialized APIs for enhanced performance & zero copy, optional Berkeley-alike socket API - Extended features: IP forwarding over multiple network interfaces diff --git a/README b/README index 0884d27b..0c7fe60f 100644 --- a/README +++ b/README @@ -22,22 +22,28 @@ FEATURES * ND (Neighbor discovery and stateless address autoconfiguration for IPv6). Aims to be compliant with RFC 4861 (Neighbor discovery) and RFC 4862 (Address autoconfiguration) + * DHCP, AutoIP/APIPA (Zeroconf) and (stateless) DHCPv6 * UDP (User Datagram Protocol) including experimental UDP-lite extensions * TCP (Transmission Control Protocol) with congestion control, RTT estimation - and fast recovery/fast retransmit + fast recovery/fast retransmit and sending SACKs * raw/native API for enhanced performance * Optional Berkeley-like socket API - * DNS (Domain names resolver) + * Optional layered TCP ("altcp") for nearly transparent TLS for any TCP-based + protocol, ported to mbedTLS) + * PPPoS and PPPoE (Point-to-point protocol over Serial/Ethernet) + * DNS (Domain name resolver incl. mDNS) + * 6LoWPAN (via IEEE 802.15.4, BLE or ZEP) APPLICATIONS - * HTTP server with SSI and CGI - * SNMPv2c agent with MIB compiler (Simple Network Management Protocol) + * HTTP server with SSI and CGI (HTTPS via altcp) + * SNMPv2c agent with MIB compiler (Simple Network Management Protocol), v3 via altcp * SNTP (Simple network time protocol) * NetBIOS name service responder * MDNS (Multicast DNS) responder * iPerf server implementation + * MQTT client (TLS support via altcp) LICENSE