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