Msb-test: Difference between revisions

From University of Washington - Ubicomp Research Page
Jump to navigationJump to search
No edit summary
 
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
* currently not available for windows
* currently not available for windows


msb-test is a program that lets you exercise the various functions of the MSB, including reporting sensor data. msb-test was written by Dirk Hähnel of Intel Research Seattle.
msb-test is a program that lets you exercise the various functions of the MSB, including reporting sensor data. IPC publishing must be enabled on the msb-server for msb-test to work. msb-test was written by Dirk Hähnel of Intel Research Seattle.


== usage ==
== usage ==
Line 22: Line 22:
-led <color> <on/off>      set led with color 'blue, green, or red' to value 'on' or 'off'
-led <color> <on/off>      set led with color 'blue, green, or red' to value 'on' or 'off'
-triled <color> <on/off>    set led in the tricolor LED with color 'blue, green, or red' to value 'on' or 'off'
-triled <color> <on/off>    set led in the tricolor LED with color 'blue, green, or red' to value 'on' or 'off'
-lightshow                     start LED test
-lightshow                 start LED test
-reset                         reset MSB
-reset                     reset MSB
-show-power                     show power messages
-show-power                 show power messages
-show                           show sensor readings
-show                       show sensor readings
-state <state>                 sets state, which can be 'cease', 'start', 'query-led', 'query-schedule', 'query-calib', or 'reconnect'
-state <state>             sets state, which can be 'cease', 'start', 'query-led', 'query-schedule', 'query-calib', or 'reconnect'
-schedule-info                 print current schedule information
-schedule-info             print current schedule information
-calibration-info               print current calibration information
-calibration-info           print current calibration information
-shm                           print SHM stream bytes
-shm                       print SHM stream bytes
-stream                         print IPC stream data rate
-stream                     print IPC stream data rate
</pre>
</pre>
</ul>
</ul>
</ul>
</ul>

Latest revision as of 23:38, 17 August 2007

msb-test

msb-test is a program that lets you exercise the various functions of the MSB, including reporting sensor data. IPC publishing must be enabled on the msb-server for msb-test to work. msb-test was written by Dirk Hähnel of Intel Research Seattle.

usage

    Typical Usage

      msb-test -show
      

    Available Commands

      msb-test supports the following switch commands:
      -led <color> <on/off>       set led with color 'blue, green, or red' to value 'on' or 'off'
      -triled <color> <on/off>    set led in the tricolor LED with color 'blue, green, or red' to value 'on' or 'off'
      -lightshow                  start LED test
      -reset                      reset MSB
      -show-power                 show power messages
      -show                       show sensor readings
      -state <state>              sets state, which can be 'cease', 'start', 'query-led', 'query-schedule', 'query-calib', or 'reconnect'
      -schedule-info              print current schedule information
      -calibration-info           print current calibration information
      -shm                        print SHM stream bytes
      -stream                     print IPC stream data rate