搜索资源列表
FindTlvTags
- Utility which find TLV TAG in TLV data
rfc5003.txt
- Abstract The signaling protocols used to establish point-to-point pseudowires include type-length-value (TLV) fields that identify pseudowire endpoints called attachment individual identifiers (AIIs). This document defines AII structures in t
TLVPackageDemo
- C++,C#实现TLV编码解码的源工程,很好的东西,希望对你有帮助。-C++, C# achieve TLV encoding and decoding of the source project
ptlv
- 金融行业emc,pboc,tlv 数据格式解析-Financial industry, emc, pboc, tlv data format parsing
ParseTLV
- C/C++ code to parse a TLV data structure
TreeListViewDemo
- JAVA卡脚本解析器 解析脚本命令中的TLV结构-JAVA card scr ipt parser scr ipt commands TLV structure
EMV-TLV
- PBOC ENV TLV解析工具,方便解決問題-PBOC ENV the TLV analytical tools, convenient to solve the problem
TLVDemo(1)
- TLV即Tag-Length-Value,常在IC卡与POS终端设备中通过这样的一个应用通信协议进行数据交换。在金融系统以及认证中,PBOC以及EMV的认证规范文档上面也有对TLV做了一些说明,由于认证规范都是英文文档,所以有些人可能不易于理解。首先我先介绍下什么是TLV,TLV的用途是什么,以及如何实现它的打包解包算法。-I.e. TLV Tag-Length-Value, often through the data exchange protocol such an application
XML_VS_TLV
- XML和TLV打包文件,一定不要错过,一定要好好看呀!-XML and TLV packed files, you must not miss, we must take behold!
TLVHelper
- 用C#语言编写的TLV 解析类库,希望可以帮助更多要学习PBOC的人-The TLV parsing library written in c# language, hoping to help more people learn the PBOC
tlv-dump
- TLV解包调试工具,可以练习数据包解包,界面操作-TLV UNPACK DATA
TLVcode
- TLV编码与解码 TLV是tag, length和value的缩写.一个基本的数据元就包括上面三个域. Tag唯一标识该数据元, length是value域的长度. Value就是数据本身了. 举个例子, 下面是一个tlv格式的AID(应用标识符)字节串”9F0607A0000000031010”, 其中9F06是tag, 07是长度, A0000000031010就是AID本身的值了. 对于程序编写人员来说,我们关心的是,如果有类似上面这样的一串TLV编码的字节串从卡片传过来, 怎么样