Radio daemon Connection - #201
Open
mtsthibau wants to merge 20 commits into
Open
Conversation
The websocket service hardcoded fwd_raw=0, fwd_watts='0', swr='1.0', so the SWR and Power cards never reflected the radio. The daemon now ships fwd/swr/ ref_power/operating_mode in the 1 Hz status push; map them into the shared Radio object. fwd/swr are sent x10 and mountRadioObj already applies formatPower/formatSWR (/10), so the units line up. Adds the new fields to the RadioDaemonState interface. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was
linked to
issues
Jul 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
e1a671b9— Feat: New radio daemon websocket connectionIntroduced the
RadioDaemonWebsocketServiceas an alternative WebSocket data source for the radio system. This service connects to the radio daemon on a separate endpoint (port 8080 or 8081) and receivesRadioDaemonStatemessages. Added mutual exclusion via adaemonActive$flag inSharedServiceso only one data source feeds the shared radio state at a time. The originalWebsocketServicenow checks this flag before publishing data, preventing conflicts when both connections are active. Also added theRadioDaemonTypeScript interfaces and the alternate daemon URL to global constants.This PR introduces spectrum visualization features and various fixes for the Hermes GUI radio interface.
Main Features
Spectrum Graph Implementation (#204, #202)
Bug Fixes
@peertube/xliffmergedependency for XLIFF translation mergingtimeout_rawfield and fixed null safety issuesp1_digital_voicefield for determining USB/LSB modeFiles Modified
src/app/components/utils/spectrum-graph/spectrum-graph.component.html- Added i18n localization markerssrc/app/components/utils/spectrum-graph/spectrum-graph.component.less- Light theme supportsrc/app/_services/radio-daemon-websocket.service.ts- Binary spectrum frame parsingsrc/app/components/public/operator/operator.component.html- Waterfall graph adjustmentssrc/locale/messages.*.xlf- Updated translation filesRelated Issues