有什么想法如何解决这个问题吗?

发布于 2024-09-18 10:55:14 字数 636 浏览 5 评论 0原文

我开发了一个由 2 个单元组成的系统; 1 部 Android 平板电脑和 1 部 iPhone。我的用户必须向 Android 平板电脑证明自己的身份(这应该以用户友好的方式完成,步骤尽可能少,并且以安全的方式进行,这意味着它不应该依赖于不精确的 GPS)。我研究过各种技术,但每一种技术似乎都不可能实现:

想法#1:iPhone 应用程序有条形码。 Android 平板电脑使用 zxing(使用内置网络摄像头)扫描条形码。这似乎是最好的主意,但我找不到一台带有足够好的相机来运行 zxing 的 Android 平板电脑。

任何知道可以运行 Zxing 的 Android 平板电脑的人,或者任何人知道我可以尝试的任何其他 api(除了shopavvy)。

想法 2#:使用凹凸 api。这似乎不是一个可靠的方法,因为相邻的 2 个人可能会碰撞 2 台单独的 Android 平板电脑。关于碰撞有任何输入吗?

想法3#:使用蓝牙。让 Android 平板电脑连接到最近的 iPhone(通过 RSSI 定位)。问题是 iPhone 不允许蓝牙连接!?

想法 4# 使用 NFC。问题是 iPhone 不支持 NFC。

想法 5# 使用 P2P wifi。据我所知,这似乎是一件具有挑战性的事情(找到最近的发现等)。

有人对事情有其他看法吗?

I developing a system that consist of 2 units; 1 Android tablet and 1 iPhone. My users will have to identify themselfs to the Android tablet (this should be done as user-friendly as possible with as few steps as possible and in a secure manner, meaning it should not rely on gps that is not exact). I have looked at various techniques, but each and everyone of them seems to be inpossible to do:

idea #1: The iphone app has a barcode. The Android tablet scans the barcode using zxing (with the built in webcamera). This seems like the best idea but I cant get a hold of an Android tablet with a camera good enough to run zxing.

Anyone that knows of an Android tablet that can run Zxing or does anyone know of any other api that I can try (except shopsavvy).

idea 2#: Using the bump api. This doesn't seems lika a reliable method since 2 people next to eachother can bump 2 seperate Android tablets. Any input on bump?

idea 3#: Using bluetooth. Letting the Android tablet connect to the closest iphone (locating it on RSSI). The problem is that iPhone doesnt allow Bluetooth connections!?

idea 4# Using NFC. The problem is that iPhone doesnt support NFC.

idea 5# Using P2P wifi. As far as I know this seems like a challing thing to develop (finding the cloesest found etc.)

Anyone that has another take on things?

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

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

发布评论

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

评论(1

生死何惧 2024-09-25 10:55:14

嗯...是否可以创建一个移动网站,允许用户首先注册他们的平板电脑,然后提供某种密钥供 iPhone 用户也可以用来登录该网站?根据您随后可能想要对连接的计算机执行的操作,在网站上提供某些内容可能是最简单的。

Uhm... would it be possible to create a mobile website that allows users to first register their tablet, and then provide some kind of key that the iphone users can use to log into that site as well? Depending on what you might want to do subsequently with the connected machines, serving something on a website might be the easiest.

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