Woo Youl Kim 1e940bbf14 Version V3.0
Add to W5300
2015-06-04 20:41:00 +09:00
2015-06-04 20:41:00 +09:00
2015-04-24 13:52:22 +09:00
2014-11-11 17:02:54 +09:00
2015-06-04 20:41:00 +09:00

#ioLibrary Driver The ioLibrary means “Internet Offload Library” for WIZnet chip. It includes drivers and application protocols. The driver (ioLibrary) can be used for the application design of WIZnet TCP/IP chips as W5500, W5200, W5100 and etc.

##ioLibrary This driver provides the Berkeley Socket type APIs.

  • Directory Structure

ioLibrary

  • Ethernet : SOCKET APIs like BSD & WIZCHIP(W5500, W5200 and etc) Driver
  • Internet :
    • DHCP client
    • DNS client
    • Others will be added.

How to add an ioLibrary in project through github site.

Revision History

  • ioLibrary V3.0 Released : 01, June, 2015

    • Add to W5300
    • Typing Error in comments
    • Refer to 20150601 in sources.
  • Type casting error Fixed : 09, April. 2015 In socket.c, send() : Refer to M20150409

  • ioLibrary V2.0 released : April. 2015

    • Added to W5100, W5200
    • Correct to some typing error
    • Fixed the warning of type casting.
  • Last release : Nov. 2014

Description
No description provided
Readme 13 MiB
Languages
C 100%