]> sigrok.org Git - sigrok-meter.git/blame - README
Move menu to left side, allow acquisition to be paused.
[sigrok-meter.git] / README
CommitLineData
92e09fc0
UH
1-------------------------------------------------------------------------------
2README
3-------------------------------------------------------------------------------
4
5The sigrok project aims at creating a portable, cross-platform,
6Free/Libre/Open-Source signal analysis software suite that supports various
7device types (such as logic analyzers, oscilloscopes, multimeters, and more).
8
d00a3973
UH
9sigrok-meter is a special-purpose GUI for libsigrok (written in Python + Qt)
10which supports certain classes of test & measurement devices that usually
11provide slowly-updating measurement values, such as multimeters or dataloggers.
92e09fc0
UH
12
13It does specifically NOT support logic analyzers, oscilloscopes, and
14mixed-signal oscilloscopes (MSOs).
15
16
17Status
18------
19
20There have been no official tarball releases, yet.
21
22Distro packagers should NOT package this, yet.
23
24
25Requirements
26------------
27
28 - git
d71cb142 29 - Python (2 or 3)
ecb17a05 30 - PyQt4 or PySide
d71cb142 31 (both need at least the QtCore and QtGui components)
f14e08ec 32 - PyQtGraph
7d640512 33 - libsigrok >= 0.4.0 (including the Python bindings)
92e09fc0
UH
34
35
36Building and installing
37-----------------------
38
39In order to get the sigrok-meter source code and build it, run:
40
41 $ git clone git://sigrok.org/sigrok-meter
42 $ cd sigrok-meter
68348e5a 43 $ make
92e09fc0
UH
44 $ ./sigrok-meter
45
46For installing sigrok-meter:
47
48 TODO.
49
50See INSTALL or the following wiki page for more (OS-specific) instructions:
51
52 http://sigrok.org/wiki/Building
53
54
55Copyright and license
56---------------------
57
58sigrok-meter is licensed under the terms of the GNU General Public License
59(GPL), version 3 or later.
60
61While some individual source code files are licensed under the GPLv2+, and
62some files are licensed under the GPLv3+, this doesn't change the fact that
24baa3c6
UH
63the program as a whole is licensed under the terms of the GPLv3+ (e.g. also
64due to the fact that it links against GPLv3+ libraries).
92e09fc0
UH
65
66Please see the individual source files for the full list of copyright holders.
67
68348e5a
JS
68The sigrok logo is licensed under the CC-BY-SA 3.0 license, the icons from the
69Adwaita icon set are dual licenced under CC-BY-SA 3.0 and LGPLv3.
70
92e09fc0 71
d81a7a63
UH
72Mailing list
73------------
92e09fc0
UH
74
75 https://lists.sourceforge.net/lists/listinfo/sigrok-devel
92e09fc0
UH
76
77
78IRC
79---
80
81You can find the sigrok developers in the #sigrok IRC channel on Freenode.
82
83
84Website
85-------
86
87 http://sigrok.org/wiki/Sigrok-meter
88