[EMAIL PROTECTED] wrote: > I was curious what would be involved in getting gnuradio to run on any > given data acquistion board that already has a linux kernel driver, such > as the United Electronic Industry's Powerdaq boards: > > http://ueidaq.com/products/pci-data-acquisition/pd2-mfs/ > > We have a number of these in the lab, and I would be interested in using > them in a gnuradio-based oscilloscope type fashion. These boards are > capable of streaming data using the Linux drivers.
On the face of it there doesn't seem to be any reason you couldn't write a C++ GNU Radio source block that interfaces with the Linux driver. But there was no software driver spec available on the page you linked to really say. The complexity of the GNU Radio block is in direct proportion to how complicated they make their streaming interface. -- Johnathan Corgan Corgan Enterprises LLC http://corganenterprises.com _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
