MQTT_VPN icon indicating copy to clipboard operation
MQTT_VPN copied to clipboard

IP over MQTT for ESP controllers and Linux

Results 7 MQTT_VPN issues
Sort by recently updated
recently updated
newest added

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

I was reading your readme file and was wondering if after getting an IP I can access whatever port on whatever protocol? for instance if I want to get the...

For the esp32 I found it is only available for ESP-IDF. Will there be way to make it for Auduino IDE it will be very helpful if that is possible.

This error happen after a few MQTT request/response. However, if I remove MQTT the code program work fine. "ERROR Message" assertion "pbuf_free: p->ref > 0" failed: file "/home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/lwip/lwip/src/core/pbuf.c", line 766,...

Hi, I was very happy with this implementation, because it offers us the hability to encapsulate IP over MQTT. Unfortunately, I was implementing this code in a CentOS server inside...

Got crash after around 15~60 minutes when it's publishing: **esp_mqtt_client_publish(mqtt_if->mqttcl, mqtt_if->pub_topic, pub_data->data_buf, pub_data->data_len, 0, 0);** I use the following espressif: **Platform espressif32 @ 5.3.0 (required: espressif32) ├── framework-arduinoespressif32 @ 3.20006.221224...

Is it possible using this library to access other IP addresses on the ESP32 WiFi Network Interface? The new interface that is setup by this library is only on the...