philbowles / PangolinMQTT

PangolinMQTT - ArduinoIDE client library for ESP8266, ESP32 and STM32-NUCLEO
Other
71 stars 21 forks source link

Ethernet connectivity? #24

Open mrdc opened 3 years ago

mrdc commented 3 years ago

Good afternoon,

Do you have any plans to include Ethernet support? I haven't found how to do it. In pubsub I was able to accomplish it defining a "gateway" for the library to use:

EthernetClient ethClient;
PubSubClient client(ethClient);

Unfortunately, don't know how to do it in PangolinMQTT.

Thanks!

philbowles commented 3 years ago

I had this working in the STM32 version. I will look into adding it in to the ESP versions

jannickkeller commented 3 years ago

I am also interested in Ethernet support for the ESP32. Are you still planning to implement it? / Can you give a timeframe?

AcuarioCat commented 3 years ago

I'm also interested - but in my case for use with a gsm module using TinyGsmClient.