nfc-event deamon:从nfc-tag而不仅仅是UID读取URL

时间:2017-06-25 23:22:22

标签: python nfc

由于官方论坛失败,很难找到nfc-eventd的社区。我希望我在这里问我的问题。我目前正在尝试使用deamon nfc-eventd(https://github.com/nfc-tools/nfc-eventd)解析NFC标记中的URL。一旦识别出nbc-tag,守护程序就会执行两种形式的命令:

nem_execute simply launches a command line specified in nfc-eventd configuration file on event. With this NEM, you can easily do many simple application, like launching particular action depending on card you put on NFC device, etc.

nem_dbus pushes events on D-Bus's system bus. That allow to have more than one application that handle event and manage privileges with D-Bus options.

虽然nem-execute带有示例配置,但可能性似乎非常有限。 nem-execute提供的唯一信息是nbc-tag UID,但没有其他标记信息。就我而言,我想从nfc-tag读取一个URL并进一步处理这些信息。

目前我在一个列表中对URL进行硬编码,该列表由带有标记UID的python脚本过滤。这需要在每次更改URL时更改列表。

我愿意使用另一个deamon,如果有替代方案可以使用这个功能并使用PN532芯片和Raspberry Pi。

0 个答案:

没有答案