Share PPP connection with ESP32's WiFi
Posted: Wed Oct 24, 2018 7:05 am
Hi,
I have interfaced SIM5360(3G modem) over UART with ESP32.I have enabled PPP connection in SIM5360.
I am able to connect ESP32 with my server (MQTT broker) over PPP connection(By using PPPoS example in ESP IDF). ESP32's Wifi is working in AP mode and I am able to connect my PC with ESP32.
Now the problem is I want to share PPP connection with ESP32's WIFI. So that the devices which are connected to ESP32 can have internet access. Basically I need a bridge between ESP32's WIFI adapter and PPP connection.
How can I implement this.
I have interfaced SIM5360(3G modem) over UART with ESP32.I have enabled PPP connection in SIM5360.
I am able to connect ESP32 with my server (MQTT broker) over PPP connection(By using PPPoS example in ESP IDF). ESP32's Wifi is working in AP mode and I am able to connect my PC with ESP32.
Now the problem is I want to share PPP connection with ESP32's WIFI. So that the devices which are connected to ESP32 can have internet access. Basically I need a bridge between ESP32's WIFI adapter and PPP connection.
How can I implement this.