From 0c5226e19be10aca282aa0807380d4a7c993b799 Mon Sep 17 00:00:00 2001 From: Eric Jung Date: Mon, 23 Nov 2015 09:26:44 +0900 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82bb4d2..15985ce 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,16 @@ This driver provides the Berkeley Socket type APIs. ![ioLibrary](http://wizwiki.net/wiki/lib/exe/fetch.php?media=products:w5500:iolibrary_bsd.jpg "ioLibrary") -- Ethernet : SOCKET APIs like BSD & WIZCHIP([W5500](http://wizwiki.net/wiki/doku.php?id=products:w5500:start), W5200 and etc) Driver +- Ethernet : SOCKET APIs like BSD & WIZCHIP([W5500](http://wizwiki.net/wiki/doku.php?id=products:w5500:start), W5200 and etc.) Driver - Internet : - DHCP client - DNS client + - FTP client + - FTP server + - SNMP agent/trap + - SNTP client + - TFTP client + - HTTP server - Others will be added. ## How to add an ioLibrary in project through github site.