This project is a fork of the sigrok-meter.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/sigrok-meter.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptiongsi's contribution to sigrok-meter
ownerGerhard.Sittig@gmx.net
last changeWed, 16 Jun 2021 20:03:36 +0000 (16 22:03 +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-meter is a special-purpose GUI for libsigrok (written in Python + Qt)
which supports certain classes of test & measurement devices that usually
provide slowly-updating measurement values, such as multimeters or dataloggers.

It does specifically NOT support logic analyzers, oscilloscopes, and
mixed-signal oscilloscopes (MSOs).


Status
------

There have been no official tarball releases, yet.

Distro packagers should NOT package this, yet.


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

 - git
 - Python (2 or 3)
 - PyQt4 or PySide
   (both need at least the QtCore and QtGui components)
 - PyQtGraph
 - libsigrok >= 0.4.0 (including the Python bindings)


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

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

 $ git clone git://sigrok.org/sigrok-meter
 $ cd sigrok-meter
 $ make
 $ ./sigrok-meter

For installing sigrok-meter:

 TODO.

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

 http://sigrok.org/wiki/Building


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

sigrok-meter 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+ (e.g. also
due to the fact that it links against GPLv3+ libraries).

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

The sigrok logo is licensed under the CC-BY-SA 3.0 license, the icons from the
Adwaita icon set are dual licenced under CC-BY-SA 3.0 and LGPLv3.


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-meter
shortlog
2021-06-16 Gerhard Sittigdoc: update IRC reference to Libera.Chatmaster
2017-01-08 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-01-04 Uwe HermannMinor cosmetics and typo fixes.
2015-10-18 Jens SteinhauserHandle a failing import of the sigrok bindings.
2015-10-18 Jens SteinhauserAllow saving the log messages to a file.
2015-10-14 Jens SteinhauserShow log messages in the GUI.
2015-10-13 Jens SteinhauserAllow changing of the recording time.
2015-10-13 Jens SteinhauserSave and restore settings.
2015-10-13 Jens SteinhauserMove menu to left side, allow acquisition to be paused.
2015-10-13 Jens SteinhauserRemove the thread used for sampling.
2015-10-13 Andrew SoknackiFix missing import in qtcompat.
2015-10-13 Andrew SoknackiFix a bug with color picking.
2015-10-06 Jens SteinhauserAdd PySide compatibility.
2015-10-06 Uwe HermannREADME: Bump libsigrok requirement to 0.4.0.
2015-10-06 Uwe HermannREADME: Add PyQtGraph dependency.
2015-10-05 Jens SteinhauserDon't plot values that confuse the graph widget.
...
heads
2 years ago master