This repository was archived by the owner on Jul 11, 2020. It is now read-only.
johnmillner/m4api
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
m4api is a tool for monitoring and configuring Mini-Box M4-ATX power supplies. Built using libusb 0.1, m4api can be used on Linux, Mac, BSD and Windows systems. For information about libusb, see http://www.libusb.org/. Up-to-date source code is available at: http://ram.umd.edu/wiki/Public/Software/m4api or http://ram.umd.edu/git/ For Git access: $ git clone git://ram.umd.edu/bits/m4api.git INSTALLATION ============ $ mkdir -p build $ cd build $ cmake .. $ make $ sudo make install USAGE ===== $ ./m4ctl -diag [loop] # Print diagnostic values $ ./m4ctl -config # Print all config values $ ./m4ctl -config FIELD # Print one field $ ./m4ctl -config FIELD VALUE # Set one value -- Ken Tossell ktossell@umd.edu