Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

johnmillner/m4api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 https://www.libusb.org/.

Up-to-date source code is available at:
  https://ram.umd.edu/wiki/Public/Software/m4api
  or https://ram.umd.edu/git/

For Git access:
  $ git clone git:https://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
   [email protected]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 89.1%
  • CMake 8.2%
  • Shell 2.7%