This project is a fork of the libsigrokdecode.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/libsigrokdecode.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptiongsi's contribution to libsigrokdecode
ownerGerhard.Sittig@gmx.net
last changeMon, 23 Oct 2023 20:29:16 +0000 (23 22:29 +0200)
content tags
add:
README
-------------------------------------------------------------------------------
README
-------------------------------------------------------------------------------

The sigrok project aims at creating a portable, cross-platform,
Free/Libre/Open-Source signal analysis software suite that supports various
device types (such as logic analyzers, oscilloscopes, multimeters, and more).

libsigrokdecode is a shared library written in C which provides the basic
API for running sigrok protocol decoders. The protocol decoders themselves
are written in Python.


Status
------

libsigrokdecode is in a usable state and has had official tarball releases.

While the API can change from release to release, this will always be
properly documented and reflected in the package version number and
in the shared library / libtool / .so-file version numbers.

However, there are _NO_ guarantees at all for stable APIs in git snapshots!
Distro packagers should only use released tarballs (no git snapshots).


Requirements
------------

 - git (only needed when building from git)
 - gcc (>= 4.0) or clang
 - make
 - autoconf >= 2.63 (only needed when building from git)
 - automake >= 1.11 (only needed when building from git)
 - libtool (only needed when building from git)
 - pkg-config >= 0.22
 - libglib >= 2.34
 - Python >= 3.2
 - check >= 0.9.4 (optional, only needed to run unit tests)
 - doxygen (optional, only needed for the C API docs)
 - graphviz (optional, only needed for the C API docs)


Building and installing
-----------------------

In order to get the libsigrokdecode source code and build it, run:

 $ git clone git://sigrok.org/libsigrokdecode
 $ cd libsigrokdecode
 $ ./autogen.sh
 $ ./configure
 $ make

For installing libsigrokdecode:

 $ make install

See INSTALL or the following wiki page for more (OS-specific) instructions:

 http://sigrok.org/wiki/Building


Copyright and license
---------------------

libsigrokdecode is licensed under the terms of the GNU General Public License
(GPL), version 3 or later.

The protocol decoders (PDs) included in libsigrokdecode are an integral part
of the shared library (they are not merely external "plugins", they are not
external programs that libsigrokdecode calls via fork/exec, they cannot
function standalone without libsigrokdecode at all, the PDs and the rest of
the libsigrokdecode codebase share data structures and make function calls
to each other). Thus, since the PDs are part of the library, they are also
licensed under the terms of the GPLv3+.

While some individual source code files are licensed under the GPLv2+, and
some files are licensed under the GPLv3+, this doesn't change the fact that
the library as a whole is licensed under the terms of the GPLv3+.

Please see the individual source files for the full list of copyright holders.


Mailing list
------------

 https://lists.sourceforge.net/lists/listinfo/sigrok-devel


IRC
---

You can find the sigrok developers in the #sigrok IRC channel on Libera.Chat.


Website
-------

 http://sigrok.org/wiki/Libsigrokdecode
shortlog
2023-10-23 Sascha Silbesrd: drop deprecated PyEval_InitThreads() on Python... master
2023-10-14 fenugrecspiflash: add MX25L8006 device type
2023-07-30 Gerhard Sittigsae_j1850_vpw: rewrite decoder to improve usability...
2023-07-30 Gerhard Sittigrgb_led_spi: adjust decoder implementation's Python...
2023-07-29 Gerhard Sittigrgb_led_ws281x: default to RGB[W] annotation text order
2023-07-29 Gerhard Sittigrgb_led_ws281x: emit annotations for individual colour...
2023-07-29 Gerhard Sittigrgb_led_ws281x: add developer comments, link to chip...
2023-07-29 Gerhard Sittigrgb_led_ws281x: support more colour component orders...
2023-07-29 Gerhard Sittigrgb_led_ws281x: rework the .decode() main loop, improve...
2023-07-29 Gerhard Sittigrgb_led_ws281x: refactor bit/bits handling, use more...
2023-07-29 Gerhard Sittigrgb_led_ws281x: rephrase .put() calls for readability
2023-07-29 Gerhard Sittigrgb_led_ws281x: use symbolic names for annotation classes
2023-07-29 Gerhard Sittignes_gamepad: adjust Python style of decoder implementation
2023-07-18 Gerhard Sittigi2c: rephrase state machine, eliminate text matching
2023-07-18 Gerhard Sittigi2c: concentrate sample number and value getting in...
2023-07-18 Gerhard Sittigi2c: also shift first address byte for 10bit slave...
...
tags
8 years ago libsigrokdecode-0.4.0 libsigrokdecode-0.4.0 release
9 years ago libsigrokdecode-0.3.1 libsigrokdecode 0.3.1 release
10 years ago libsigrokdecode-0.3.0 libsigrokdecode 0.3.0 release
11 years ago libsigrokdecode-0.2.0 libsigrokdecode 0.2.0 release
11 years ago libsigrokdecode-0.1.1 libsigrokdecode 0.1.1 release
12 years ago libsigrokdecode-0.1.0 libsigrokdecode 0.1.0 release
heads
12 months ago master
22 months ago adf435x-le-edge-v3
2 years ago hack/irmp-locking
4 years ago pr/srd-15-modbus-longaddr
4 years ago wip/xt200-433mhz-v0
4 years ago wip/uart-enum-etal-v02
4 years ago wip/uart-enum-etal-v0
4 years ago text-line-helper-v1
4 years ago wip/log-cb-get-v3
4 years ago wip/can-idle-reset-v2
5 years ago wip/can-idle-reset
5 years ago wip/uart-stop-ann-pos-v1
6 years ago hack/pd-reset-v10
6 years ago srd-format-nits
6 years ago hack/pd-uart-rework
6 years ago hack/gray-experiment
...