Hello!
I try to connect to a ESP32-CAM via wireguard.
I have used these examples:
– https://github.com/ciniml/WireGuard-ESP32-Arduino#readme
– https://techoverflow.net/2021/12/31/esp32-wireguard-example-with-http-access-over-wireguard-platformio/
I am able to reach my router via wireguard and connect the ESP32-CAM to the
FRITZ!Box 7590 .
This way, I am able to use all local home automation examples in the book.
But now, I want to get access the webcam from a mobile router, that doesn’t act as a wireguard server.
Any Ideas how to tunnel the ESP32-CAM to any wireguard Accesspoint?
Best,
Andreas