Wykres commitów

13 Commity (master)

Autor SHA1 Wiadomość Data
Bertold Van den Bergh efd05adf88 Add command line option to output packet timing information 2019-02-16 03:14:51 +01:00
Vincent Arkesteijn a2a8e7818c fixed shifting of filter history in fifth_order()
fifth_order() filters and decimates by two, and therefore always shifts
by two input samples for every output sample. However, for the first
output sample, it shifted the state from the previous call to
fifth_order() by only one input sample, and it never used the last
sample in its input buffer.
2017-04-27 15:10:52 +02:00
dgiardini 8d21c8d21d init dc_avg=0; now starts receiving messages inmediatly. More init missing options fixed 2016-08-18 18:01:48 -03:00
dgiardini dcbdb7f125 Change pthread_join() for pthread detach(); or can't be stopped using Ctrl^C on Linux 2016-08-18 15:24:55 -03:00
dgiardini 5aba6c6efa Initialize config->seconds_for_decoder_stats=0 2016-08-17 00:11:04 -03:00
dgiardini 6c98544350 Use internal aisdecoder by default 2016-07-02 12:55:33 -03:00
dgiardini ce6bccef49 Fix: Dongle_freq and dongle_rate are local 2016-06-02 20:08:49 -03:00
Sean D'Epagnier a54ab00723 initial support for using rtl_ais as a library
This is implemented and used in the rtlsdr_pi opencpn plugin
The send tcp, and library queues should be combined and code shared
the aisdecoder should be encapsulated with a context like rtl_ais
to allow for multiple interfaces to work in the same process
2016-06-02 15:54:51 -04:00
dgiardini 2a0a7400d1 Correct getopt param 2016-05-10 18:59:27 -03:00
klapligehesten ebb5002cea Add files via upload 2016-05-10 21:48:34 +02:00
dgiardini 5dd3f746ab typo fixed 2015-07-14 14:57:52 -03:00
Nuno Goncalves c6cf5e7798 Remove libusb.h include
libusb.h is not called directly

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-07-12 01:14:55 +01:00
Nuno Goncalves 8151c6757e Clean tree
Removes all unrelated files.

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-07-12 00:46:30 +01:00