From: Uwe Hermann Date: Tue, 16 Apr 2013 18:01:18 +0000 (+0200) Subject: Add initial README. X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=92e09fc0157afc5aa272d4368a31f99783c3ceb1;p=sigrok-meter.git Add initial README. --- 92e09fc0157afc5aa272d4368a31f99783c3ceb1 diff --git a/README b/README new file mode 100644 index 0000000..23560ab --- /dev/null +++ b/README @@ -0,0 +1,86 @@ +------------------------------------------------------------------------------- +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 special-purpose GUI for libsigrok (written in Python3, using +PyGObject and GTK+3) 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 >= 3.0 + - PyGObject + - GTK+ >= 3.0 + - libsigrok >= 0.2.0 + + +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 + $ ./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+. + +Please see the individual source files for the full list of copyright holders. + + +Mailing lists +------------- + +There are two mailing lists for sigrok/sigrok-meter: + + https://lists.sourceforge.net/lists/listinfo/sigrok-devel + https://lists.sourceforge.net/lists/listinfo/sigrok-commits + + +IRC +--- + +You can find the sigrok developers in the #sigrok IRC channel on Freenode. + + +Website +------- + + http://sigrok.org/wiki/Sigrok-meter +