Commit Graph

156 Commits

Author SHA1 Message Date
AlexandreRouma
b1030cbdfb Implement #1260 2023-12-27 03:53:43 +01:00
AlexandreRouma
f3c5b2c31f Fixed #1259 2023-12-26 23:10:44 +01:00
AlexandreRouma
2432390600 Completely redid the RDS demod 2023-12-13 23:25:46 +01:00
AlexandreRouma
a824c83848
Update main.cpp 2023-09-13 03:16:12 +02:00
AlexandreRouma
0e50ee0e67
Update main.cpp 2023-09-13 02:51:44 +02:00
theverygaming
6b31134af2 do not play file when samplerate == 0 2023-08-27 13:28:21 +02:00
theverygaming
7b9c01ec73 fixed buffer overflow in file source 2023-08-06 04:02:51 +02:00
AlexandreRouma
3e3846daa1 another fix 2023-06-10 21:17:17 +02:00
AlexandreRouma
aa1fd9e573 enabled perseus-sdr build on windows 2023-06-10 19:24:40 +02:00
AlexandreRouma
528763d10e disabled spectran http sampleFreq autodetection 2023-04-22 00:27:31 +02:00
AlexandreRouma
582aeed640 Added samplerate and center frequency tracking to http spectran source 2023-04-20 08:32:31 +02:00
AlexandreRouma
9c0b57a036 Work on the spectran HTTP source 2023-04-19 02:25:44 +02:00
AlexandreRouma
604f95fd96 Added perseus source (still a bit buggy) 2023-04-14 22:12:13 +02:00
AlexandreRouma
9a3414b847
Made the code more useful to the user
maybe just yeeting out of the start function with no indication to the user is a bad idea?
2023-03-23 23:19:05 +01:00
Sergey Sharybin
90c26f8c1b Fix crash in LimeSDR start when the device is disconnected
This fixes crash when a device which was enumerated on the
application startup gets disconnected prior to the attempt
to start the radio.

The check is done after the existing work around for the
LimeSuite bug. The idea is to give it the best possible
chance for the radio to start.

Possibly, the check needs needs to happen in the second
LMS_Open() but ideally this needs to be verified against
the original workaround scenario.
2023-03-23 22:36:44 +01:00
AlexandreRouma
1e5601e773
Better check
Need to check if a device is actually selected, not just if there is one to select
2023-03-14 22:17:47 +01:00
Sergey Sharybin
ae1fd87f02 Fix crash starting LimeSDR source without device
This change fixes crash when a LimeSDR source is started without
an actual device selected.
2023-03-14 21:37:22 +01:00
AlexandreRouma
314b8bf72d Const correctness fix for optionlist 2023-03-09 15:14:33 +01:00
AlexandreRouma
007761a027 made it a bit cleaner 2023-03-08 19:49:23 +01:00
AlexandreRouma
801f1be6b2 Hopefully a fix for the rfspace SDR-IP 2023-03-08 19:46:14 +01:00
AlexandreRouma
9cc793e328 bugfix 2023-03-08 19:39:15 +01:00
AlexandreRouma
82fd3732a9 hopefully the last fix for android, this is getting annoying 2023-02-25 20:33:03 +01:00
AlexandreRouma
ac875aee3b bugfix macos and android 2023-02-25 19:30:58 +01:00
AlexandreRouma
7723d15e8f Switched to a custom logging lib instead of that spdlog junk 2023-02-25 18:12:34 +01:00
AlexandreRouma
0fedcf8745 Added audio source 2023-02-21 19:38:31 +01:00
AlexandreRouma
13e81c9f6b attempt at enabling the plutosdr in android build 2023-02-18 20:22:29 +01:00
AlexandreRouma
7cfc30ee6e new cmake stuff 2023-02-14 16:25:05 +01:00
AlexandreRouma
a1b6cbb38a Addded label to bandwidth selection of SDRplay Source 2023-02-13 09:38:26 +01:00
AlexandreRouma
bbf0c17cb8
Fixed missing include 2023-02-03 04:23:43 +01:00
AlexandreRouma
7758c40bd7 Added missing files 2023-02-03 02:38:19 +01:00
AlexandreRouma
8a2d0fe56b Recorder bugfix + rewrote RTL-TCP source to use new network lib 2023-02-03 02:38:08 +01:00
AlexandreRouma
66bbc93535 cleanup 2023-01-26 02:54:29 +01:00
AlexandreRouma
ab5d7a73c1 USRP samplerate selection fix attempt 2023-01-21 00:16:31 +01:00
AlexandreRouma
7a1a37fbf6 Fixed broken bandwidth options 2023-01-20 23:43:46 +01:00
AlexandreRouma
a58683f748 Merge branch 'master' of https://github.com/AlexandreRouma/SDRPlusPlus 2023-01-20 17:52:42 +01:00
AlexandreRouma
d020dcc4a3 Added bandwidth and clock selection to USRP source 2023-01-20 17:52:35 +01:00
KentuckyFriedData
d21a6af5a9
Fix wrong target name 2023-01-13 13:05:01 -08:00
AlexandreRouma
b3222003b1 bugfixes 2023-01-13 17:11:16 +01:00
AlexandreRouma
bd99210fd3 more work on the spectran 2022-12-12 00:10:39 +01:00
AlexandreRouma
ea23c44266 More work on the spectran source 2022-12-06 22:28:58 +01:00
AlexandreRouma
fa2e13f3ea more work on the spectran 2022-12-06 20:54:23 +01:00
AlexandreRouma
643d47fe47 stream fixes 2022-12-06 16:10:11 +01:00
Frank Werner-Krippendorf
643cad3581
Update spectran_source CMakeLists.txt 2022-12-06 14:33:18 +01:00
AlexandreRouma
bd854b590e Work on spectran sources 2022-12-06 08:23:58 +01:00
AlexandreRouma
f163e926c7 spectran http source + hermes source cleanup 2022-12-04 02:10:34 +01:00
AlexandreRouma
2ac1a38ea4 bugfix to hermes band filters 2022-11-12 17:17:19 +01:00
AlexandreRouma
1c373e9cdb bunch of bugfix and new features 2022-11-12 02:19:53 +01:00
AlexandreRouma
c4bac3b298 twinrx fix 2022-10-23 21:11:04 +02:00
AlexandreRouma
c72c8d056d fixed USRP channel name bug 2022-10-23 20:11:35 +02:00
AlexandreRouma
d16c08c8b2 random fixes 2022-10-23 17:41:10 +02:00
AlexandreRouma
ebc9911f18 fixes 2022-10-23 16:52:33 +02:00
AlexandreRouma
9ccc14848b USRP source 2022-10-23 16:41:45 +02:00
AlexandreRouma
d4a6ada56e added missing include 2022-10-18 11:43:44 +02:00
AlexandreRouma
a9e8db2a24 cleanup + beginning of hermes source 2022-10-18 11:09:22 +02:00
AlexandreRouma
f49fbd2a73 fixed RSP1A DAB notch 2022-09-25 01:03:06 +02:00
AlexandreRouma
cd71becd8a android fix 2022-09-03 00:38:18 +02:00
AlexandreRouma
72b895fc67 android fixes 2022-09-02 20:08:16 +02:00
AlexandreRouma
14e37b41d4 Now showing the serial number on the RTL-SDR 2022-08-27 00:31:05 +02:00
AlexandreRouma
ad36ede26b hackrf code cleanup 2022-08-27 00:03:46 +02:00
AlexandreRouma
63bb9ad9af Fixed SDRplay FM/MW notch control 2022-07-16 22:42:10 +02:00
AlexandreRouma
277d399e48 fixed limesdr antenna not set on startup and worked around limesuite bug 2022-07-16 02:36:03 +02:00
AlexandreRouma
e03e95cc54 Fixed autostart for networked sources 2022-07-10 18:03:17 +02:00
AlexandreRouma
d3e9ebef72 removed broken SDDC source 2022-07-09 15:54:39 +02:00
AlexandreRouma
7d64d78d67 rollback 2022-06-23 22:25:39 +02:00
AlexandreRouma
fb0e0d732b Attempted cmake cleanup 2022-06-23 22:21:25 +02:00
AlexandreRouma
36adc102ee attemt at a CI build with new DSP 2022-06-17 17:34:23 +02:00
AlexandreRouma
343ec6ca1c lots o shit 2022-06-15 16:08:28 +02:00
AlexandreRouma
b8bc942b84 cmake bugfix 2022-03-30 17:33:47 +02:00
AlexandreRouma
80d244003a
Merge pull request #649 from AlexandreRouma/backend_abstraction
Backend abstraction and android support
2022-03-28 22:27:38 +02:00
AlexandreRouma
842b23b2f4 More UI fixes 2022-03-21 21:35:05 +01:00
AlexandreRouma
81692fa910 More fixes 2022-02-24 21:11:02 +01:00
AlexandreRouma
9bbc50ff3c Fixed issues hopefully 2022-02-24 21:01:51 +01:00
AlexandreRouma
2779516378 Switched to new cleaner argument system 2022-02-24 20:49:53 +01:00
Daniele Forsi
98f4f560ad Fix spelling errors
Fixed with:
codespell --ignore-words-list=hist,parm,sur --skip=./core/src/imgui,./core/src/json.hpp,./core/libcorrect,./core/src/spdlog,./misc_modules/discord_integration/discord-rpc,./misc_modules/discord_integration/discord-rpc/include/rapidjson,./source_modules/sddc_source/src/libsddc
2022-02-20 16:19:05 +01:00
AlexandreRouma
51c940acd4 Updated to ImGui 1.87 to cleanup UI code 2022-02-14 23:33:52 +01:00
AlexandreRouma
e5f3d1672c Backend abstraction + added android support + partial high DPI scaling 2022-02-13 17:25:23 +01:00
AlexandreRouma
3c19081561 Bugfix in sdr++ server source 2022-01-29 17:42:53 +01:00
AlexandreRouma
5e5c575e93 Added SDRplay source to the Raspberry Pi CI 2022-01-29 16:31:59 +01:00
AlexandreRouma
8dcf17bef7 Fixed ever-expanding apply button in sdrplay source 2022-01-29 16:20:45 +01:00
AlexandreRouma
97346e6621
Merge pull request #616 from AlexandreRouma/zstd_compression
Optional ZSTD compression in SDR++ server
2022-01-27 17:29:32 +01:00
AlexandreRouma
a7b0b52da9 Fixed depencies 2022-01-26 20:20:04 +01:00
AlexandreRouma
03f0704dff Switched to ImGui::TextUnfort 2022-01-26 14:50:16 +01:00
AlexandreRouma
4c0220a228 compression 2022-01-26 13:23:55 +01:00
AlexandreRouma
75da59833a Fixed server bug 2022-01-24 01:02:27 +01:00
AlexandreRouma
4c1b50a3ac Major bugfix in server 2022-01-22 02:30:08 +01:00
AlexandreRouma
74b9d13360 SDR++ server beta :) 2022-01-21 20:22:13 +01:00
AlexandreRouma
1185e4e114 Added persistent config for the rfspace source's hostname and port 2022-01-02 19:56:27 +01:00
AlexandreRouma
a58ae2bd98 Added persistent config for RFspace source 2022-01-02 15:34:55 +01:00
AlexandreRouma
7cc06b7a7b
Fixed RFspace client on MacOS 2022-01-01 05:54:23 +01:00
AlexandreRouma
33914a7316 More work on RFSpace source 2022-01-01 05:27:10 +01:00
AlexandreRouma
ea587db0cb Formatted the entire codebase and added a CI check for formatting 2021-12-19 22:11:44 +01:00
AlexandreRouma
f3e987fb7e Fixed SDRplay AGC and added hardware donators to the credits 2021-11-23 17:05:40 +01:00
AlexandreRouma
9c2cb26376 Final plutosdr macos fix 2021-11-18 09:38:56 +01:00
Ryzerth
1bbb1eea0e CI Fix 2021-11-16 03:55:49 +01:00
Alexandre
b81d0c47cf Final work on MacOS compatibility 2021-11-15 20:33:09 -06:00
AlexandreRouma
0ab4d16f9d Beginning of scheduler code 2021-11-14 18:30:58 +01:00
AlexandreRouma
07419275ff Work on RFspace support 2021-11-09 00:00:13 +01:00
AlexandreRouma
f539cfad32 Fixed alrge FFT size bug 2021-10-18 00:38:02 +02:00
AlexandreRouma
d1aab6f25d
fixed typo 2021-10-13 00:22:10 +02:00
AlexandreRouma
afe13969a7 Added support for Bias-T in the bladerf_source module & added bladerf type detection 2021-10-12 19:45:42 +02:00