【未显示首页】Access IOT (Arduino) from anywhere remotely
How to Access Arduino Video Stream Over Internet I’m working on an Arduino project that capture video and stream the video via web service. The ESP32-CAM moduel is ready-to-use and it provide a web service in LAN (e.g. access it via 192.168.1.11). I hope to access this video streaming web service from Internet. I’m familiar with the process of accessing local network service via LAN exposing services like FRP or Ngrok. I hope to find some frp-like open source code that is compatible with Arduino.
…