Wykres commitów

6571 Commity (f8dcbaab6667e2bd33ebf2b1110d79e35ea949ae)

Autor SHA1 Wiadomość Data
Edouard Griffiths c5d0a582f4
Merge pull request #698 from f4exb/feature-309
Feature 309
2020-11-09 17:30:03 +01:00
Jon Beniston 330507773c Set reverse API keys. Avoid restarting thread 2020-11-09 16:14:20 +00:00
f4exb b9395219d4 Added ChirpChat demod (2) 2020-11-09 17:14:17 +01:00
Jon Beniston 4fd64d11b3 Fix readme markup 2020-11-09 16:04:13 +00:00
Jon Beniston 00e5a4de34 Add audio sample source plugin 2020-11-09 15:54:35 +00:00
Jon Beniston 599ee2651e Allow volume to be set after start() 2020-11-09 15:52:25 +00:00
f4exb ffd0971020 Updated versions and changelogs 2020-11-09 14:10:17 +01:00
f4exb 00885a48c9 Removed LoRa demod and added ChirpChat demod (1) 2020-11-09 11:35:18 +01:00
f4exb 9024d3f6fa ADS-B: reworked correlation threshold. Added RSSI. Corrected latitude negative shift. Implements #696 2020-11-09 07:28:43 +01:00
f4exb fffac68b7f NFM: updated documentation 2020-11-08 12:34:56 +01:00
f4exb fa68a8ff2b NFM: RF, AF bandwidth and FM deviation independent setting. Implements #691 2020-11-08 12:34:56 +01:00
Edouard Griffiths c5eb6a2eeb
Merge pull request #694 from kasper93/win32
CMake: Add an option to hide console on Windows
2020-11-08 09:49:53 +01:00
Kacper Michajłow 7250240a9f CMake: Add an option to hide console on Windows
Fixes #693
2020-11-08 08:24:15 +01:00
Kacper Michajłow a259f5af5b CMake: Specify targets to not build tools and things we do not need 2020-11-08 08:24:15 +01:00
Kacper Michajłow d315026f37 CMake: Add support for ASAN on MSVC 2020-11-08 08:24:15 +01:00
Edouard Griffiths 465944f671 Merge pull request #673 from kasper93/rtlsdr_sr
RTL-SDR: Adjust sample rate limits
2020-11-07 20:21:44 +01:00
f4exb 1d29db8795 CI: Add docker build 2020-11-07 20:09:45 +01:00
Edouard Griffiths a47416041f
Merge pull request #690 from kasper93/rf_filter
NFMDemod: Add RF filter for freq deviation
2020-11-07 18:09:23 +01:00
Edouard Griffiths 35b7f741eb
Merge pull request #688 from srcejon/adsb_improvements
ADS-B demodulator improvements
2020-11-07 10:40:48 +01:00
Edouard Griffiths d22d2a460d
Merge pull request #686 from kasper93/docker
CI: Add docker build
2020-11-07 08:53:42 +01:00
Kacper Michajłow 35a01df5d1 CMake: Produce compile commands on supported generators 2020-11-07 07:00:27 +01:00
Kacper Michajłow 786640ee1f NFMDemod: Add RF filter for freq deviation
- Run CTCSS filter with reduced rate to much detection
- Convert tabs to spaces to be consistent in the file
- Fix AF squelch threshold setting after changing SR
2020-11-07 06:59:04 +01:00
Edouard Griffiths 779b8dc391
Now remove on_finish 2020-11-07 05:06:57 +01:00
Edouard Griffiths 8d3d8774a9
Try APPVEYOR_CONSOLE_DISABLE_PTY: true 2020-11-07 04:55:44 +01:00
Edouard Griffiths dce565c611
Try on_finish for BYOC build 2020-11-07 04:42:03 +01:00
Edouard Griffiths ed7971afb8
Use BYOC Linux machine for Docker image build 2020-11-07 02:48:18 +01:00
Edouard Griffiths eea8828943
Merge pull request #687 from kasper93/soapysdr
Package SoapySDR modules
2020-11-07 02:13:33 +01:00
Jon Beniston c2dc5808a6 Only run sink worker thread during acqusition 2020-11-06 22:33:16 +00:00
Jon Beniston a5ce12ffab Crop images to remove large borders 2020-11-06 19:21:58 +00:00
Kacper Michajłow 88ef866edb Package SoapySDR modules 2020-11-06 19:22:46 +01:00
Jon Beniston 8df45826b5 Update images for documentation for ADS-B plugin 2020-11-06 17:22:01 +00:00
Jon Beniston bd3c5343e3 Don't connect twice, as that results in multiple signals being emitted
for each download.
Speed up reading of airport DB.
Fix a few compiler warnings.
2020-11-06 16:42:25 +00:00
Jon Beniston a27226fa06 Fix compilation and link under Linux 2020-11-06 15:54:29 +00:00
Jon Beniston 13db9f4d1a Use header only Boost linking for ADS-B plugin 2020-11-06 15:36:42 +00:00
Jon Beniston e76015f28f Use header only Boost linking for ADS-B plugin 2020-11-06 15:13:34 +00:00
Kacper Michajłow a21c94c355 CI: Add docker build 2020-11-06 15:54:31 +01:00
Jon Beniston 2579417e4d Merge remote-tracking branch 'upstream/master' into adsb_improvements 2020-11-06 13:49:58 +00:00
Jon Beniston 72e4e684e2 ADS-B Demodulator updates.
Add OpenSky Network aircraft database support, for information about
aircraft model, owner, registration.
Add airline logos and country & military flags for display in the table.
Add OurAirports airport database support, to allow airports and ATC
frequencies to be displayed on the map.
Allow ATC frequency to be tuned by clicking on the map.
Add support for displaying flight paths on the map.
Allow columns in table to be rearranged and hidden.
Allow rows in table to be sorted by clicking on header.
Allow switching units from ft, kn, ft/min to m, kph, m/s
Allow aircraft timeout to be set by the user.
Allow font used for the table to be set by the user.
Add optional display of demodulator statistics.
Support multithreading in demodulator to reduce FIFO overflows.
Add support for demodulating all Mode-S frames and feeding them.
Add support for feeding in Beast hex format.
Allow option of correlating against full preamble or partial preamble.
Supporting highlighting of an aircraft in the table by selecting it on
the map.
Use difference of zeros and ones correlation, rather than absolute
threshold, to better account for varying conditions and make the
threshold easier to set.
Enable anti-aliasing for text on the map.
Improve CRC performance by 5x-10x.
Add HttpDownloadManager class to support downloading of files from the
web to disk.
2020-11-06 12:18:55 +00:00
f4exb 556ddaaff6 Updated versions and changelogs 2020-11-06 07:07:23 +01:00
f4exb fec07c0b08 Switched back external/windows to f4exb 2020-11-06 06:13:56 +01:00
f4exb f1cf57bacd NFM: review frequency deviation and NFM demod volume control 2020-11-06 06:08:04 +01:00
f4exb fecbd54a35 Linux package build: do not build server flavor 2020-11-05 20:41:33 +01:00
f4exb 3377fb084b NFM demod: damper discriminator output amplitude by 2 to limit audio loudness 2020-11-05 20:41:33 +01:00
f4exb 41f0fec4f6 sdrbase cmake: restored Boost_INCLUDE_DIRS 2020-11-05 20:41:33 +01:00
f4exb f2bd3e4b84 Downgrade cmake version requirements 2020-11-05 20:41:33 +01:00
Edouard Griffiths b9c0c5ad6a
Merge pull request #685 from AsciiWolf/patch-1
Workaround Flatpak issues on Wayland
2020-11-05 16:48:04 +01:00
AsciiWolf d727abe79e
Workaround Flatpak issues on Wayland 2020-11-05 14:20:50 +01:00
Kacper Michajłow 7ad8c046f2 NFMDemodSink: Fix ctcssOn logic 2020-11-05 00:01:25 +01:00
f4exb 38755e35f1 NFM demod: restored expected FM deviation 2020-11-05 00:00:34 +01:00
Kacper Michajłow 00ba5115f3 NFMDemodSink: Proper audio scaling to 16-bit 2020-11-04 23:32:46 +01:00