LTKCPP-- LLRP Toolkit C Plus Plus Library
|
00001 00002 OVERVIEW OF THE LLRP Tool Kit Definitions Files 00003 Last updated 28 July 2011 00004 00005 00006 INTRODUCTION 00007 ============ 00008 The LLRPdef archive contains the definition files to 00009 describe the packet format of the LLRP implementation 00010 and to any custom extensions included in the archive. 00011 00012 The term "extension" refers to CUSTOM_MESSAGE and 00013 CustomParameter definitions. 00014 00015 These definitions are used for automatated code generation by 00016 the LTK and other projects. 00017 00018 LIST OF FILES 00019 ============= 00020 00021 Core/ 00022 Directory containing core protocol definitions, i.e. 00023 those defined by the LLRP Specification proper. 00024 00025 Core/llrp-1x0-def.xml 00026 Describes the binary protocol. 00027 This file MUST and DOES conform to ../llrpdef.xsd 00028 00029 Core/llrp-1x0.xsd 00030 An XML Schema description of the LLRP core protocol. 00031 It is used by XML editors and validators to be 00032 sure XML text files make sense. 00033 00034 llrpdef.xsd 00035 An XML Schema that describes the valid contents 00036 of the */*-def.xml files. This file is used by 00037 code generators to ensure that the def.xml files 00038 are valid llrp protocol descriptions 00039 00040 README.TXT 00041 This file that you are reading. 00042 00043 *.{com,edu,org}/ 00044 *.{com,edu,org}/*-def.xml 00045 *.{com,edu,org}/*.xsd 00046 As organizations define and publish their extensions, 00047 they may add definition files. 00048 These *-def.xml files MUST conform to ../llrpdef.xsd. 00049