asdil12 / pymultimonaprs

RF 2 APRS-IS Gateway
https://asdil12.github.io/pymultimonaprs
GNU General Public License v3.0
86 stars 27 forks source link

Offset tuning #10

Closed s54mtb closed 9 years ago

s54mtb commented 9 years ago

Hi,

I had problems with elonics tuner. The rtl_fm works great with -E offset enabled. I setup the iGate, but it was deaf to all DX signals. Only 5W from same QTH was decoded properly. Then I changed the multimon.py the "dirty way". I changed the line

-'-p', str(self.config['rtl']['ppm']), '$']), '-g', str(self.config['rtl']['gain']), '-'],
+'-p', str(self.config['rtl']['ppm']), '$']), '-g', str(self.config['rtl']['gain']), '-E offset -'],

and now it works.

I would be nice if the offset tuning could be enabled via pymultimonaprs.json

Regards, Marko

asdil12 commented 9 years ago

Please test this patch (please also test both possible config options): https://github.com/asdil12/pymultimonaprs/commit/33659e6ca91fb57bb98ced05f22f920e8173e747

I currently don't have a dongle at hand so please tell me if this works.

s54mtb commented 9 years ago

I tested the patch. It is working. Thank you.

Marko S54MTB

On 28.12.2014 13:22, Dominik Heidler wrote:

Please test this patch (please also test both possible config options): https://github.com/asdil12/pymultimonaprs/tree/offset_tuning

I currently don't have a dongle at hand so please tell me if this works.

— Reply to this email directly or view it on GitHub https://github.com/asdil12/pymultimonaprs/issues/10#issuecomment-68205721.