Difference between revisions of "Sigrok-meter"
Jump to navigation
Jump to search
(Added link to projects gitweb page) |
Uwe Hermann (talk | contribs) |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:sigrok-meter}} | {{DISPLAYTITLE:sigrok-meter}} | ||
[[File:Sigrok-meter-alpha.png| | [[File:Sigrok-meter-alpha.png|thumb|right|sigrok-meter (multiple devices)]] | ||
'''sigrok-meter''' is a special-purpose GUI for [[libsigrok]] (written in Python 3, using Qt and the libsigrok Python bindings) which supports certain classes of test & measurement devices that usually provide slowly-updating measurement values, such as multimeters (DMMs) or dataloggers. | '''sigrok-meter''' is a special-purpose GUI for [[libsigrok]] (written in Python 3, using Qt and the libsigrok Python bindings) which supports certain classes of test & measurement devices that usually provide slowly-updating measurement values, such as multimeters (DMMs) or dataloggers. | ||
It does specifically | It does specifically '''not''' support logic analyzers, oscilloscopes, and mixed-signal oscilloscopes (MSOs). | ||
<div style="background-color:#ff6666"> | <div style="background-color:#ff6666"> | ||
Line 15: | Line 15: | ||
Distro packagers should '''not''' package this, yet. | Distro packagers should '''not''' package this, yet. | ||
== Requirements == | |||
* git | |||
* Python (2 or 3) | |||
* PyQt4 or PySide (both need at least the QtCore and QtGui components) | |||
* libsigrok >= 0.3.0 (including the Python bindings) | |||
== Download == | == Download == | ||
$ git clone git://sigrok.org/sigrok-meter | $ git clone git://sigrok.org/sigrok-meter | ||
You can also [http://sigrok.org/gitweb/?p=sigrok-meter.git;a=tree browse the source code] via gitweb. |
Revision as of 10:50, 21 November 2014
sigrok-meter is a special-purpose GUI for libsigrok (written in Python 3, using Qt and the libsigrok Python bindings) which supports certain classes of test & measurement devices that usually provide slowly-updating measurement values, such as multimeters (DMMs) or dataloggers.
It does specifically not support logic analyzers, oscilloscopes, and mixed-signal oscilloscopes (MSOs).
NOTE: sigrok-meter is work in progress and is not yet suitable for everyday use!
Status
There have been no official tarball releases, yet.
Distro packagers should not package this, yet.
Requirements
- git
- Python (2 or 3)
- PyQt4 or PySide (both need at least the QtCore and QtGui components)
- libsigrok >= 0.3.0 (including the Python bindings)
Download
$ git clone git://sigrok.org/sigrok-meter
You can also browse the source code via gitweb.