Hello respected members.
I have been using an ESP8266 for my home automation project (my first Arduino-based project). Until now, I have only been able to control the ESP8266 when I am on the same network as it. I have searched online for a solution and found that many people suggest using port forwarding or a Dynamic DNS provider. However, my ISP does not allow the use of port forwarding, and the Dynamic DNS method is also not working for me. Some people have also warned that exposing ports to the internet may not always be a good idea.
After doing more research, I have found a potential solution that seem to fit my requirements: Cloudflare Tunnel. My main goals are to make the communication secure and to make the operations more real-time. I have a few questions about these two options:
- If I use Cloudflare tunnel, will it result in increased latency?
- I have not been able to locate any resources for implementing Cloudflare tunnel for ESP8266. If you think that Cloudflare is a good option to consider, or if you have experience using it or know where I can learn more about it, please let me know.
Thank you.