Changes between Version 14 and Version 15 of QuickStartGuide
- Timestamp:
- 11/28/09 13:32:06 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QuickStartGuide
v14 v15 5 5 == Downloading & Installing == 6 6 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/tags7 Download 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 8 8 9 9 Make sure you have the following libraries in your system: … … 22 22 23 23 {{{ 24 tar xzvf aloe-1. 0.tar.gz25 cd aloe-1. 024 tar xzvf aloe-1.2.tar.gz 25 cd aloe-1.2 26 26 ./configure 27 27 make … … 32 32 == Running an example == 33 33 34 From the same directory where the source is (aloe-1. 0):34 From the same directory where the source is (aloe-1.2): 35 35 {{{ 36 36 runph 37 37 }}} 38 38 39 ALOE runs in background by default, connect to local the COMMAND MANAGER by typing:39 To run ALOE in real-time you must launch it with root permissions: 40 40 {{{ 41 cmdman -c 127.0.0.1 41 sudo runph 42 42 }}} 43 43 … … 56 56 }}} 57 57 58 You can list available statistics or view the output signal:58 You can list available statistics and view/modify them: 59 59 {{{ 60 60 runph$: statlist example 61 runph$: statget example sink signal_out62 }}}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.067 runph$: execinfo example68 61 runph$: statget example sink signal_out 69 62 }}}