Naludaq
Naludaq (Nalu Data Acquisition) is a backend software package to communicate with Nalu Scientifics hardware. It contains several modules to communicate with the boards, both sending commands, receiving responses and receiving bulk data. It also contains modules to parse and store data. This module is designed to interact with a user interface or used to create automated experiments.
The NaluDAQ python package is available naludaq
via pypi:
pip install naludaq
The Naluconfigs package containing the configuration files for all nalu boards naluconfigs
from pypi:
pip install naluconfigs
The backend server can be installed as a python package naludaq-rs
from pypi:
pip install naludaq_rs
The Acquisition files can be accessed directly using naluacq
from pypi:
Download the latest version of documentation for NaluDAQ below.
Please visit the naluexamples repository for examples of how to use NaluDAQ.