Нема описа

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