Difference between revisions of "Main Page"

From sigrok
Jump to navigation Jump to search
m
m
Line 9: Line 9:
* '''Cross-platform'''. Works on [[Linux]], [[Mac OS X]], [[Windows]], [[FreeBSD]], [[OpenBSD]], [[NetBSD]], [[Android]] (and on x86, ARM, Sparc, PowerPC, ...).
* '''Cross-platform'''. Works on [[Linux]], [[Mac OS X]], [[Windows]], [[FreeBSD]], [[OpenBSD]], [[NetBSD]], [[Android]] (and on x86, ARM, Sparc, PowerPC, ...).
* '''Scriptable protocol decoding'''. Extendable with stackable [[protocol decoders]] written in Python 3.
* '''Scriptable protocol decoding'''. Extendable with stackable [[protocol decoders]] written in Python 3.
* '''File format support'''. Supports various [[Input output formats|input/output file formats]] (binary, ASCII, hex, CSV, gnuplot, [http://en.wikipedia.org/wiki/Value_change_dump VCD], ...).
* '''File format support'''. Supports various [[Input output formats|input/output file formats]] (binary, ASCII, hex, CSV, gnuplot, [http://en.wikipedia.org/wiki/Value_change_dump VCD], WAV, ...).
* '''Reusable libraries'''. Consists of the [[libsigrok]] and [[libsigrokdecode]] shared libraries which can be used by various frontends/GUIs.
* '''Reusable libraries'''. Consists of the [[libsigrok]] and [[libsigrokdecode]] shared libraries which can be used by various frontends/GUIs.
* '''Various frontends'''. [[PulseView]] (Qt GUI), [[sigrok-cli]] (command-line), and other frontends all build upon the above libraries.
* '''Various frontends'''. [[PulseView]] (LA GUI), [[sigrok-meter]] (DMM GUI), [[sigrok-cli]] (command-line), and other frontends all build upon the above libraries.
</small>
</small>
</div>
</div>
Line 105: Line 105:
CONTENT =
CONTENT =
<small>
<small>
[[Developers]] &middot; [http://sigrok.org/api/index.html API docs] ([http://sigrok.org/api/libserialport/unstable/index.html sp] &middot; [http://sigrok.org/api/libsigrok/unstable/index.html sr]/[http://sigrok.org/api/libsigrok/unstable/bindings/cxx/index.html cxx]/[http://sigrok.org/api/libsigrok/unstable/bindings/python/index.html py]/[http://sigrok.org/api/libsigrok/unstable/bindings/java/index.html java] &middot; [http://sigrok.org/api/libsigrokdecode/unstable/index.html srd]) &middot; [http://sigrok.org/gitweb/ Browse source code] &middot; [http://sigrok.org/bugzilla/ Bug tracker] &middot; [[Protocol decoder HOWTO]] &middot; [[Protocol decoder API]] &middot; [[Formats and structures]] &middot; [[Hardware driver API]] &middot; [[Portability]] &middot; [[TODO]]
[[Developers]] &middot; [[Roadmap]] &middot; [http://sigrok.org/api/index.html API docs] ([http://sigrok.org/api/libserialport/unstable/index.html sp] &middot; [http://sigrok.org/api/libsigrok/unstable/index.html sr]/[http://sigrok.org/api/libsigrok/unstable/bindings/cxx/index.html cxx]/[http://sigrok.org/api/libsigrok/unstable/bindings/python/index.html py]/[http://sigrok.org/api/libsigrok/unstable/bindings/java/index.html java] &middot; [http://sigrok.org/api/libsigrokdecode/unstable/index.html srd]) &middot; [http://sigrok.org/gitweb/ Browse source code] &middot; [http://sigrok.org/bugzilla/ Bug tracker] &middot; [[Protocol decoder HOWTO]] &middot; [[Protocol decoder API]] &middot; [[Formats and structures]] &middot; [[Hardware driver API]] &middot; [[Portability]] &middot; [[TODO]]
</small>
</small>
}}
}}

Revision as of 17:05, 23 November 2014

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

It is licensed under the terms of the GNU GPL, version 3 or later. Design goals and features include:


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!