Difference between revisions of "Libsigrokdecode"
Jump to navigation
Jump to search
Uwe Hermann (talk | contribs) m (Created page with ''''libsigrokdecode''' is a shared library written in C, which provides (streaming) protocol decoding functionality. The protocol decoders are written in Python (>= 3.0).') |
Uwe Hermann (talk | contribs) m |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:libsigrokdecode}} | |||
'''libsigrokdecode''' is a shared library written in C, which provides (streaming) protocol decoding functionality. | '''libsigrokdecode''' is a shared library written in C, which provides (streaming) protocol decoding functionality. | ||
The [[protocol decoders]] are written in Python (>= 3.0). | The [[protocol decoders]] are written in Python (>= 3.0). | ||
== Getting the code == | |||
$ '''git clone git://sigrok.org/libsigrokdecode''' | |||
You can also [http://sigrok.org/gitweb/?p=libsigrokdecode.git;a=tree browse the source code] via gitweb. | |||
== Distribution packages == | |||
See [[Downloads#Binaries_and_distribution_packages|Downloads]]. | |||
== Building from source == | |||
See the respective OS-specific page, e.g. [[Linux]], [[Windows]], [[Mac OS X]], or [[FreeBSD]]. | |||
__NOTOC__ |
Revision as of 18:37, 16 December 2012
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.