Difference between revisions of "Main Page"

From sigrok
Jump to navigation Jump to search
(4 intermediate revisions by the same user not shown)
Line 7: Line 7:
<small>
<small>
* '''Broad hardware support'''. Supports [[Supported hardware|many different devices]] (logic analyzers, oscilloscopes, multimeters, data loggers etc.) from various vendors.
* '''Broad hardware support'''. Supports [[Supported hardware|many different devices]] (logic analyzers, oscilloscopes, multimeters, data loggers etc.) from various vendors.
* '''Cross-platform'''. Works on [[Linux]], [[Mac OS X]], [[Windows]], [[FreeBSD]], [[OpenBSD]], [[NetBSD]] (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 91: Line 91:
CONTENT =  
CONTENT =  
<small>
<small>
Mailing lists: [https://lists.sourceforge.net/lists/listinfo/sigrok-devel sigrok-devel] ([http://news.gmane.org/gmane.comp.debugging.sigrok.devel archive]), [https://lists.sourceforge.net/lists/listinfo/sigrok-commits sigrok-commits] ([http://sourceforge.net/mailarchive/forum.php?forum_name=sigrok-commits archive]) &middot; IRC: [irc://chat.freenode.net/sigrok #sigrok]
Mailing list: [https://lists.sourceforge.net/lists/listinfo/sigrok-devel sigrok-devel] ([http://news.gmane.org/gmane.comp.debugging.sigrok.devel archive]) &middot; IRC: [irc://chat.freenode.net/sigrok #sigrok]
</small>
</small>
}}
}}
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] &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; [http://sigrok.org/jenkins/ Jenkins] &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 14:33, 29 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!