Allow additional Direwolf configuration via Dirus - #1
Open
kd8drx wants to merge 6 commits into
Open
Conversation
…_ run Mostly logical seperation done so that it's clearer in the code and config files when we're talking about the _path_ to the applications we're running (rtl_sdr or direwofl) or the _command_ we're running to execute that application with the options we want. Also updated the config file to match these names. This also addresses some issues with Python 2 and Unicode in the direwolf command code from my last commit. Because Unicode. Argh.
Should work fine with rx_fm - but havne't tested.
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.
A bundle of updates to the code, primarily focused on improving the ability to manage settings using the
dirus.jsonfile. Testing was done on my MacBook Pro running macOS 10.13.6 and a Raspberry Pi 3 with Raspbian Jesse.I do hope these features prove useful to the rest of the amateur radio community. This is a super helpful tool for automating some of these backend processes that make the hobby fun!
Features Added:
direwolfjson dict that allows you tosample_rate, ensuring it is synced with the sample rate used in rtl_fm. In my testing, this is often required to ensure proper decoding of packets.README.rstwith build, configuration, and contributor sections based.Other Minor Changes:
Changed internal variables for Direwolf and rtl_sdr commands to better differentiate between them, and make the code read a little better (I hope?)
Small changes in the Direwolf commands to deal with Python 2's fun handling of strings vs. unicode.