Msb-test: Difference between revisions
From University of Washington - Ubicomp Research Page
Jump to navigationJump to search
Karl Koscher (talk | contribs) No edit summary |
Karl Koscher (talk | contribs) |
||
(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 | -lightshow start LED test | ||
-reset | -reset reset MSB | ||
-show-power | -show-power show power messages | ||
-show | -show show sensor readings | ||
-state <state> | -state <state> sets state, which can be 'cease', 'start', 'query-led', 'query-schedule', 'query-calib', or 'reconnect' | ||
-schedule-info | -schedule-info print current schedule information | ||
-calibration-info | -calibration-info print current calibration information | ||
-shm | -shm print SHM stream bytes | ||
-stream | -stream print IPC stream data rate | ||
</pre> | </pre> | ||
</ul> | </ul> | ||
</ul> | </ul> |
Latest revision as of 23:38, 17 August 2007
msb-test
- msp/src/msb/msb-test.c
- linux download (xscale)
- linux download (x86)
- currently not available for windows
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