暫無描述

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

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