Releases: f4exb/sdrangel
3D Maps in Map feature and spectrum calibration
3D Maps in Map feature
Very nice improvement to the Map feature done by Jon srcejon
. You will find all details in the Map feature readme.
New dependencies:
- qtwebengine5-dev and qtbase5-private-dev.
- You may need to build that latest version of aptdec.
It goes along with a whole bunch of changes in various plugins to adapt to 3D maps and more (PR #1127):
APT Demod Updates
- Add projection of image on to 3D map.
- Add support for temperature map.
- Add support for colour palettes for image enhancements.
- Fix IR channel names.
ADS-B Demod Updates
- Add support for animated 3D models.
- Downloaded zipped airplane database.
- Add table context menu.
- Add airline and country images to text bubbles on maps.
- Fix calculation of ground speed when on surface.
- Fix position calculation when aircraft transistions from surface to air.
- Fix altitude calculation when Q-bit is set.
- Speed up processing of large log files.
- Add new airline logos.
AIS update
- Add support for 3D models.
- Remove vessels from table if not heard from in last 10 minutes.
- Add columns in table for vessel length, time last position & message were received and number of messages received.
- Add context menu.
Satellite Tracker updates
- Add support for replaying of passes in the past, where current time is determined from File Input device.
- Add latitude and longitude to satellite data table.
- Update ground track generation to better work with 3D map.
- Add support for 3D models.
- Add Cubesat image for 2D map.
- Send LOS to other plugins, when no device settings are setup.
- Pass TLEs to other plugins, so they can use a consistent copy for replays.
Spectrum calibration
Possibility to attach a calibrated value to a corresponding relative power value at specific points in frequency. A new button in the spectrum gui allows to switch between relative and calibrated values. When right clicking on the button a dialog opens to manage the calibration points and options.
Other changes and fixes
- AIS: remove vessels afer some idle time. Issue #1086. PR #1127
- Satellite tracker: export data via API. Issue #1106. PR #1130.
- SDRPlayV3: added transverter feature. Implemented #1125
- Spectrum markers: save .csv in Qt default writable location. Implements #1114
- Fixed removing all feature sets causing segfault. Fixes #1118
- BFM demod: added readme and link to help button.
- Fixed LIB_SUFFIX for Fedora and lib64 systems. PR #1115
- DATV Demod: Make AVCodecs cons. PR #1128
- Install debug symbols on Windows for debug builds. PR #1131
Spectrum annotations and APRS Mic-E decoding
Spectrum annotations
Implemented spectrum annotations optionally overlaying spectrum histogram display. Details here This implements issue #887
APRS Mic-E decoding
Contribution of Peter ooglek
enhancing APRS decoding with the decoding of Mic-E messages. PR #1108
Other changes and fixes
- BFM Demod: fixed RDS text clearscreen. Fixes #1101
- BFM Demod: keep last message on a second line.
- BFM demod: make rds active setting persistent
- BFM demopd: clear BAS area when clearing RDS fields
- Metis: set output FIFO size to size policy. Fixes #1100
- Removed unused symbol synchronization object and irrelevant references to liquidsdr. Fixes #1104
- API: added histogram and waterfall markers to spectrum settings
Jogdial Controller feature plugin
Jogdial Controller feature plugin
New feature plugin to control channels and devices frequencies using a jogdial device. The jogdial devices targeted are the Contour Design ShuttleXpress and ShuttlePRO but since these devices are based on translation to keyboard events a standard keyboard (preferably US or US intl) can be used also. More information in the readme This implements #1088
Other change
The rollup state in the RollupWidget has been made an object in its own right implementing the Serializable interface. This makes conversion to/from JSON format possible and thus the settings API of all plugins in their GUI flavor will handle the rollup state. This is a prerequisite to #1050
Simple PTT: added vox system
Remote plugins update
Remote plugins update
- Added capability to choose sample size during transmission between 1, 2 and 4 bytes per I or Q sample (8, 16, 24 bits)
- Remote input: added controls of the remote instance in GUI
Other fix
- Remote Input: fixed read pointer initialization. Fixes segfault when stream sample rate is lowered
Remote output and source rework
Remote output and source rework
The RemoteOutput and RemoteSource plugins have been reworked to fix their main design flaws. The couple of plugins should now be able to work together to provide a remote transmission setup in a similar way as the RemoteInput and RemoteSink do on the Rx side. Their HTTP API has also been enhanced to provide more complete reports. This implements #838
Other changes and fixes
This release also goes with a bunch of enhancements and fixes:
- ADSB demod and VOR feature: Always use C locale for parsing coords in airport database.
Fix #1062. PR #1065 - Implement serialize and deserialize to/from API in Serializable interface. Pre #1050
- SDRplay v1: fixed frequency boundaries in report. Fixes #1061
- Ubuntu build: added qm-module dependencies in the Depend section. Fixes #1063
- Map feature: Add IBP beacons and GRAVES. Display locator not location. PR #1071
- Implemented Channel Marker settings in API. Pre #1050
- RemoteInput: set system UDP buffer length for 250 ms of samples.
RemoteSink: removed UDP Tx delay. Implements #1069 - Increase FIFO size in Remote Sink according to baseband sample rate. Issue #1069. PR #1075
- GUI flavor: save and restore the device item index for the initial set up (R0). Fixes #1066
- MainWindow: use pop_back() to remove last element of vector. Fixes #1070
- Rotator controller - Don't round az/el received from Sat Tracker. PR #1076
- Display warnings in ADS-B and DAB if sample rate is too low. PR #1082
- Display OpenGL version in status bar. Displayed in red if less than version 3. PR #1083
- Replaced frequency dials by labels for unmodifiable frequency displays
Many changes
Many changes
- Basic instance save and restore wihth scripts dump.py and config,py Partly implements #1050
- API: fixes in features processing
- Use dark theme for APRS charts. PR #1060
- Move Feature workers to thread. PR #1059
- Make Sat Tracker GUI expanding. PR #1057
- Add links to documentation in channel and feature GUIs. PR #1056
- Save/restore rollup state in channel plugins. PR #1055
- Remove sorting of channels and features when saving presets in GUI. Fixes #1051
- ChirpChat demod: API changes and fixes
- Add better Map API key support. PR #1054
- Save/restore rollup state in features. PR #1053
- GS232 Rotator Controller updates. Fixes #1045. PR #1052
- IEEE 802.15.4 modulator: API and GUI changes
- Packet modulator: API changes
- Remote Input: prevent nullptr
- Center ADS-B map on My Location when map is first opened. PR #1048
- ADS-B Updates. Fix positioning of Home antenna. PR #1047
- Add support for POWER architecture. PR #1046
- ADSB demod: added auto target checkbox in notifications table.
Updates and fixes
Updates and fixes
This release contains a lot of them. To summarize:
- Noise Figure: add support for sweeping gain and other device settings. PR #1020
- ADSB updates. PR #1023
- Support for vertically expanding widgets to RollupWidget. Issue #897. PR #1026
- Remote inpput: allow API to bind to any address. Issue #1028. PR #1030
- RTLSDR: Report biasT widget state in displaySettings. PR #1032
- RemoteInput GUI - Use editingFinished not returnPressed. Issue #1031. PR #1033
- CI/CD. Fallback external/windows LFS support
- ADSB updates: log and memory leak. PR #1037
- FFTW wisdom enhancements. Issue #1024
- Add Logging to .csv file for some plugins. Issue #1035. PR #1038
- Remote sink: fixed socket deletion. Issue #1034
API updates
API updates
- DATV modulator: API enhancements and GUI cosmetic fixes
- Features: AFC, GS232 controller, PER tester, RigCtl server, Satellite tracker, Star tracker, VOR localizer:
- Implemented run action API
- API: report running state
Brings enhancements needed by version 2.1.1 of SDRangelCli