HAMcast developers

Changes between Version 3 and Version 4 of documentation/tools/hcstatus


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

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation/tools/hcstatus

    v3 v4  
    22
    33== NAME ==
     4
    45    hc_status - Show status information for HAMcast middleware
    56
    6 ==BUILD/INSTALL==
     7== BUILD/INSTALL ==
    78
    8 ===Requirements===
     9=== Requirements ===
     10
    911    - cmake (Version 2.6+)
    1012    - cmake macro 'FindLibHamcast.cmake'
     
    1214    - HAMcast library and middleware
    1315
    14 ===Build===
     16=== Build ===
     17
    1518    We recommend an 'out-of-source' cmake-build. Create a new folder, e.g.
    1619    'build' within the source directory. Change to new folder (cd build)
     
    3336    If build was successful you find the binary in 'build' folder.
    3437
    35 ===Install===
     38=== Install ===
     39
    3640    Currently not supported. Just run hc_status from build directory.
    3741
    38 ==SYNOPSIS==
     42== SYNOPSIS ==
     43
    3944{{{
    4045    hc_status [GROUPS]...
    4146}}}
    42 ==DESCRIPTION==
     47
     48== DESCRIPTION ==
    4349
    4450    The program provides information on HAMcast middleware and
    4551    multicast status of a node.
    4652
    47 ==EXIT STATUS==
     53== EXIT STATUS ==
    4854
    4955    hc_status exits with status 0 (EXIT_SUCCESS) if no error occurs,
    5056    otherwise 1 (EXIT_FAILURE) is returned.
    5157
    52 ==OPTIONS==
     58== OPTIONS ==
     59
    5360    None
    5461
    55 ==EXAMPLES==
     62== EXAMPLES ==
     63
    5664    Without args:   
    5765{{{
     
    6371}}}
    6472
    65 ==FILES==
     73== FILES ==
     74
    6675    No other files required or used.
    6776
    68 ==NOTES==
     77== NOTES ==
     78
    6979    If started without arguments hc_status prints current status of
    7080    middleware and multicast group association. If valid group URIs are
     
    7282    'leave' groups before program stops.
    7383
    74 ==ENVIRONMENT==
     84== ENVIRONMENT ==
     85
    7586    LD_LIBRARY_PATH must be set if libhamcast is not installed into
    7687    standard directories, e.g. /usr/lib.