Replies: 1 comment 2 replies
-
|
The information you're looking for isn't available at runtime because rtlamr doesn't make use of any frequency information for demodulating and decoding messages. Adding that functionality would need a pretty substantial overhaul of how rtlamr works. The most straight forward option would be to use the -samplefile flag to save unprocessed samples to disk, and determine frequency for each message in a post-processing step. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to retrieve the channel frequency with each received message? (to command shell output, or other location)
I normally work with C, and am not very familiar with Go for finding where to alter the code.
Beta Was this translation helpful? Give feedback.
All reactions