Changes between Version 8 and Version 9 of Old/OTG/FAQ
- Timestamp:
- Feb 9, 2006, 8:40:26 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/OTG/FAQ
v8 v9 31 31 === Where can I find documentation of OTG/OTR? === 32 32 33 Simply saying, this FAQ and the [wiki:OTG/UserManual User Manual] is enough for ordinary users. For developer, the [wiki: OTG/ArchitectureDesign Architecture design] document and the [wiki:OTG/FuncSpec function specifications] would be important descriptive sources for understanding the whole design.33 Simply saying, this FAQ and the [wiki:OTG/UserManual User Manual] is enough for ordinary users. For developer, the [wiki:Documentation/OTG/ArchitectureDesign Architecture design] document and the [wiki:OTG/FuncSpec function specifications] would be important descriptive sources for understanding the whole design. 34 34 35 35 If you want a real detailed documentation of code, it can be generated by the [http://www.doxygen.org Doxygen] tool … … 72 72 }}} 73 73 74 === where can I see the experimetnXML files ? ===74 === Where can I see the experiment XML files ? === 75 75 It is generated dynamically and put in the /tmp directory of the console. The naming convention for this file is "experimentname+timestamp". 76 76 The oml_experiment XML files are stored in /tmp directory of the nodes participating the experiment. For example, if a node is running OTG during the experiment, an XML configuration file, which tells OTG where to send OML measuremeents, should be existing in the /tmp/ directory of that node. The name of that file consists of some random characters.