Introduction

The main goal of the DAQ project is to develop open-source drivers for data acquisition cards. The drivers are implemented as a kernel module, so we're able to load them via kld. The methodology is not new - Linux comedi has a large amount of drivers for daq hardware not supported on FreeBSD.
To help with this task, I decided to start working on an FreeBSD implementation for data acquisition support that would let us provide a standardized interface for daq based low-level driver writers. The result of all this is that project.
To help with this task, I decided to start working on an FreeBSD implementation for data acquisition support that would let us provide a standardized interface for daq based low-level driver writers. The result of all this is that project.
Anatomy
Fundamentally, DAQ consists of the following three parts:
-
- core kernel module
- low-level drivers
- card configuration utility
Current status
The project is in an early development stage, I currently looking for one or two individuals to help me out with the development process (especially PCI, ISA, and PCMCIA). Don't be modest; if you're ready to work, you can easily become a 'DAQ guru' =) (send me just an email).
Maintainers
-
- Manuel Gebele <forensixs@gmx.de>