Appearance
Appearance
Low-Level Reader Protocol 是一种基于标准的接口,用于 Radio Frequency Identification (RFID) Reader Devices 与 Client Devices 之间的通信。
以下是 LLRP 会话流量示例:
LLRP 解析器实现了对符合 LLRP specification version 1.0 的消息解析支持。LLRP 解析器未来可能的增强包括:
支持解析 vendor extensions,这些扩展在运行时从符合 LLRP Toolkit 项目所定义 schema 的 XML 文件加载。
验证必需参数是否存在及其多重性。
LLRP 解析器没有可用首选项。
SampleCaptures 页面上提供了一个捕获文件(pcap 格式),展示 LLRP Reader 与 LLRP Client Application 之间的示例会话:
完整的 LLRP 显示过滤器字段列表如下所示。如需了解众多 LLRP message types、parameter types 和 field types,请从 EPCglobal 网站的 LLRP 区域获取最新版 LLRP 规范。
| Filter | Description | llrp | 匹配所有 LLRP 流量 | llrp.version | 匹配具有指定 LLRP version 的所有消息(LLRPv1.0 是 "llrp.version == 1") | llrp.type | 匹配具有指定 message type 的所有消息 | llrp.length | 匹配具有指定 total message length 的所有消息 | llrp.id | 匹配具有指定 message ID 的所有消息 | llrp.field.type | 匹配包含指定 field type 的所有消息 | llrp.field.length | 匹配包含指定 bitlength 字段的所有消息 | llrp.field.value | 匹配包含指定 value 字段的所有消息 | llrp.parameter.type | 匹配包含指定 type 参数的所有消息 | llrp.parameter.length | 匹配包含指定 total length 参数的所有消息
示例:仅显示 GET_READER_CONFIG 消息:
llrp.type == 2以下捕获过滤器会生成在 IANA 分配给 Low-Level Reader Protocol 的 TCP 端口上发送和接收的数据包:
tcp.port == 5084有关 LLRP 规范的详细信息,请访问 EPCglobal 网站上的 LLRP standards 页面。
LLRP Toolkit Homepage (llrp.org) 及对应的 SourceForge 项目旨在提供 LLRP 库的开源实现。
于 2020-08-11 23:16:03 UTC 从 https://wiki.wireshark.org/LLRP 导入