iOS/Android - 通过蓝牙的 TCP/IP

发布于 2025-01-07 05:37:11 字数 370 浏览 0 评论 0原文

我将简要描述我正在尝试做的事情,任何帮助将不胜感激。

我有一些设备(我将它们称为“设备”)(基本上是传感器),它们使用以太网(TCP/IP)连接到其他一些设备(我将它们称为“ConnectDevices”)。这些设备基本上发送它们正在监视的一些数据值。 ConnectDevices 有两个接口:以太网 + 蓝牙 (2.1 + EDR),它们连接到路由器,并全部形成 LAN。

因此,我的问题是:是否可以使用 iPhone/Android 手机监控我的设备(读取数据)?这意味着我应该以某种方式连接到 LAN 上可用的设备,但通过(最近的)ConnectDevice 的蓝牙接口。此外,即使它们没有直接连接,也应该可以从任何 CoonectDevice 连接到任何设备。

谢谢。

I will briefly describe what I am trying to do and any help will be appreciated.

I have some devices (I will refer to them as 'Devices') (basically sensors) which are connected to some other devices (I will refer to them as 'ConnectDevices') using Ethernet (TCP/IP). These Devices basically send some data values they are monitoring. Th ConnectDevices have two interfaces: Ethernet + Bluetooth (2.1 + EDR) and they are connected to a router and they all form a LAN.

Hence, my question is: is it possible to monitor my Devices (read data) using an iPhone/Android phone? That means I should somehow connect to Devices available on LAN, but thru the Bluetooth interface of (the closest) ConnectDevice. Moreover, it should be possible to connect to any Device from any CoonectDevice even if they are not directly connected.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

可可 2025-01-14 05:37:11

如果没有文档/代码,就不可能知道它们如何通信以及它们公开的接口。

无论如何,TCP 和蓝牙都需要特定的主机地址才能连接。如果不知道这一点,Android/iOS 应用程序将不知道要连接到什么。

Impossible to know without documentation / code for how they communicate and the interfaces they expose.

In any case, both TCP and Bluetooth require a specific HOST address to connect to. Without knowing this, the Android/iOS app wouldn't know what to connect to.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文