-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathreadme.txt
More file actions
32 lines (23 loc) · 757 Bytes
/
readme.txt
File metadata and controls
32 lines (23 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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