The labjack collector is a system that collects, logs and relays data over network from the labjack data collection system.
https://labjack.com/blogs/faq/what-is-a-labjack
Documentation of the labjack library can be found here: https://support.labjack.com/docs/ljm-library-overview
Labjack library examples: https://github.com/labjack/labjack-ljm-python
Install the labjack support library for your OS here: https://support.labjack.com/docs/ljm-software-installer-downloads-t4-t7-t8-digit, ffr context, we have a labjack t7
Clone this repositoryy
python3 -m venv .venv
python install -r requirements.txt