HAMcast developers

Changes between Version 2 and Version 3 of documentation/tools/monitoring


Ignore:
Timestamp:
02/14/12 08:57:40 (12 years ago)
Author:
Sebastian Meiling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation/tools/monitoring

    v2 v3  
    2222    and run:
    2323{{{
    24         cmake ../
     24  cmake ../
    2525}}}
    2626    if you have not install libhamcast to standard directories, run:
    2727{{{
    28         cmake -DHAMCAST_INCLUDE_PATH=<path-to-headers> \
    29               -DHAMCAST_LIBRARY_PATH=<path-to-libhamcast> ../
     28  cmake -DHAMCAST_INCLUDE_PATH=<path-to-headers> \
     29        -DHAMCAST_LIBRARY_PATH=<path-to-libhamcast> ../
    3030}}}
    3131    'path-to-headers' is the absolute path where 'hamcast/hamcast.hpp' can
     
    3434    This will initialize build environment, if no errors occure run:
    3535{{{
    36         make
     36  make
    3737}}}
    3838    If build was successful you find the binaries in 'build' folder.
     
    6464        All arguments are optional, the program can also run on default settings.
    6565{{{     
    66         ./mdaemon -d example -g ip://239.0.0.1:1234
     66  ./mdaemon -d example -g ip://239.0.0.1:1234
    6767}}}
    6868       
     
    7777        All arguments are optional and can be run on default.   
    7878{{{     
    79         ./mcollector -g ip://239.0.0.1:1234 -p 35000 -s 10 -m 30
     79  ./mcollector -g ip://239.0.0.1:1234 -p 35000 -s 10 -m 30
    8080}}}
     81
    8182=== mviewer ===
    8283
     
    9091    (ii) mcollector, and (iii) mviewer. Additional information on these
    9192    can be found in corresponding REAMDE in subdirectories.
    92