Difference between revisions of "Main Page"

From sigrok
Jump to navigation Jump to search
m
Line 123: Line 123:
CONTENT =
CONTENT =
<small>
<small>
[http://sigrok.git.sourceforge.net/git/gitweb-index.cgi Browse source code] &middot; [[Protocol decoder HOWTO]] &middot; [[Protocol decoder API]] &middot; [[Formats and structures]] &middot; [[Hardware plugin API]] &middot; [[Input API]] &middot; [[Output API]] &middot; [[GUI design]] &middot; [[TODO]] &middot; [[New trigger specification]]
[http://sigrok.org/gitweb/ Browse source code] &middot; [[Protocol decoder HOWTO]] &middot; [[Protocol decoder API]] &middot; [[Formats and structures]] &middot; [[Hardware plugin API]] &middot; [[Input API]] &middot; [[Output API]] &middot; [[GUI design]] &middot; [[TODO]] &middot; [[New trigger specification]]
</small>
</small>
}}
}}

Revision as of 18:11, 8 October 2012

The sigrok project aims at creating a portable, cross-platform, Free/Libre/Open-Source signal analysis software suite that supports various device types:

It is licensed under the terms of the GNU GPL. Design goals and features include:

  • Broad hardware support. Supports many different logic analyzers, oscilloscopes, multimeters, data loggers etc. from various vendors.
  • Cross-platform. Works on Linux, Mac OS X, Windows, and FreeBSD (and on x86, ARM, Sparc, PowerPC, ...).
  • Scriptable protocol decoding. Extendable with stackable protocol decoders written in Python 3.
  • File format support. Supports various input/output file formats (binary, ASCII, hex, CSV, gnuplot, VCD, ...).
  • Reusable code. Consists of the libsigrok and libsigrokdecode shared libraries which can be used by various frontends/GUIs.


IMPORTANT: Unless explicitly specified otherwise, all contents in this wiki (including text and images) are released under the CC-BY-SA 3.0 license. If you don't want that, please explicitly specify another free-ish license when adding pages/images!