有没有办法访问不在同一个 WIFI 内的 Arduino ESP8266 服务器?
Is there any way to access to Arduino ESP8266 server not within same WIFI?
我正在 arduino ESP8266 上开发服务器。
我知道要访问 arduino ESP8266 上的服务器,我必须将相同的 WIFI 连接到 arduino。
但是我想在arduino上访问服务器而不是WIFI,我的意思是我想远程连接到Arduino服务器
像 Amazon Web Service EC2。
我对Arduino一无所知,因为我是初学者。帮帮我。
这与Arduino本身无关,与您的网络配置有关。您可以以放弃 LAN 安全性为代价让全世界都可以访问它。
可能性取决于您的网络设备(路由器,ISP-modem/router...)的能力。
你应该在别处问你问题(比如https://networkengineering.stackexchange.com/)。
让您的服务器 post 连接到 public 可见服务器(例如 AWS IOT). Then you can access this information anywhere on the internet. Here is an example 或从中读取数据(例如 AWS IOT). Then you can access this information anywhere on the internet. Here is an example,稍微搜索一下,那里有很多教程。
我正在 arduino ESP8266 上开发服务器。
我知道要访问 arduino ESP8266 上的服务器,我必须将相同的 WIFI 连接到 arduino。
但是我想在arduino上访问服务器而不是WIFI,我的意思是我想远程连接到Arduino服务器 像 Amazon Web Service EC2。
我对Arduino一无所知,因为我是初学者。帮帮我。
这与Arduino本身无关,与您的网络配置有关。您可以以放弃 LAN 安全性为代价让全世界都可以访问它。
可能性取决于您的网络设备(路由器,ISP-modem/router...)的能力。
你应该在别处问你问题(比如https://networkengineering.stackexchange.com/)。
让您的服务器 post 连接到 public 可见服务器(例如 AWS IOT). Then you can access this information anywhere on the internet. Here is an example 或从中读取数据(例如 AWS IOT). Then you can access this information anywhere on the internet. Here is an example,稍微搜索一下,那里有很多教程。