gr-ax25 icon indicating copy to clipboard operation
gr-ax25 copied to clipboard

use osmocom source for portability

Open ckuethe opened this issue 10 years ago • 6 comments

ckuethe avatar Jun 28 '15 19:06 ckuethe

@dl1ksv ping? can this be merged so I can get rid of my fork?

ckuethe avatar Jul 14 '15 00:07 ckuethe

Sorry, but both apps don't work for me. the osmocom app complains about Param - Value(value): Value "len(decimation_lpf)" cannot be evaluated: name 'decimation_lpf' is not defined

and the wav file reader complains about Block key "variable_low_pass_filter_taps" not found in Platform - grc(GNU Radio Companion) Error: Block key "fosphor_glfw_sink_c not found in Platform - grc(GNU Radio Companion)

dl1ksv avatar Jul 14 '15 09:07 dl1ksv

Which version of gnuradio are you using? I'm using a pretty fresh development build. On Jul 14, 2015 2:28 AM, "Volker Schroer" [email protected] wrote:

Sorry, but both apps don't work for me. the osmocom app complains about Param - Value(value): Value "len(decimation_lpf)" cannot be evaluated: name 'decimation_lpf' is not defined

and the wav file reader complains about Block key "variable_low_pass_filter_taps" not found in Platform - grc(GNU Radio Companion) Error: Block key "fosphor_glfw_sink_c not found in Platform - grc(GNU Radio Companion)

— Reply to this email directly or view it on GitHub https://github.com/dl1ksv/gr-ax25/pull/5#issuecomment-121179245.

ckuethe avatar Jul 14 '15 15:07 ckuethe

I'm using v3.7.6.1-132-g1e31c647

dl1ksv avatar Jul 14 '15 15:07 dl1ksv

That would do it. I'll send you a screenshot illustrating the changes... On Jul 14, 2015 8:46 AM, "Volker Schroer" [email protected] wrote:

I'm using v3.7.6.1-132-g1e31c647

— Reply to this email directly or view it on GitHub https://github.com/dl1ksv/gr-ax25/pull/5#issuecomment-121286390.

ckuethe avatar Jul 14 '15 16:07 ckuethe

I'm using v3.7.7.1-166-g28f69a54.

Fosphor is just a visualizer; you could replace it with a regular QT or WX waterfall.

Newer gnuradio has helper blocks to calculate filter taps rather than making the user remember the magic to invoke the filter designer: lpf_taps = firdes.low_pass(1.0, audio_rate, 4.9e3, 1e3, firdes.WIN_HAMMING, 6.76)

aprs_wav grc

aprs_osmocom grc

ckuethe avatar Jul 15 '15 02:07 ckuethe