Unclaimed project
Are you a maintainer of arduino_uip? Claim this project to take control of your public changelog and roadmap.
Changelog
UIPEthernet: A plugin-replacement of the stock Arduino Ethernet library for ENC28J60 shields and breakout boards. Full support for persistent (streaming) TCP-connections and UDP (Client and Server each), ARP, ICMP, DHCP and DNS. Build around Adam Dunkels uIP Stack. Further developed version can be found on https://github.com/UIPEthernet/UIPEthernet
extended version of UIPEthernet_1.09: (contains functionality that is not part of official Ethernet-api)
UIPClientExt: nonblocking connect, read of local- and remote port UIPServerExt: returns instances of UIPClientExt example code: https://github.com/ntruchsess/arduino_uip/blob/ext/examples/NonBlockingTcpClient/NonBlockingTcpClient.ino