Robert X. Seger

Results 25 issues of Robert X. Seger

rx_fm's frequency scanning is useful to find interesting emissions, but they are all output into one amalgamated audio stream, would be nice if there was an option to write individual...

enhancement

Investigate/integrate rtl_udp into rx_fm, or similar functionality, could be useful to allow retuning without restarting the program: > His fork allows retuning of the rtl_fm program via UDP without the...

Just saw this: https://pairlist9.pair.net/pipermail/hackrf-dev/2013-September/000253.html [Hackrf-dev] Attempt to port rtl_fm to hackrf Russell Hande zefie at persona.cc Sun Sep 22 14:28:59 EDT 2013 Previous message: [Hackrf-dev] HackRF Oddity @ 1090mhz Messages...

``` rx_tools $ lldb ./rx_power -- -f a:b (lldb) target create "./rx_power" Current executable set to './rx_power' (x86_64). (lldb) settings set -- target.run-args "-f" "a:b" (lldb) r Process 49615 launched:...

bug

Via http://kmkeen.com/igg-report/ - list of feature requests from kmkeen's "RTL-SDR IndieGoGo sprint": http://igg.kmkeen.com - lots of interesting ideas there, some since implemented, many relevant to rtl_fm, rtl_power, or rtl_sdr tools....

bug
enhancement

From http://permalink.gmane.org/gmane.comp.mobile.osmocom.sdr/299 - investigate adding this patch, adds an -X option (per http://kmkeen.com/rtl-demod-guide/2014-01-24-03-21-57-580.html Andre F (2014-05-02-03-37-59-334) What about Miroslav's -X option ref: http://permalink.gmane.org/gmane.comp.mobile.osmocom.sdr/299) - having trouble downloading the patch (very...

enhancement

There may be some useful unapplied patches on the gr-osmosdr mailing list to http://lists.osmocom.org/pipermail/osmocom-sdr/2016-January/thread.html - [ ] [patch]: rtl_sdr, fix -n parameter http://lists.osmocom.org/pipermail/osmocom-sdr/2016-January/000151.html - to rtlsdr_callback, not applied in https://github.com/librtlsdr/librtlsdr/blob/development/src/rtl_sdr.c...

bug
enhancement

All the tools use getopt() and only accept short flags, like "-f", but these aren't very descriptive. Should keep the short names for compatibility and convenience but also add support...

enhancement

Attempt at adding a formula for https://github.com/miek/inspectrum Problems: 1. Latest release https://github.com/jgaeddert/liquid-dsp installed by https://github.com/dholm/homebrew-sdr is 1.2.0 from 2012, incompatible with latest inspectrum, compile errors: https://gist.github.com/rxseger/2c0aea05f47e162725f5ec703461d32a (unknown type name 'freqdem';...