knolleary / pubsubclient

A client library for the Arduino Ethernet Shield that provides support for MQTT.
http://pubsubclient.knolleary.net/
MIT License
3.82k stars 1.47k forks source link

enc28j60 works with pubsub #253

Open consolacion opened 7 years ago

consolacion commented 7 years ago

"The library cannot currently be used with hardware based on the ENC28J60 chip – such as the Nanode or the Nuelectronics Ethernet Shield. For those, there is an alternative library available."

Pubsub works perfectly with enc28j60..if you use the uipethernet library

TLS1000 commented 6 years ago

ow, that would be great. I need this functionality for my ongoing design, initially started with Mega and 28J60. Why would Mr Oleary indicate it doesn't work??

Anyway, thanks for letting us know

knolleary commented 6 years ago

Because at the time I wrote that there was no suitable network client for that hardware.

I do not have the time or resource to test every possible piece of hardware, not can I continually check what does and doesn't work with hardware I don't have.