arduino_uip icon indicating copy to clipboard operation
arduino_uip copied to clipboard

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 eac...

Results 96 arduino_uip issues
Sort by recently updated
recently updated
newest added

I have a question regarding library for the enc28j60.h I would appreciate If you could answer my question. I do not understand why we also do bitwise OR for the...

I would like to know if is possible to make a secure connection (HTTPS, TLS) using the UIPEthernet library with ESP8266 to connect on AWS IoT. Tks! LourivalBarreto

Is this support for arduino due?

library.properties does not include the category keyword. This causes Arduino IDE to create a warning: WARNING: Category '' in library UIPEthernet is not valid. Setting to 'Uncategorized' This issue was...

Hi, thanks for this great library! I've added a DNS client + HTTP GET request example. Sample run: ![screenshot from 2016-02-08 13 32 21](https://cloud.githubusercontent.com/assets/13108002/12885712/6a81963c-ce68-11e5-83f4-c0c14191b9f6.png) Lorenzo

I've created overloaded Ethernet.begin() function that supports a host name parameter which is used by the DHCP request. Also added Ethernet.hostname() function which returns a hostname or an empty string...

Will this library be compatible with the SAMD21 any time soon?

I was investigating an issue while receiving large blobs from OSC and it seems to be a limit defined in UIPUdp.h UIP_UDP_MAXDATALEN but even editing this value the packet seems...

After installing the arduino_UIP the ide displays 2 warnings during compile and otherwise: WARNING: Category '' in library UIPEthernet is not valid. Setting to 'Uncategorized' and Invalid version found: 1.04...

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...