Android 应用程序可检测附近具有相同应用程序的其他 Android 设备
我正在寻求开发一个应用程序来检测附近运行相同应用程序的其他 Android 设备(300 米范围内)。 此外,他们可以通过消息相互通信,并可以相互发送文件(多聊天)。
QUALCOMM API 是否提供这方面的功能? 它是免费的还是我需要购买它们? 费用是多少? 非常感谢。
I am looking to develop an application that detects other android devices running the same app nearby(under a range of 300 meters).
Also , they can communicate with each other through messages and can send files to each other(multichat).
Does QUALCOMM API provides functionality for this ?
Will it be free or i need to buy them ?
How much would be the cost ?
Thankyou very much.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我们谈论的是 10 米左右,这正是蓝牙的用途。
如果没有,那么您将不得不使用 GPS。在这种情况下,您的应用程序需要在服务器上跟踪用户并查找同一坐标周围的其他用户。如果你使用准确的位置,这当然会影响电池寿命,更不用说存在严重的隐私问题。
If we're talking 10 meters or so, this would be exactly what Bluetooth is for.
If not, then you will have to use GPS. In that case, your app would need to keep track of the user on a server and look for other users around the same coordinates. That will of course affect battery life if you use the exact position, not to mention that there are grave privacy issues.