Wykres commitów

113 Commity (efd05adf88481d35b148e81766f3fa6b6331204f)

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
dgiardini 252f33b128
Missing colon for "t" parameter added 2018-07-26 15:25:07 -03:00
dgiardini b93f9f3cc1 Merge pull request #12 from v15n/fix-decimation-filter
fixed shifting of filter history in fifth_order()
2017-04-29 20:53:04 -03: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 0b456b52e0 Merge pull request #11 from rhaamo/fix_includes
Fix run on 64bit
2017-03-27 16:35:57 -03:00
Dashie 0726fd38dc
Fix missing includes 2017-03-27 16:49:53 +02:00
dgiardini e262cb526d spurious character supressed 2016-08-30 11:49:17 -03:00
dgiardini 671ac02b3f Some missing strings re-added. 2016-08-18 18:42:42 -03: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 c8a2579b9a Avid duplicated messages to console 2016-08-18 14:52:48 -03:00
dgiardini b2dbee5ea4 Avoid duplicatd messages to console 2016-08-18 14:48:38 -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
dgiardini 28e6a291ee Add again missing arguments "T" and "t" 2016-06-02 20:06:20 -03:00
dgiardini a208b5f38f Merge pull request #10 from seandepagnier/master
support rtl_ais as library
2016-06-02 20:04:20 -03:00
Sean D'Epagnier 356854ecbd Merge branch 'master' of github.com:seandepagnier/rtl-sdr-misc
Conflicts:
	heatmap/heatmap.py
2016-06-02 15:58:07 -04: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 95410e7e1c Clean Windows rtl_ais.exe too 2016-05-14 20:24:30 -03:00
dgiardini b873b74e68 Bugs fixed for Windows
- WSAStartup() added; the socket can't be opened on Windows whitout this.
- Mutex inited, the program doesn't crash anymore on every new connection.
- Use closesocket() intedad close() for sockets. Function close() is useles for sockets on Windows becasue remains open.Fixed.
- Tested and working with OpenCPN
2016-05-14 20:18:52 -03:00
dgiardini 65f8d417a5 Fix CLOSE_WAIT in special caces
- Solved conflict made by myself
- Add Peter's changes again
- Keep portable on windows
2016-05-14 11:38:03 -03:00
dgiardini 51237add54 Merge pull request #9 from dgiardini/revert-8-patch-8
Revert "Fix CLOSE_WAIT in special caces"-
2016-05-14 11:21:56 -03:00
dgiardini 1dd95d261d Merge pull request #7 from klapligehesten/patch-5
removed libtcp_listener.a linking is static.
2016-05-14 11:21:38 -03:00
dgiardini 06ce5221eb Revert "Fix CLOSE_WAIT in special caces" 2016-05-14 11:03:04 -03:00
dgiardini e1387eae00 Merge pull request #8 from klapligehesten/patch-8
Fix CLOSE_WAIT in special caces
2016-05-14 11:02:28 -03:00
Peter Schultz b200d7ae4d Fix CLOSE_WAIT in special caces 2016-05-12 22:22:57 +02:00
Peter Schultz 828dfcb61a removed libtcp_listener.a linking is static. 2016-05-12 09:43:35 +02:00
dgiardini 54096446bf Update README 2016-05-10 19:08:01 -03:00
dgiardini 3e982c3b3c Update README 2016-05-10 19:07:34 -03:00
dgiardini bfd2e69840 Add tcplistener to makefile 2016-05-10 19:01:09 -03:00
dgiardini 2a0a7400d1 Correct getopt param 2016-05-10 18:59:27 -03:00
dgiardini 8e4cd047e1 Update tcp_listener.c 2016-05-10 18:57:23 -03:00
dgiardini e8d2f37af2 Merge pull request #4 from klapligehesten/klapligehesten-patch-1
Klapligehesten patch 1
2016-05-10 18:19:53 -03:00
Peter Schultz deba4a20ec Update README 2016-05-10 22:43:41 +02:00
Peter Schultz c4afe3fcdb Update README 2016-05-10 22:36:09 +02:00
Peter Schultz 95e30119c4 Create README 2016-05-10 22:16:15 +02:00
Peter Schultz c0a521c8e7 Add files via upload
Use tcp listener service insted of udp.
These files are compiles into a library and a tcp server has the advantage that more clients can access AIS data from the same server.
The tcp_listener is tested under raspbian jessie on a raspberry pi with 5 concurrent connections.
TODO: Fix to run under OSX and Windows.
2016-05-10 22:09:48 +02:00
Peter Schultz 59f5577504 Create Makefile
Makefile.
TODO: Has to be included in rtl-ais Makefile
2016-05-10 22:03:55 +02:00
klapligehesten ebb5002cea Add files via upload 2016-05-10 21:48:34 +02:00
klapligehesten 8c2b9d3bcb Add files via upload 2016-05-10 21:47:20 +02:00
Kyle Keen 28d008e5c1 heatmap: typo 2016-04-13 13:26:30 -04:00
devnulling 8bd6b78fc2 heatmap: selectable palettes 2016-04-13 11:38:27 -04:00
Kyle Keen 98b662c4f7 heatmap: halfway cleaned up 2016-04-13 11:22:14 -04:00
Kyle Keen 6a22cf76bd heatmap: palette overhaul 2015-11-30 00:29:45 -05:00
dgiardini 5a03d35056 Create TODO 2015-07-27 10:37:08 -03:00
dgiardini b805be0164 Merge pull request #3 from Odyno/osx_makefile
Small fix for OSX compilation
2015-07-22 17:57:05 -03:00
Alessandro Staniscia 8d4c4a0c99 small fix for OSX compilation 2015-07-22 21:39:21 +02:00
dgiardini 5dd3f746ab typo fixed 2015-07-14 14:57:52 -03:00
dgiardini 741578cdeb Update README 2015-07-14 14:56:58 -03:00