Commit Graph
34 Commits
Author SHA1 Message Date
Dimitri Stolnikov e4fef23874 rtlsdr_read_async: buffer length must be multiple of 512 2012-04-22 21:47:00 +02:00
Dimitri Stolnikov 7ba990981b add a note with patch submission information 2012-04-21 21:38:37 +02:00
Dimitri Stolnikov dd68eb2d22 use fixed (smallest possible) bandwidth for FCI tuners
also fixes c&p error pointed out by j-pi@seznam.cz
2012-04-19 23:02:53 +02:00
Dimitri Stolnikov 7651ff1940 change async cancellation mechnism to make it more reliable
- fixes crashes on windows platform while calling rtlsdr_close()
- makes it possible to restart async reads after cancellation
2012-04-11 00:27:49 +02:00
Dimitri Stolnikov f5f92ae3fa exit gracefully on SIGPIPE
this will properly free all the used memory when working with a pipe and
closing the other end (think of GRC)
2012-04-09 18:14:39 +02:00
Dimitri Stolnikov 20313516cc disable bulk read timeouts
ideally, we should calculate them depending on the configured sample
rate
2012-04-09 00:27:15 +02:00
Dimitri Stolnikov 1eb1c3e191 new api: rtlsdr_read_async function allows to specify buffer size
this commit deprecates rtlsdr_wait_async function
various small fixes are included in this commit
2012-04-08 23:02:42 +02:00
Dimitri Stolnikov 554e1b62f2 fix mailing list address 2012-04-08 13:24:12 +02:00
Dimitri Stolnikov 2b0d5963b7 print out exact sample rate only if needed 2012-04-07 00:04:15 +02:00
Dimitri Stolnikov df4991bc19 do not use NULL usb contexts to make libusb-pbatard work on windows 2012-04-06 13:47:45 +02:00
Dimitri StolnikovandSteve Markgraf d2355cfd91 install utility as well
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-03 20:18:24 +02:00
Dimitri StolnikovandSteve Markgraf f13cf0e56c adjust project slogan
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-03 20:18:20 +02:00
Dimitri StolnikovandSteve Markgraf 9773ac0b83 define LIBUSB_CALL if not available with old libusb
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-03 20:18:15 +02:00
Dimitri StolnikovandSteve Markgraf b38414c15a add copyright notices
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-03 20:18:08 +02:00
Dimitri Stolnikov 9a4f4991a0 force same library filename for static and
shared variants of the library on !WIN32
platforms
2012-04-03 00:51:15 +02:00
Dimitri Stolnikov 01775f0e85 use unique libusb context per rtl
device

this commit breaks rtlsdr_open()
interface
2012-04-03 00:50:47 +02:00
Dimitri Stolnikov 2115949bb3 use different library names for
static/shared variants
2012-04-02 23:23:51 +02:00
Dimitri Stolnikov 39482fee74 introduce asynchronous streaming interface
this is an experimental feature
2012-04-02 23:09:14 +02:00
Dimitri Stolnikov 030c787cfa cmake & autotools fixes from previous commit 2012-04-02 21:42:24 +02:00
Dimitri Stolnikov 4c3a5f7397 consolidated function defs and impls 2012-04-01 22:44:07 +02:00
Dimitri Stolnikov e22c8a8378 fix type definition in library
interface

sorry mom! :P
2012-04-01 22:35:52 +02:00
Dimitri Stolnikov 6322c9343d add preliminary cmake build system 2012-04-01 16:52:41 +02:00
Dimitri Stolnikov c5a6fe2452 add Terratec NOXON rev 2 support 2012-04-01 15:35:06 +02:00
Dimitri Stolnikov 9d15dc565a handle init/exit functions calling
automatically inside the library
2012-04-01 13:06:22 +02:00
Dimitri Stolnikov 46acfaebd2 rework on autotools handling of
private headers
2012-04-01 12:40:51 +02:00
Dimitri Stolnikov 4ad93906a4 add skeleton routines for setting tuner gain 2012-04-01 01:36:49 +02:00
Dimitri Stolnikov 2f20f6fe9e add argument check for device handle
also outputs all text to stderr
implement rate and frequency read functions
2012-04-01 01:15:05 +02:00
Dimitri Stolnikov c09fbb7c57 fix reading from usb by resetting the
buffers as required
2012-03-31 16:20:38 +02:00
Dimitri Stolnikov 542533c229 ignore autotools generated files 2012-03-27 22:14:23 +02:00
Dimitri Stolnikov 001bfb96ef add autotools based build system 2012-03-27 20:53:49 +02:00
Dimitri Stolnikov 37bb5ca069 add .gitignore 2012-03-27 19:50:05 +02:00
Dimitri Stolnikov d8da91cbc2 rework towards a library interface 2012-03-27 19:49:44 +02:00
Dimitri Stolnikov 40669a5a0a add udev rule for the Twintech UT-40 2012-03-24 22:23:04 +01:00
Dimitri Stolnikov 9657dc1203 add udev rules for known devices 2012-03-24 19:47:16 +01:00