From 06a60e31e102bd2309f03fad625d408daad780ec Mon Sep 17 00:00:00 2001 From: bingdo Date: Tue, 11 Nov 2014 17:20:46 +0900 Subject: [PATCH] Create README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..01e8f4c --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +#ioLibrary Driver +The ioLibrary means “Internet Offload Library” for WIZnet chip. It includes drivers and application protocols. +The driver (ioLibrary) can be used for [W5500](http://wizwiki.net) application designs. These will be updated continuously. + +##ioLibrary +This driver provides the Berkeley Socket type APIs. +- Directory Structure + +![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), W5200 and etc) Driver +- Internet : + - DHCP client + - DNS client + - Others will be added. + +## Revision History +Last release : Nov. 2014