- Fix rare checksum error introduced by commit https://github.com/ntruchsess/arduino_uip/commit/38c5e7e91e3cd380e7f4a4cb18da53d443b93b11
- save 54 bytes of flash compared to version 1.08
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
same as UIPEthernet_v1.09 but for Arduino-IDE Version 1.5.5 and higher
same as UIPEthernet_v1.57 but for Arduino-IDE Version 1.5.5 and higher
extended version of UIPEthernet_v1.08: (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