Changes between Version 14 and Version 15 of QuickStartGuide

Show
Ignore:
Timestamp:
11/28/09 13:32:06 (15 years ago)
Author:
ismael (IP: 62.57.1.15)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QuickStartGuide

    v14 v15  
    55== Downloading & Installing == 
    66 
    7 Download source from http://flexnets.upc.edu/downloads/source/aloe-1.0.tar.gz or check last svn tag release at: http://flexnets.upc.edu/svn/phal/tags 
     7Download source from http://flexnets.upc.edu/downloads/source/aloe-1.2.tar.gz or check last svn tag release at: http://flexnets.upc.edu/svn/phal/tags 
    88 
    99Make sure you have the following libraries in your system: 
     
    2222 
    2323{{{ 
    24 tar xzvf aloe-1.0.tar.gz 
    25 cd aloe-1.0 
     24tar xzvf aloe-1.2.tar.gz 
     25cd aloe-1.2 
    2626./configure 
    2727make 
     
    3232== Running an example == 
    3333 
    34 From the same directory where the source is (aloe-1.0): 
     34From the same directory where the source is (aloe-1.2): 
    3535{{{ 
    3636runph 
    3737}}} 
    3838 
    39 ALOE runs in background by default, connect to local the COMMAND MANAGER by typing: 
     39To run ALOE in real-time you must launch it with root permissions: 
    4040{{{ 
    41 cmdman -c 127.0.0.1 
     41sudo runph 
    4242}}} 
    4343 
     
    5656}}} 
    5757 
    58 You can list available statistics or view the output signal: 
     58You can list available statistics and view/modify them: 
    5959{{{ 
    6060runph$: statlist example 
    61 runph$: statget example sink signal_out 
    62 }}} 
    63  
    64 Now change sampling frequency and see its effects in execution time and the output signal: 
    65 {{{ 
    66 runph$: statset example source freq_sample 10000.0 
    67 runph$: execinfo example 
    6861runph$: statget example sink signal_out 
    6962}}}