Difference between revisions of "Main Page"

From sigrok
Jump to navigation Jump to search
(Replaced content with 'Welcome!')
(Copy from flosslogic, will fix.)
Line 1: Line 1:
Welcome!
[[File:Flosslogic linux.png|right|thumb|Linux]]
[[File:Flosslogic macosx.png|right|thumb|Mac OS X]]
[[File:Flosslogic windows.png|right|thumb|Windows]]
 
<div style="margin-top:0.5em; margin-bottom:0.5em; padding:0.5em 0.5em 0.5em 0.5em; background-color:#cfdfff; align:right; border:1px solid #aabbcc;">
The '''sigrok''' project aims at creating a portable, cross-platform, Free/Libre/Open-Source (floss) logic analyzer software that supports various (usually USB-based) logic analyzer hardware products. The code is licensed under the terms of the '''GNU GPL, version 2 or later'''.
</div>
 
== Design goals ==
 
* '''Hardware support'''. Supports a wide variety of logic analyzer hardware from various vendors with different capabilities.
* '''Cross-platform'''. Works on [[Linux]]/[[Mac OS X]]/[[Windows]]/etc. and on x86/ARM/Sparc/PowerPC/etc.
* '''Scriptable'''. Extendable with protocol decoders written in Lua.
* '''Format support'''. Supports various input and output formats (raw, CSV, gnuplot, VCD, others).
 
== Download ==
 
$ '''git clone git://flosslogic.git.sourceforge.net/gitroot/flosslogic/flosslogic'''
 
== Supported hardware ==
 
<gallery>
File:Cwav usbee sx.jpg|<small>'''CWAV USBee SX'''<br />(partially supported)</small>
File:Braintechnology usb lps.jpg|<small>'''Braintechnology USB-LPS'''<br />(partially supported)</small>
File:Saleae logic.jpg|<small>'''Saleae Logic'''<br />(work in progress)</small>
File:Open workbench logic sniffer.jpg|<small>'''Open Workbench Logic Sniffer''' (planned)</small>
</gallery>
 
== Documentation ==
 
* [[Design]], [[Library]], [[Command-line]], [[GUI]]
* Mailing lists: [https://lists.sourceforge.net/lists/listinfo/flosslogic-devel flosslogic-devel], [https://lists.sourceforge.net/lists/listinfo/flosslogic-users flosslogic-users], [https://lists.sourceforge.net/lists/listinfo/flosslogic-commits flosslogic-commits]
* IRC: '''#flosslogic''' on Freenode.
 
 
----
 
'''IMPORTANT: Please note that (unless explicitly specified otherwise) all contents in this wiki (including text and images) are released to the <span style="color:red">public domain</span>. If you don't want that, please explicitly specify another free-ish license when adding pages or images to the wiki!'''
 
__NOTOC__
__NOEDITSECTION__

Revision as of 19:22, 14 March 2010

The sigrok project aims at creating a portable, cross-platform, Free/Libre/Open-Source (floss) logic analyzer software that supports various (usually USB-based) logic analyzer hardware products. The code is licensed under the terms of the GNU GPL, version 2 or later.

Design goals

  • Hardware support. Supports a wide variety of logic analyzer hardware from various vendors with different capabilities.
  • Cross-platform. Works on Linux/Mac OS X/Windows/etc. and on x86/ARM/Sparc/PowerPC/etc.
  • Scriptable. Extendable with protocol decoders written in Lua.
  • Format support. Supports various input and output formats (raw, CSV, gnuplot, VCD, others).

Download

$ git clone git://flosslogic.git.sourceforge.net/gitroot/flosslogic/flosslogic

Supported hardware

Documentation



IMPORTANT: Please note that (unless explicitly specified otherwise) all contents in this wiki (including text and images) are released to the public domain. If you don't want that, please explicitly specify another free-ish license when adding pages or images to the wiki!