Skip to content

Releases: ntruchsess/arduino_uip

UIPEthernet_v1.59 - for Arduino 1.5.x

13 Oct 11:16
Compare
Choose a tag to compare

same as UIPEthernet_v1.09 but for Arduino-IDE Version 1.5.5 and higher

UIPEthernet_v1.09_ext - extended API

13 Oct 11:17
Compare
Choose a tag to compare

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

UIPEthernet_v1.09 - for Arduino IDE 1.0.x

13 Oct 11:19
Compare
Choose a tag to compare
  • Fix rare checksum error introduced by commit 38c5e7e
  • save 54 bytes of flash compared to version 1.08

UIPEthernet_v1.58 - for Arduino 1.5.x

09 Oct 17:07
Compare
Choose a tag to compare

same as UIPEthernet_v1.57 but for Arduino-IDE Version 1.5.5 and higher

UIPEthernet_v1.08_ext - extended API

09 Oct 17:06
Compare
Choose a tag to compare

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

UIPEthernet_v1.08 - for Arduino IDE 1.0.x

09 Oct 17:11
Compare
Choose a tag to compare
  • Decrease TCP response-time by implementing a per-client send timer (configurable via define UIP_CLIENT_TIMER in utility/uipethernet-conf.h)
  • Fix ENC28J60 receivebuffer overflow caused by invalid handling of wraparound
  • Fix ENC28J60 crash caused by sending zero-length packet

UIPEthernet_v1.57 - for Arduino 1.5.x

25 Jul 09:28
Compare
Choose a tag to compare

same as UIPEthernet_v1.07 but for Arduino-IDE 1.5.5

UIPEthernet_v1.07 - for Arduino IDE 1.0.x

25 Jul 09:43
Compare
Choose a tag to compare
  • reduce flash footprint
  • add powerOff, powerOn, getrev and linkStatus to Enc28J60 class
  • add Print::write and Print::print to UIPClient and UIPServer
  • fix a leak of connections (tcp)
  • auto-free udp-blocks.

UIPEthernet_1.07_ext - extended API

25 Jul 09:38
Compare
Choose a tag to compare
Pre-release

extended version of UIPEthernet_1.07:
(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

UIPEthernet_v1.56 - Bugfix release

18 Feb 23:40
Compare
Choose a tag to compare
  • same as UIPEthernet_v1.06 but for Arduino-IDE 1.5.5