daqpower

Server for remote access to National Instruments DAQ devices


Licenses
GPL-3.0+/OML
Install
pip install daqpower==2.0.0

Documentation

DAQ Server

This a server that provides remote access to a National Instruments DAQ (data acquisition device) for power measurement. National Instruments provide DAQ drivers only for Windows and for very specific (old) Linux kernels. This package allows DAQs to be usable from other operating systems.

The idea is that the DAQ is connected to a machine running an OS for which drivers are available; that machine is also running the server component of this package. A program or a script running on a different OS can then use the client part of this package to configure and collect measurements from that DAQ.

Installation

From PyPI:

sudo -H pip install daqpower

The latest developement version from GitHub:

git clone git@github.com:ARM-software/daq-server.git daq-server
cd daq-server
sudo -H python setup.py install

Usage

Please refer to DAQ Server Guide.

License

This package is distributed under Apache v2.0 License.

Feedback, Contrubutions and Support

  • Please use the GitHub Issue Tracker associated with this repository for feedback.
  • ARM licensees may contact ARM directly via their partner managers.
  • We welcome code contributions via GitHub Pull requests. Please try to stick to the style in the rest of the code for your contributions.

Note

This package was previously distributed as part of ARM Workload Automation.