Difference between revisions of "Libsigrokdecode"

From sigrok
Jump to navigation Jump to search
m
m
Line 17: Line 17:


See the respective OS-specific page, e.g. [[Linux]], [[Windows]], [[Mac OS X]], or [[FreeBSD]].
See the respective OS-specific page, e.g. [[Linux]], [[Windows]], [[Mac OS X]], or [[FreeBSD]].
== Supported protocol decoders ==
The libsigrokdecode library ships with a collection of various protocol decoders out of the box (but you can write your own too, of course).
See [[Protocol decoders]] for the list of currently supported ones (and others we might support in the future).


__NOTOC__
__NOTOC__

Revision as of 01:53, 30 January 2013

libsigrokdecode is a shared library written in C, which provides (streaming) protocol decoding functionality.

The protocol decoders are written in Python (>= 3.0).

Getting the code

$ git clone git://sigrok.org/libsigrokdecode

You can also browse the source code via gitweb.

Distribution packages

See Downloads.

Building from source

See the respective OS-specific page, e.g. Linux, Windows, Mac OS X, or FreeBSD.

Supported protocol decoders

The libsigrokdecode library ships with a collection of various protocol decoders out of the box (but you can write your own too, of course).

See Protocol decoders for the list of currently supported ones (and others we might support in the future).