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

Hi, I'm intresting to implement a simple SSDP resource with arduino but I do not understand if it is possible with your amazing library. How can I receive a broadcast...

I try to use mqtt library PubSubClient with arduino_uip https://github.com/knolleary/pubsubclient this is the ino file: ``` C /* Basic MQTT example - connects to an MQTT server - publishes "hello...

http://forum.arduino.cc/index.php?topic=164281.msg1637550#msg1637550

When compiling UIPEthernet these two warnings comes up: ``` /Users/nilrog/Documents/Arduino/libraries/UIPEthernet/utility/uip_arp.c: In function 'uip_arp_update': /Users/nilrog/Documents/Arduino/libraries/UIPEthernet/utility/uip_arp.c:160: warning: 'tabptr' may be used uninitialized in this function ``` And this one: ``` /Users/nilrog/Documents/Arduino/libraries/UIPEthernet/utility/uip_arp.c: In...

When compiling the file in Arduino. I get this error code above. Can anyone help? Thanks! JVL