Changes between Version 3 and Version 4 of documentation/tools/hcstatus
- Timestamp:
- 02/14/12 08:47:21 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
documentation/tools/hcstatus
v3 v4 2 2 3 3 == NAME == 4 4 5 hc_status - Show status information for HAMcast middleware 5 6 6 == BUILD/INSTALL==7 == BUILD/INSTALL == 7 8 8 ===Requirements=== 9 === Requirements === 10 9 11 - cmake (Version 2.6+) 10 12 - cmake macro 'FindLibHamcast.cmake' … … 12 14 - HAMcast library and middleware 13 15 14 ===Build=== 16 === Build === 17 15 18 We recommend an 'out-of-source' cmake-build. Create a new folder, e.g. 16 19 'build' within the source directory. Change to new folder (cd build) … … 33 36 If build was successful you find the binary in 'build' folder. 34 37 35 ===Install=== 38 === Install === 39 36 40 Currently not supported. Just run hc_status from build directory. 37 41 38 ==SYNOPSIS== 42 == SYNOPSIS == 43 39 44 {{{ 40 45 hc_status [GROUPS]... 41 46 }}} 42 ==DESCRIPTION== 47 48 == DESCRIPTION == 43 49 44 50 The program provides information on HAMcast middleware and 45 51 multicast status of a node. 46 52 47 == EXIT STATUS==53 == EXIT STATUS == 48 54 49 55 hc_status exits with status 0 (EXIT_SUCCESS) if no error occurs, 50 56 otherwise 1 (EXIT_FAILURE) is returned. 51 57 52 ==OPTIONS== 58 == OPTIONS == 59 53 60 None 54 61 55 ==EXAMPLES== 62 == EXAMPLES == 63 56 64 Without args: 57 65 {{{ … … 63 71 }}} 64 72 65 ==FILES== 73 == FILES == 74 66 75 No other files required or used. 67 76 68 ==NOTES== 77 == NOTES == 78 69 79 If started without arguments hc_status prints current status of 70 80 middleware and multicast group association. If valid group URIs are … … 72 82 'leave' groups before program stops. 73 83 74 ==ENVIRONMENT== 84 == ENVIRONMENT == 85 75 86 LD_LIBRARY_PATH must be set if libhamcast is not installed into 76 87 standard directories, e.g. /usr/lib.