问题标签 [cfstream]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
265 浏览

swift - 如何在 iOS 中使用 IP 地址连接 wifi 网络?

首先,我将解释我想要实现的目标。我有一个WIFI网桥。现在我通过 iPhone 设备连接到那个桥。我可以通过进入设置并选择wifi来查看wifi网桥的名称。

现在从这里我想使用 ip 地址和端口号连接 WIFI 并写入一些数据。以下是供参考的代码:

但我无法连接到该 IP 地址。我还通过进入设置来确认 ip。

在此处输入图像描述

我尝试了多种方法,例如 Socket.io 、 web-socket 、 Stream 等,但无法连接到该 IP。

提前致谢。