martin-ger / MQTT_VPN

IP over MQTT for ESP controllers and Linux
135 stars 28 forks source link

TINY_GSM_MODEM library #14

Open bigalex777 opened 2 years ago

bigalex777 commented 2 years ago

Is it possible to set up work with ESP32 in the Arduino IDE environment with the TINY_GSM_MODEM library? Really needed

bwjohns4 commented 1 year ago

Did anyone get this to work?

garudaonekh commented 1 year ago

Hi, Will this work without PPPOSClient by using TinyGSM instead? I want to use it on Esp8266. As far as I know, PPPOSClient will not work on Esp8266.

I go through the mqtt library, TINY_GSM use PubSubClient while MQTT_VPN use a different MQTT library so I guess, I must migrate either from pubsubclient to this or vice versa.