Difference between revisions of "Main Page"
Uwe Hermann (talk | contribs) m |
Uwe Hermann (talk | contribs) 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]] ( | * '''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]] · [http://sigrok.org/api/index.html API docs] ([http://sigrok.org/api/libserialport/unstable/index.html sp] · [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] · [http://sigrok.org/api/libsigrokdecode/unstable/index.html srd]) · [http://sigrok.org/gitweb/ Browse source code] · [http://sigrok.org/bugzilla/ Bug tracker] · [[Protocol decoder HOWTO]] · [[Protocol decoder API]] · [[Formats and structures]] · [[Hardware driver API]] · [[Portability]] · [[TODO]] | [[Developers]] · [[Roadmap]] · [http://sigrok.org/api/index.html API docs] ([http://sigrok.org/api/libserialport/unstable/index.html sp] · [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] · [http://sigrok.org/api/libsigrokdecode/unstable/index.html srd]) · [http://sigrok.org/gitweb/ Browse source code] · [http://sigrok.org/bugzilla/ Bug tracker] · [[Protocol decoder HOWTO]] · [[Protocol decoder API]] · [[Formats and structures]] · [[Hardware driver API]] · [[Portability]] · [[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!
|