1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-13 06:14:21 -04:00
Commit Graph

2588 Commits

Author SHA1 Message Date
Tom Hensel dd0b2a4f1d docs: update readmes to reflect dedicated MeshCore SWG schemas (PR #2784)
Both plugin readmes listed the SWGMeshtastic* placeholder as an
outstanding item needing dedicated SWGMeshcore* schemas. This PR
provides exactly that — strike the stale todo and note the resolution.
2026-07-04 12:42:22 +02:00
Tom Hensel 2692b56c64 fixup: add missing CMake integration, export.h, and MeshCore swagger schemas
PR #2775 merged the MeshCore plugin source files but omitted the
parent CMakeLists.txt changes, the export.h API macro, and all
MeshCore-specific Swagger schema types. Without these the plugins
do not build and the REST API serves Meshtastic types for MeshCore
channels.

Adds:
- CMakeLists.txt parent directories + option definitions
- exports/export.h MODEMMESHCORE_API macro
- MeshcoreDemod/Mod swagger YAML specs + SWG client classes
- SWGChannelSettings/Report/Actions/ModelFactory MeshCore types
- Rename 164 Meshtastic donor references in plugin code
2026-07-04 12:31:14 +02:00
f4exb 0bb7a1e600 Release v7.27.0 2026-07-04 09:55:26 +02:00
Tom Hensel 92552f6b4f meshcore: add MeshCore protocol RX/TX channel plugins 2026-06-24 20:19:20 +02:00
f4exb ef4357f26b Release 7.25.0 2026-05-04 06:00:17 +02:00
Edouard Griffiths 69c6929fb0 Merge pull request #2712 from tammojan/cmake_qt6.2
Use Qt6.2 compatible qt_add_plugin in CMake
2026-04-28 20:20:12 +02:00
Tammo Jan Dijkema c86c178363 Use Qt6.2 compatible qt_add_plugin in CMake 2026-04-25 17:11:41 +02:00
jvn314 c368600b52 expose demod fields for plaintext packets, gate on header CRC 2026-04-25 05:24:36 +00:00
jvn314 3da5bff59b fix: replace sdrangel seq with meshtastic packet_id in JSON 2026-04-25 05:24:36 +00:00
jvn314 e4ad474cce implement JSON UDP packet builder 2026-04-25 05:24:35 +00:00
jvn314 88f29bc175 demod: wire sendJsonViaUDP through WebAPI 2026-04-25 05:24:35 +00:00
jvn314 75db515ffe Adapter settings wrong class fixed 2026-04-25 05:24:34 +00:00
jvn314 2306bb08d0 JSON UDP checkbox GUI added 2026-04-25 05:24:34 +00:00
jvn314 2f961e625d Add sendJsonViaUDP settings flag 2026-04-25 05:24:34 +00:00
Edouard Griffiths fc4d88b3cd Merge pull request #2706 from srcejon/fix_nfm_demod_scaling
NFMDemod: Correct FM scaling.
2026-04-22 19:50:58 +02:00
Jon Beniston 89fde2bdfc M17 Demod: Remove factor of Pi in setFMScaling 2026-04-21 19:58:59 +01:00
Jon Beniston 8c1b83fa24 Same for Radiosonde 2026-04-21 19:57:59 +01:00
Jon Beniston 19fa916e48 Use ± symbol for frequency deviation in GUI. Indicate figure is peak deviation in docs and tooltips. 2026-04-21 19:53:59 +01:00
Jon Beniston 9309ec1711 NFMDemod: Correct FM scaling. 2026-04-20 17:31:56 +01:00
Jon Beniston 53e4f4b1e8 Send DSPSignalNotification to Baseband when started, rather than calling m_basebandSink->setBasebandSampleRate, to ensure that FIFO can be resized according to the sample rate. For #2661. 2026-04-17 14:49:23 +01:00
Jon Beniston 45abc85c8b Radio Astronomy: Include milliseconds in spectrometer timestamp. 2026-04-08 13:07:32 +01:00
f4exb 0e13bbab85 Release 7.24.0 2026-03-28 19:22:50 +01:00
f4exb efa232db88 Meshtastic: some Sonar fixes 2026-03-27 21:17:46 +01:00
f4exb 66dfc3a0c8 Meshtastic demod: fixed Windows and Mac builds (2) 2026-03-27 11:13:35 +01:00
f4exb 34a52aa4a3 Meshtastic demod: fixed Windows and Mac builds 2026-03-27 09:06:13 +01:00
f4exb e22536c74a Meshtastic demod: added auxiliary channels 2026-03-27 00:25:09 +01:00
f4exb fc23cd2cc8 Meshtastic demod: implemented USER preset allowing arbitrary modulation characteristics and frequencies 2026-03-27 00:25:09 +01:00
f4exb 3c0277bfd8 Meshtastic demod single channel temp 2026-03-27 00:25:09 +01:00
f4exb a47b3e69fc Meshtastic: updated readme 2026-03-27 00:25:09 +01:00
f4exb 3530dd33ed Meshtastic: implement API properly 2026-03-27 00:25:08 +01:00
f4exb 239ebc38f9 Meshtastic demod: use .ui file for UI widgets (2) 2026-03-27 00:25:08 +01:00
f4exb 4eae1ccf89 Meshtastic demod: use .ui file for UI widgets (1) 2026-03-27 00:25:08 +01:00
f4exb f42723c54c Meshtastic demod: removed useless FFT window control 2026-03-27 00:25:08 +01:00
f4exb 21c4ad657f Meshtastic demod: fixed suync word reporting 2026-03-27 00:25:08 +01:00
f4exb a3f5ed6963 Meshtastic: fixed Tx and strengthen Rx header processing 2026-03-27 00:25:08 +01:00
f4exb a0d779fb65 Meshtastic demod: removed unused methods and attributes from ChirpChat demod (2) 2026-03-27 00:25:08 +01:00
f4exb 4f0dac4647 Meshtastic demod: removed unused FFT window 2026-03-27 00:25:08 +01:00
f4exb 065d04d7cc Meshtastic demod: removed unused methods and attributes from ChirpChat demod (1) 2026-03-27 00:25:08 +01:00
f4exb 748f024771 Meshtastic demod: make key dialog an object on its own 2026-03-27 00:25:08 +01:00
f4exb a756e3d7fb Meshtastic demod: removed useless buttons in the UI, removed FT8 dependency, first pass on rewriting the readme 2026-03-27 00:25:07 +01:00
f4exb 8b371368db Meshtastic demod: set invariant settings to static consts and removed unused schemes from enum 2026-03-27 00:25:07 +01:00
f4exb 3624a51d6a Meshtastic demod: removed scheme button and useless decoders 2026-03-27 00:25:07 +01:00
f4exb ab040bd2c7 Meshtastic: apply Copilot review in original PR 2026-03-27 00:25:07 +01:00
f4exb 738bdfa744 Meshtastic: moved meshtasticcommon to a modemmeshtastic module 2026-03-27 00:25:07 +01:00
Jon Beniston a6c9368aab Frequency Scanner: Fix tooltip. #2664
Fix spacers to be horizontal.
2026-03-26 21:11:47 +00:00
Jon Beniston 922a72535a ADS-B: Use system time for "Updated" column. Fixes #2633 2026-03-26 20:56:14 +00:00
Jon Beniston 3ba939287d ADS-B: Add ICAO to web report. For #2656 2026-03-26 20:54:56 +00:00
Jon Beniston 9171a205d4 Spectrum Changes:
Added optional scrollbar to be able to scroll back through waterfall.
When scrolling is enabled:
        Can adjust power scale for complete waterfall, not just future spectra.
        Waterfall time axis can use local time or UTC.
        Waterfall not lost when resizing window.
Can now zoom when device is stopped.
Added Min averaging type.
Added button to load spectrum from .csv file.
Add button to save spectrum/waterfall to .png or jpg.
Changed show all controls button to a combobox with choices of Min/Std/All (Minimum/Standard/All).
Changed some buttons in spectrum GUI from QPushButton to QToolButton so their size matches the others.
Fix spectrum from displaying a mixture of old and new spectrums (m_currentSpectrum was a pointer to SpectrumVis buffer).
Added M1 and M2 memories to allow display of reference spectra.
Added math operations to allow spectrum to be difference of current spectrum and either memory or a moving average.
Fixed measurement counts, so they are performed once per spectrum, not on displayed spectra.
Added spectrum mask measurement, to check when a spectrum exceeds mask held in M1 or M2.
Optionally display power/frequency under cursor in status line.
Optionally display peak power/frequency in status line.
Fix incorrect nyquist sample replication, when zoom used.
Fix cursor not changing from resize to pointer when moving over spectrum measurements window.
Add spectrum colour setting.
2026-03-25 16:30:13 +00:00
Edouard Griffiths 6baa38f887 Merge pull request #2677 from f4exb/feature-ft4
Support FT4 in FT8 demod
2026-03-15 10:30:54 +01:00
f4exb e98b4bdeb1 FT8 demod: more code linting 2026-03-15 00:18:52 +01:00