支持 NFC 的 Android 手机可以相互交互吗?
我只是在考虑在两个或更多支持 NFC 的智能手机之间实现数据发送/接收的可能性。可能还是不可能?我所看到的关于 NFC 的一切都是关于 NFC 终端/卡和手机之间的交互......
I am just thinking about possibility to realize data sending/receiving between 2 or more NFC enabled smartphones. Is it possible or not? All I see about NFC is about interaction between NFC terminal/card and phone...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这就是nfc p2p模式。 Android Beam 是“预装”的 Android NFC 共享应用程序。 BlackBerry Tag (OS 7.1) 可以为 BlackBerry 提供帮助。诺基亚的 NFC 手机已经做到了开箱即用。我只是不知道;将诺基亚连接到安卓系统,或者将安卓系统连接到黑莓,这有效吗?目前还很难找到用户的反馈。
This is the nfc p2p mode. Android Beam is the "pre-installed" android nfc sharing app. BlackBerry Tag (O.S. 7.1) does the trick for BlackBerry. Nokia's nfc handsets already do it out of the box. I just don't know; What about tapping a nokia to an android, or android to blackberry, does it work? Feedback from users is hard to find yet.
第一行来自: http://developer.android.com/reference/android /nfc/package-summary.html
提供对近场通信 (NFC) 功能的访问,允许应用程序读取 NFC 标签中的 NDEF 消息。 “标签”实际上可能是显示为标签的另一个设备。
希望这能回答您的问题:-)
Line one from: http://developer.android.com/reference/android/nfc/package-summary.html
Provides access to Near Field Communication (NFC) functionality, allowing applications to read NDEF message in NFC tags. A "tag" may actually be another device that appears as a tag.
Hope this answers your question :-)