Keine Beschreibung

Uwe Hermann 8f54ac8be1 Doxyfile/Doxyfile_internal: Bump version number to 0.3.0. vor 10 Jahren
bindings 3f239f0803 Rename various *PROBE* macros to *CHANNEL*. vor 10 Jahren
contrib 00910580bb la8: Add support for the ChronoVu LA16. vor 10 Jahren
hardware 05238d2830 rigol-ds: Quick hack to fix bug #354. vor 10 Jahren
input 4711724141 Add/update Doxygen @since tags. vor 10 Jahren
output 4711724141 Add/update Doxygen @since tags. vor 10 Jahren
tests fca75cbb74 A few more random 'probe' to 'channel' changes. vor 10 Jahren
.gitignore 1458018224 .gitignore: Add test-suite.log. vor 10 Jahren
AUTHORS 898c562fd3 autotools: Don't use "foreign" option. vor 12 Jahren
COPYING 826938d81e sr/srd: Move some files to their resp. dirs. vor 13 Jahren
Doxyfile 8f54ac8be1 Doxyfile/Doxyfile_internal: Bump version number to 0.3.0. vor 10 Jahren
Doxyfile_internal 8f54ac8be1 Doxyfile/Doxyfile_internal: Bump version number to 0.3.0. vor 10 Jahren
HACKING ef1020f9cb HACKING: Updates, some additions. vor 11 Jahren
Makefile.am 8c21897f59 Unhook the Link Instruments MSO-19 from the build for now. vor 10 Jahren
NEWS 8f8289dc1d NEWS: Add list of user-visible changes so far. vor 10 Jahren
README a9af7b1b8b README: Mention missing dependency 'librevisa'. vor 10 Jahren
README.devices 8c21897f59 Unhook the Link Instruments MSO-19 from the build for now. vor 10 Jahren
autogen.sh 50985c2019 GPL headers: Use correct project name. vor 11 Jahren
backend.c 2ad1deb89d Don't include LOG_PREFIX in the Doxygen output. vor 10 Jahren
configure.ac 4133caab1d configure.ac: Bump package version to 0.3.0. vor 10 Jahren
device.c 4711724141 Add/update Doxygen @since tags. vor 10 Jahren
error.c 660e398fe9 Replace 'probe group' with 'channel group' everywhere. vor 10 Jahren
hwdriver.c ace218f922 Rename SR_T_CHAR to SR_T_STRING. vor 10 Jahren
libsigrok-internal.h 144f6660d0 Don't define names ending with _t (POSIX reserved). vor 10 Jahren
libsigrok.h ace218f922 Rename SR_T_CHAR to SR_T_STRING. vor 10 Jahren
libsigrok.pc.in ee8ddd8f5a Always link against the math library. vor 11 Jahren
log.c f897acaee8 log.c: Avoid using the same name for a variable and enum. vor 10 Jahren
proto.h 144f6660d0 Don't define names ending with _t (POSIX reserved). vor 10 Jahren
session.c 4711724141 Add/update Doxygen @since tags. vor 10 Jahren
session_driver.c fca75cbb74 A few more random 'probe' to 'channel' changes. vor 10 Jahren
session_file.c 4711724141 Add/update Doxygen @since tags. vor 10 Jahren
std.c 144f6660d0 Don't define names ending with _t (POSIX reserved). vor 10 Jahren
strutil.c 4711724141 Add/update Doxygen @since tags. vor 10 Jahren
version.c 50985c2019 GPL headers: Use correct project name. vor 11 Jahren
version.h.in 50985c2019 GPL headers: Use correct project name. vor 11 Jahren

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).

libsigrok is a shared library written in C which provides the basic API
for talking to hardware and reading/writing the acquired data into various
input/output file formats.


Status
------

libsigrok is in a usable state and has had official tarball releases.

While the API can change from release to release, this will always be
properly documented and reflected in the package version number and
in the shared library / libtool / .so-file version numbers.

However, there are _NO_ guarantees at all for stable APIs in git snapshots!
Distro packagers should only use released tarballs (no git snapshots).


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

- git
- gcc (>= 4.0)
- make
- autoconf >= 2.63
- automake >= 1.11
- libtool
- pkg-config >= 0.22
- libglib >= 2.32.0
- libzip >= 0.10
- libserialport >= 0.1.0 (optional, used by some drivers)
- librevisa >= 0.0.20130812 (optional, used by some drivers)
- libusb-1.0 >= 1.0.16 (optional, used by some drivers)
- libftdi >= 0.16 (optional, used by some drivers)
- check >= 0.9.4 (optional, only needed to run unit tests)


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

In order to get the libsigrok source code and build it, run:

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

For installing libsigrok:

$ make install

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

http://sigrok.org/wiki/Building


Device-specific issues
----------------------

Please check README.devices for some notes and hints about device- or
driver-specific issues to be aware of.


Firmware
--------

Some devices supported by libsigrok need a firmware to be uploaded before the
device can be used. See README.devices for details.


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

libsigrok 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 library 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/libsigrok:

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/Libsigrok