ntruchsess / arduino_uip

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
489 stars 212 forks source link

Fixes for 32-bit processors #160

Open el-supremo opened 8 years ago

el-supremo commented 8 years ago

Fixes to dhcp so that it will work on 32-bit processor and one modification to make it process faster by not waiting for a timeout before finishing. Fix to htons so that it works on 32-bit processors.

caztial commented 7 years ago

Tested with Arduino Due, With util.h change it will fix a bug with dns resolve