-
-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auto_rx 1.8.0 release - Full ka9q-radio support! #934
Open
darksidelemm
wants to merge
93
commits into
master
Choose a base branch
from
testing
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
Use estimated offset for WXRPN9 sondes
Add vel_h and vel_v to UDP broadcast output
1.7.5-beta3 - Rebase all mod demodulators
1.7.5-beta4 - Increase precision of estimated frequency output, add rotator azimuth_only
Upgrade container image to bookworm and overhaul actions workflow
Cache wheels for container builds
Automatic weekly build
Change iMet54 subtype names
v1.7.5-beta7 - Better handling of error responses from Sondehub
Put X axis ticks at exact MHz values
Allow changing oziplotter and summary target host
Removed extra packages not needed for scope of ka9q-radio install from Dockerfile
Ensure that SSRC values are unique
Ensure number of requested bins is an integer
Fix SSRC generation for pcmcat command
Build ka9q utilities without -march=native
Invalidate map size after updating telemetry table
Increase network timeout to 60 seconds on startup
Use unique SSRC for scan routine
Remove scan plot data decimation.
Remove trailing newline to ensure correct parsing
Work around ka9q-radio powers locale bug
Search for peaks over a wider range
Turn off transition animations in scan chart
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.
WIP TEXT BELOW...
I'd like to give a big thanks to the contributors that helped out with all the changes in this release! Big shout-outs to @argilo, @ke5gdb, @snh, @bddvlpr, and of course @rs1729 !
The big change this release is the addition of full support for ka9q-radio server! This provides a fully open-source way that stations can decode every sonde in their receive passband at once, with much less CPU usage than Spyserver. This has been a long time coming, and I'd really like to thank @ke5gdb, @argilo , and of course @ka9q for making this possible!
Right now we can support operation with ka9q-radio using Airspy Mini and Airspy R2 SDRs. It's now possible to monitor the entire radiosonde band with an Airspy R2 and a RPi 4, and monitor most of the band (5 MHz of it) with an AIrspy Mini.
Support for using RTLSDRs may come in the future, though we really recommend using a wide-band SDR like the Airspy.
Check out the KA9Q-Radio Setup Notes wiki page for more information.
There are also many other changes and improvements in this release, including: