espressif / esp-aws-iot

AWS IoT SDK for ESP32 based chipsets
Apache License 2.0
256 stars 153 forks source link

How to use Ethernet with coreMQTT library for MQTT communication? (CA-306) #195

Open imammy-hacomono opened 11 months ago

imammy-hacomono commented 11 months ago

Currently, I have successfully established MQTT communication via the Cellular Interface using BG96. However, I am unable to find any samples or examples for implementing the Transport Interface for Ethernet usage on ESP32. I am uncertain about the best practices to handle this aspect. I would greatly appreciate any assistance or guidance from someone who can help me with this. Thank you.