1 -------------------------------------------------------------------------------
3 -------------------------------------------------------------------------------
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).
9 libsigrokdecode is a shared library written in C which provides the basic
10 API for running sigrok protocol decoders. The protocol decoders themselves
11 are written in Python.
17 libsigrokdecode is in a usable state and has had official tarball releases.
19 While the API can change from release to release, this will always be
20 properly documented and reflected in the package version number and
21 in the shared library / libtool / .so-file version numbers.
23 However, there are _NO_ guarantees at all for stable APIs in git snapshots!
24 Distro packagers should only use released tarballs (no git snapshots).
30 - git (only needed when building from git)
31 - gcc (>= 4.0) or clang
33 - autoconf >= 2.63 (only needed when building from git)
34 - automake >= 1.11 (only needed when building from git)
35 - libtool (only needed when building from git)
39 - check >= 0.9.4 (optional, only needed to run unit tests)
40 - doxygen (optional, only needed for the C API docs)
41 - graphviz (optional, only needed for the C API docs)
44 Building and installing
45 -----------------------
47 In order to get the libsigrokdecode source code and build it, run:
49 $ git clone git://sigrok.org/libsigrokdecode
55 For installing libsigrokdecode:
59 See INSTALL or the following wiki page for more (OS-specific) instructions:
61 http://sigrok.org/wiki/Building
67 libsigrokdecode is licensed under the terms of the GNU General Public License
68 (GPL), version 3 or later.
70 The protocol decoders (PDs) included in libsigrokdecode are an integral part
71 of the shared library (they are not merely external "plugins", they are not
72 external programs that libsigrokdecode calls via fork/exec, they cannot
73 function standalone without libsigrokdecode at all, the PDs and the rest of
74 the libsigrokdecode codebase share data structures and make function calls
75 to each other). Thus, since the PDs are part of the library, they are also
76 licensed under the terms of the GPLv3+.
78 While some individual source code files are licensed under the GPLv2+, and
79 some files are licensed under the GPLv3+, this doesn't change the fact that
80 the library as a whole is licensed under the terms of the GPLv3+.
82 Please see the individual source files for the full list of copyright holders.
88 https://lists.sourceforge.net/lists/listinfo/sigrok-devel
94 You can find the sigrok developers in the #sigrok IRC channel on Libera.Chat.
100 http://sigrok.org/wiki/Libsigrokdecode