1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00
Commit Graph

180 Commits

Author SHA1 Message Date
Adam Wisher
87d857bfd9 Merge branch 'main' into main 2025-09-02 09:27:54 +01:00
Marek Farkaš
c196cfc53e lowered tef audio boost 2025-08-30 19:23:53 +02:00
Marek Farkaš
268745ae2e Merge pull request #147 from AmateurAudioDude/update/v1.3.8-setup-options
Update/v1.3.8 setup options
2025-08-30 17:34:51 +02:00
Marek Farkaš
a969095432 Merge pull request #158 from AmateurAudioDude/fixes/v1.3.9-fix-typos_potential-mem-leaks
Fix minor typos, potential memory leaks
2025-08-30 17:30:09 +02:00
Marek Farkaš
8c452801f3 Merge pull request #159 from AmateurAudioDude/fixes/v1.3.9-per-ip-attack-limit
Add per-ip limit
2025-08-30 17:29:37 +02:00
Amateur Audio Dude
4179d39467 Replace arrow character with Unicode escape sequence 2025-08-06 18:51:12 +10:00
Amateur Audio Dude
60c73a138c make sure antenna timeout is cleared on user connect 2025-07-30 19:19:16 +10:00
Amateur Audio Dude
3436d3171e add delayed antenna change option 2025-07-30 18:12:38 +10:00
Adam Wisher
9b3593bc02 Valid PS compare fix for PS under 3 chars
Fix to allow stations with a PS less than 3 characters to be IDed when PS validity checked
2025-07-22 17:51:07 +01:00
Amateur Audio Dude
c3e18de6e4 Added reconnect logic for FFmpeg on Windows 2025-07-08 16:58:56 +10:00
Amateur Audio Dude
2ab7dd33dd add per-ip limit 2025-07-07 22:38:20 +10:00
Amateur Audio Dude
f29570261e fix minor typos, potential mem leaks 2025-07-07 22:32:04 +10:00
Adam Wisher
cd9bbaee87 Bugfix to avoid CPU spike of checking big object length
Don't check the length of the generated indexed database as it's big and causes a lag
2025-07-05 17:03:27 +01:00
Adam Wisher
3cedab5248 Improve TX DB fetch retry process
Improve process for retrying when TX DB download fails
2025-07-05 16:23:40 +01:00
Amateur Audio Dude
2ade42d1fb Remove audio proxy (http-proxy) 2025-07-01 17:23:19 +10:00
Adam Wisher
eb8dbf8fd5 Adjust spE weighting behaviour
Don't weight options for spE if a powerful station is found under the threshold
2025-06-27 14:08:47 +01:00
Adam Wisher
72d48b0c2e Fix algorithm choice and change Es mode distance
Fix hard-coded algorithm weighting values back to config values and increase distance for Es weighting to be applied
2025-06-12 13:58:25 +01:00
Adam Wisher
fb68f26d82 Local db optimisation and GPS support
DB indexing to improve tx search performance with PI and reg PI, re-download db on failure, add websocket for GPS location update support

Co-Authored-By: Amateur Audio Dude <168192910+AmateurAudioDude@users.noreply.github.com>
Co-Authored-By: Highpoint2000 <168109804+Highpoint2000@users.noreply.github.com>
2025-06-12 09:18:59 +01:00
Adam Wisher
bf011acfb4 TX Search improvements
Fix local signal IDed as distant sporadic E bug and allow PI-only match when possible
2025-06-09 12:30:47 +01:00
Adam Wisher
dae705ccbc Limit multiple matches
Only return a max of 10 extra TX matches and filter any with a score less than 1/10 of the winner
2025-05-31 14:38:07 +01:00
Adam Wisher
c9fd4915b8 Multi TX search tweaks
Order the match list by score, clean up of matches panel HTML and show score in DOM as data element
2025-05-31 09:12:26 +01:00
Marek Farkaš
9d7e4297e3 bugfixes, ui improvements 2025-05-30 21:28:37 +02:00
Marek Farkaš
1c8b16d27b Merge pull request #153 from mrwish7/main
TX search algorithm changes
2025-05-30 19:18:19 +02:00
Konrad Kosmatka
97822a08a5 RDS bugfixes & improvements 2025-05-17 09:00:31 +02:00
Adam Wisher
480e362f44 Multi TX ID functionality
Return alternative matches from TX search algorithm and show them in frontend panel
2025-05-15 09:17:44 +01:00
Adam Wisher
f818262eff Cached database tidy up
Tidy up changes to just include the cached db functionality and TX ID algo 3 addition ready for pull
2025-05-15 09:08:24 +01:00
Adam Wisher
65fc84ff9f Local database cache for TX ID
Locally cache transmitter database for TX ID and visually show when multiple matches on frontend
2025-05-12 22:58:23 +01:00
Adam Wisher
811ea4011d TX search algorithm changes
Additional third algorithm option plus more comprehensive PS checking (thanks to @Highpoint2000 )
2025-05-06 20:21:27 +01:00
Marek Farkaš
2e34c6264c hotfix for SpE logs 2025-05-06 18:11:47 +02:00
Marek Farkaš
50aeb97282 admin logging hotfix 2025-05-04 00:31:48 +02:00
Amateur Audio Dude
8700b663ca add antenna to setup options 2025-05-03 04:52:06 +10:00
Amateur Audio Dude
3f79f7a0c7 add auto bw, ceq, ims, stereo options to setup 2025-05-03 03:57:31 +10:00
Marek Farkaš
fb8af10ce5 mobile panel, UI bugfixes, security improvements 2025-05-02 16:06:48 +02:00
Mark de Bruijn
263e9d353d Finaliza macOS support 2025-04-23 21:50:47 +02:00
Amateur Audio Dude
aa2e3a2f16 hotfix for graph lag 2025-04-23 22:21:46 +10:00
Marek Farkaš
9984011e12 audio boost hotfix 2025-04-22 22:43:34 +02:00
Marek Farkaš
7c4bae34a4 Merge pull request #141 from mrwish7/main
Don't output PI 0000 as filler on rds websocket
2025-04-22 21:23:31 +02:00
Marek Farkaš
008441f93a new chat window, bugfixes, component update 2025-04-22 21:23:11 +02:00
Adam Wisher
ac03f78b74 Don't output PI 0000 as filler on rds websocket
Output four dashes instead of 0000 as a PI placeholder, for correct RDS Spy compatibility
2025-04-22 12:52:30 +01:00
Marek Farkaš
79e4205612 Merge pull request #133 from AmateurAudioDude/fixes/v1.3.6.1-serialport-and-api
Fixes/v1.3.6.1 serialport and api
2025-04-22 13:14:08 +02:00
Marek Farkaš
1da6ac8eba Merge pull request #134 from AmateurAudioDude/fixes/v1.3.6.1-ffmpeg-audio-settings
Fixes/v1.3.6.1 ffmpeg audio settings
2025-04-22 13:12:34 +02:00
Adam Wisher
2cd2cf5cf1 TX ID Algorithm tweaks and config options
Fix bug when TX ERP is 1W and allow user choice of algorithms in webserver config
2025-04-21 08:22:36 +01:00
Amateur Audio Dude
4c43daa206 add config options for 'ffmpeg', 'samplerate offset' 2025-04-20 23:32:26 +10:00
Amateur Audio Dude
2c73d7ef19 check available ffmpeg, check -ar offset setting 2025-04-20 22:41:50 +10:00
Amateur Audio Dude
64f41b93ae bkram ffmpeg removal implementation 2025-04-20 22:31:14 +10:00
Amateur Audio Dude
24c2c893ea fix EADDRINUSE (if caused by webpage on launch) 2025-04-20 21:25:58 +10:00
Amateur Audio Dude
ae1be13e82 exclude localhost from 'dangerous command' warning 2025-04-20 21:24:29 +10:00
Amateur Audio Dude
4c71b736a6 optimised serialport code 2025-04-20 21:23:18 +10:00
Amateur Audio Dude
b23211f408 optimised serialport code using export 2025-04-20 21:20:31 +10:00
Amateur Audio Dude
fbcdda2941 reset ps_errors api on frequency change 2025-04-20 21:19:07 +10:00