LTKCPP-- LLRP Toolkit C Plus Plus Library
target/Definitions/README.TXT
1 
2 OVERVIEW OF THE LLRP Tool Kit Definitions Files
3 Last updated 28 July 2011
4 
5 
6 INTRODUCTION
7 ============
8 The LLRPdef archive contains the definition files to
9 describe the packet format of the LLRP implementation
10 and to any custom extensions included in the archive.
11 
12 The term "extension" refers to CUSTOM_MESSAGE and
13 CustomParameter definitions.
14 
15 These definitions are used for automatated code generation by
16 the LTK and other projects.
17 
18 LIST OF FILES
19 =============
20 
21 Core/
22  Directory containing core protocol definitions, i.e.
23  those defined by the LLRP Specification proper.
24 
25 Core/llrp-1x0-def.xml
26  Describes the binary protocol.
27  This file MUST and DOES conform to ../llrpdef.xsd
28 
29 Core/llrp-1x0.xsd
30  An XML Schema description of the LLRP core protocol.
31  It is used by XML editors and validators to be
32  sure XML text files make sense.
33 
34 llrpdef.xsd
35  An XML Schema that describes the valid contents
36  of the */*-def.xml files. This file is used by
37  code generators to ensure that the def.xml files
38  are valid llrp protocol descriptions
39 
40 README.TXT
41  This file that you are reading.
42 
43 *.{com,edu,org}/
44 *.{com,edu,org}/*-def.xml
45 *.{com,edu,org}/*.xsd
46  As organizations define and publish their extensions,
47  they may add definition files.
48  These *-def.xml files MUST conform to ../llrpdef.xsd.
49