Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要我的应用程序来回答 snep(简单的 ndef 交换协议)GET 请求。我怎样才能做到这一点 ?
我可以成功发送 PUT 请求;但我的 GET 请求返回“NOT_IMPLEMENTED”值。我如何编写我的应用程序来回答 snep GET 请求?
你不能。
在 Android 上,您只能将 SNEP 与 Android Beam 结合使用。但是,Android Beam 使用的 SNEP 服务器实现了 NFC 论坛默认 SNEP 服务器,NFC 论坛的 SNEP 规范要求该服务器始终响应未实现的 Get 请求。从 SNEP 规范:
默认服务器不应接受 Get 请求。获取请求消息的适当响应未实现。
此外,您无法轻松实现自己的 SNEP 服务器,因为 Android 没有 LLCP API。