Changes between Version 3 and Version 4 of Software/dOML


Ignore:
Timestamp:
Jan 30, 2006, 10:52:07 PM (18 years ago)
Author:
pkamat
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Software/dOML

    v3 v4  
    11= OML - Orbit Measurement Library =
    22
    3 What is it?
     3The ORBIT measurement library (OML), is a distributed software framework enabling real-time collection of data in a large testbed environment. Although this framework was developed for ORBIT, it can be deployed independently on any testbed. OML has three major components :
    44
     5  * The '''OML-Service''', which can generate wrapper code for a c/c++ applications to interact with OML and also creates runtime experiment client/server files based on an experiment definition.
     6  * The '''OML-Client''' library, which is deployed on the nodes participating in the experiment and can aggregate and filter data from the applications participating in the experiment and send it to a central server.
     7  * The '''OML-Collection-Server''', which collects filtered data coming from all nodes involved in the experiment and stores it in a mySQL database.
    58
     9'''Publication''' :
     10[http://www.orbit-lab.org/downloads/publications/Orbit_OML.pdf ORBIT Measurements Framework and Library (OML): Motivations, Design,Implementation, and Features][[BR]]
     11Manpreet Singh, Maximilian Ott, Ivan Seskar and Pandurang Kamat, proceedings of IEEE Tridentcom 2005, Trento, Italy, Feb 2005
    612
    713== Starting Points ==