comedi_board_info
Library for Comedi
Install
- All systems
-
curl cmd.cat/comedi_board_info.sh
- Debian
-
apt-get install libcomedi0
- Ubuntu
-
apt-get install libcomedi0
- Kali Linux
-
apt-get install libcomedi0
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libcomedi0
- Raspbian
-
apt-get install libcomedi0
- Dockerfile
- dockerfile.run/comedi_board_info
libcomedi0
Library for Comedi
Comedilib is a library for using Comedi, a driver interface for data acquisition hardware. Comedi supports a wide variety of ISA and PCI devices that contain analog-to-digital converters, digital-to-analog converters, digital input/output, counters and timers. The full list of support devices can be found in the libcomedi-dev documentation. This package contains the shared library component of Comedilib. In general, this package will be automatically installed as a dependency of application or other library packages. In order to effectively use this package, you need to have compiled and installed the Comedi kernel modules. The source for Comedi is available in the comedi-source package, which also contains instructions on how to compile and install the modules.