descriptioncommand-line frontend for sigrok
homepage URLhttp://sigrok.org
repository URLgit://sigrok.org/sigrok-cli
ownerGerhard.Sittig@gmx.net
last changeSun, 9 Apr 2023 22:19:38 +0000 (10 00:19 +0200)
last refreshSun, 12 May 2024 06:40:06 +0000 (12 08:40 +0200)
content tags
add:
README
-------------------------------------------------------------------------------
README
-------------------------------------------------------------------------------

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

sigrok-cli is a command-line tool written in C, which uses both libsigrok
and libsigrokdecode to provide the basic sigrok functionality from the
command-line. Among other things, it's useful for scripting purposes.


Status
------

sigrok-cli is in a usable state and has had official tarball releases.


Requirements
------------

 - git (only needed when building from git)
 - gcc or clang
 - make
 - autoconf >= 2.63 (only needed when building from git)
 - automake >= 1.11 (only needed when building from git)
 - libtool (only needed when building from git)
 - pkg-config >= 0.22
 - libglib >= 2.32.0
 - libsigrok >= 0.5.0
 - libsigrokdecode >= 0.5.0


Building and installing
-----------------------

In order to get the sigrok-cli source code and build it, run:

 $ git clone git://sigrok.org/sigrok-cli
 $ cd sigrok-cli
 $ ./autogen.sh
 $ ./configure
 $ make

For installing sigrok-cli:

 $ make install

See INSTALL or the following wiki page for more (OS-specific) instructions:

 http://sigrok.org/wiki/Building


Copyright and license
---------------------

sigrok-cli is licensed under the terms of the GNU General Public License
(GPL), version 3 or later.

While some individual source code files are licensed under the GPLv2+, and
some files are licensed under the GPLv3+, this doesn't change the fact that
the program as a whole is licensed under the terms of the GPLv3+.

Please see the individual source files for the full list of copyright holders.


Mailing list
------------

 https://lists.sourceforge.net/lists/listinfo/sigrok-devel


IRC
---

You can find the sigrok developers in the #sigrok IRC channel on Libera.Chat.


Website
-------

 http://sigrok.org/wiki/Sigrok-cli
shortlog
2023-04-09 Gerhard Sittigdoc: update sigrok-cli(1) for channel assignment to... master
2023-04-09 Gerhard Sittigdecode: assign logic channels to PD inputs (by name...
2023-04-09 Gerhard Sittigparsers: optional case insensitive channel name lookup
2023-04-09 Gerhard Sittigdecode: add 'const' decorator in hash item move helper...
2023-02-19 fenugrecHACKING: catch up with libsigrok docs (mem alloc, var...
2022-12-14 Gerhard Sittigmanpage: add environment variables section (firmware...
2022-12-14 Gerhard Sittigmanpage: add --protocol-decoder-jsontrace command line...
2022-10-08 Sergey Spivakdecode: Optionally print annotation class with PD annot...
2022-08-30 Gerhard Sittigparsers: avoid NULL dereference when option strings...
2022-08-16 Gerhard Sittigparsers: use common library code to rename sigrok channels
2022-04-23 Gerhard Sittigparsers: use proper conversion routine for PD option...
2022-04-23 Gerhard Sittiginput: emit diagnostics when file import fails fatally
2022-04-23 Gerhard Sittiginput: minor robustness improvement, close fd leak
2022-04-23 Gerhard Sittiginput: unbreak automatic format detection when reading...
2022-02-22 Gerhard Sittigdoc: update uart decoder options example in sigrok...
2022-02-06 Gerhard Sittigshow: use getter result to determine "current" presence...
...
tags
3 years ago sigrok-cli-0.7.2 sigrok-cli 0.7.2 release
5 years ago sigrok-cli-0.7.1 sigrok-cli 0.7.1 release
5 years ago sigrok-cli-unreleased sigrok-cli unreleased development...
6 years ago sigrok-cli-0.7.0 sigrok-cli 0.7.0 release
8 years ago sigrok-cli-0.6.0 sigrok-cli-0.6.0 release
10 years ago sigrok-cli-0.5.0 sigrok-cli 0.5.0 release
11 years ago sigrok-cli-0.4.0 sigrok-cli 0.4.0 release
11 years ago sigrok-cli-0.3.1 sigrok-cli 0.3.1 release
12 years ago sigrok-cli-0.3.0 sigrok-cli 0.3.0 release
heads
13 months ago master
3 years ago sigrok-cli-0.7.x
8 years ago sigrok-cli-0.6.x
10 years ago sigrok-cli-0.5.x
forks
Cached version (4950s old)
sigrok-cli/gsi.git gsi's contribution to sigrok-cli Gerhard.Sittig@gmx.net 5 months ago