Changes between Version 3 and Version 4 of Software/dOML/CollectingMeasurements
- Timestamp:
- Nov 25, 2007, 11:56:35 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software/dOML/CollectingMeasurements
v3 v4 17 17 18 18 On each experimental node, the ''OML Collection Client'' interfaces with each experimental applications. It will collect any required measurements or outputs from these applications, optionally apply some filter/processing to these measurements/outputs, and then sends them to the ''OML Server''. The communication from the multiple ''OML Clients'' on all the experimental nodes towards the ''OML Server'' on the experimenter side is currently done over one multicast channel per experiment (for logical segregation of data and for scalability). 19 20 There are two alternative methods for the user to implement this ''interface'' between their experimental applications and the OML Collection Clients. These two alternative methods are: 21 22 * Method based on dynamic OML client library 23 24 25 * Method based on OML client daemon 26 27 28 basedand to define the requested measurement points and parameters. These methods and measurement definitions will be presented in details later in this tutorial. 19 29 20 30