Description
What you are trying to do.
Add compatibility for Wizet W5500
Describe your system( Hardware, computer, O/S, core version, environment)
ESP32 Wroom32, developing on PlatformIO
Describe what is failing
No failures, just looking for insight.
I am in the preliminary phase of adding Ethernet to a project we currently have that is based on the ESP32. Most tasks are MQTT, MQTTS, and HTTP/HTTPS. I found Arduino's Ethernet Library which has support for the Wizen W550 chip I'd like to use. However it appears that Arduino-esp32 has opted not to use this library. Is there a particular reason for this? I'd like to make sure there is not already support for the W5500 before I go trying to port everything. Essentially this device will have a setting to switch all communications between Ethernet and WiFi so I'll pretty much need full functionality over Ethernet.
Also @copercini I'd love to have your input on porting WiFiSecureClient over to Ethernet for this. I took a quick glance at the source for WiFiClientSecure but have not dug in too deep. Do you foresee any glaring issues with doing this?
Thank you everyone