如何访问 phone 上的 HttpServer?
How to access HttpServer on phone?
我是 运行 模拟器或 phone 上的 HttpServer
实例,无法使用 phone's/simulator 的 IP 访问它从外部,只有 http://localhost:3001 来自设备。
除了 android.permission.INTERNET
之外,我是否错过了配置步骤或者我是否需要其他许可?
当前状态在此分支中:https://github.com/elsamuko/clusterup/blob/features/LoadSaveJSON/lib/server.dart
不要将您的服务器绑定到 ip 地址。
让它自由漂浮。
我是 运行 模拟器或 phone 上的 HttpServer
实例,无法使用 phone's/simulator 的 IP 访问它从外部,只有 http://localhost:3001 来自设备。
除了 android.permission.INTERNET
之外,我是否错过了配置步骤或者我是否需要其他许可?
当前状态在此分支中:https://github.com/elsamuko/clusterup/blob/features/LoadSaveJSON/lib/server.dart
不要将您的服务器绑定到 ip 地址。
让它自由漂浮。