Changes between Version 11 and Version 12 of Software/dOML


Ignore:
Timestamp:
Jul 6, 2017, 2:22:37 AM (7 years ago)
Author:
thierry
Comment:

Updated info about Data61 CSIRO contribution and link to paper

Legend:

Unmodified
Added
Removed
Modified
  • Software/dOML

    v11 v12  
    33[[TOC(Software/d*, depth=2)]]
    44
    5 The 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 :
     5The ORBIT measurement library (OML), is a distributed software framework enabling real-time collection of data in a large testbed environment.
     6
     7Although this framework was originally developed for ORBIT, it has been re-factored and significantly extended by [https://research.csiro.au/ng/ Data61 CSIRO] to allow its independent deployment on any testbed.
     8
     9OML has three major components :
    610
    711  * 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.
     
    913  * The '''OML-Collection-Server''', which collects filtered data coming from all nodes involved in the experiment and stores it in a mySQL database.
    1014
    11 '''Publication''' :
    12 [http://www.orbit-lab.org/attachment/wiki/Orbit/Documentation/Publications/final-oml-paper.pdf ORBIT Measurements Framework and Library (OML): Motivations, Design,Implementation, and Features][[BR]]
    13 Manpreet Singh, Maximilian Ott, Ivan Seskar and Pandurang Kamat, proceedings of IEEE Tridentcom 2005, Trento, Italy, Feb 2005
     15'''Publications''' :
     16
     17  * The original OML paper:[[BR]]
     18    [http://www.orbit-lab.org/attachment/wiki/Orbit/Documentation/Publications/final-oml-paper.pdf ORBIT Measurements Framework and Library (OML): Motivations, Design,Implementation, and Features] Manpreet Singh, Maximilian Ott, Ivan Seskar and Pandurang Kamat, proceedings of IEEE Tridentcom 2005, Trento, Italy, Feb 2005
     19  * The recent paper on current OML release:[[BR]]
     20    [http://www.nicta.com.au/pub-download/full/6718 An Instrumentation Framework for the Critical Task of Measurement Collection in the Future Internet] O. Mehani, G. Jourjon, T. Rakotoarivelo and M. Ott., Elsevier Computer Networks, pp. 68-83, 2014
    1421
    1522== Starting Points ==