Aucune description

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

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