Arduino UIP

Hi,
Has anybody tries Arduino UIP as a replacement for stock Ethernet Library? Does it work on Arduino 1.5.x
Thanks
Smartguy

it works on 1.5.x, but you have to manually copy the source to the locations that are specified in the Arduino-IDE-1.5:-Library-specification
I'll migrate to 1.5-library format as soon this is finalized.

I had a sketch using Ethernet library with standard ethernet shield for testing. I swapped to using ENC28J60 modules and all it took to convert the sketch was changing the imported library to UIPEthernet. It works perfectly with no other changes required.

It's a great replacement and makes using ENC28J60 modules as easy a the standard shields based on W5100.

UIPEthernet Support for Arduino 1.5.x is released