Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imrehg/xoscope
re-repo of xoscope, for my hacking needs
https://github.com/imrehg/xoscope
Last synced: 12 days ago
JSON representation
re-repo of xoscope, for my hacking needs
- Host: GitHub
- URL: https://github.com/imrehg/xoscope
- Owner: imrehg
- License: gpl-2.0
- Created: 2009-07-16T03:30:13.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2020-09-19T21:41:29.000Z (about 4 years ago)
- Last Synced: 2024-04-08T17:42:37.451Z (8 months ago)
- Language: C++
- Homepage: http://xoscope.sourceforge.net/
- Size: 493 KB
- Stars: 10
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
xoscope - Digital Oscilloscope via Sound Card/COMEDI
Latest official version and more is available at:
http://xoscope.sourceforge.net/
SUMMARY:
xoscope is a digital oscilloscope that uses a sound card (via ALSA or
EsounD) and/or a data acquisition card (via COMEDI) as the signal
input.WHAT YOU NEED:
A modern Linux distribution should be able to build xoscope from
source.* You will need GTK+ 2 (version 2.18 or newer).
* You will need the gtkdatabox library. For best visual results, you
may wish to use the version from the xoscope git repository.* You will need the fftw library.
* You will need (optionally) the ALSA, ESD, or COMEDI libraries. If
any (or all) of these libraries are absent, xoscope will build
without that library's input capability.INSTALLATION:
* ./configure
* make
* make install
USAGE:
Please see the man page for instructions on how to use xoscope. Also
use the option `-h' to show command-line options, and the `?' key to
show the key help. If you're interested in doing advanced signal math
at run-time, see the Perl function help under the Channel/Math menu.EXTRA:
If you like to build things, the hardware/ directory contains plans
for a buffer circuit to interface electronics to a sound card.