summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSimon Goldschmidt <[email protected]>2018-09-16 21:17:40 +0200
committerSimon Goldschmidt <[email protected]>2018-09-16 21:17:40 +0200
commiteffdeef2fe8769a6f5603edbfdf03c8cd9189e66 (patch)
tree58c199d80b8cf248033db7b2a21fa7c9b98f6f7b /README
parentc18df357d9c18b5439e71cd0db2e9ca3eb0e34a3 (diff)
some preparations for v2.1.0 release
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 10 insertions, 4 deletions
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