Re: [Discuss-gnuradio] Pybombs and apache thrift help request

2016-01-02 Thread Philip Balister
On 01/02/2016 01:52 PM, Achilleas Anastasopoulos wrote: > I had problems installing thrift myself. > After consulting with the thrift forum i realized that thrift requires > "trial" which is included in pythong package "twisted" (python-twisted). > Unfortunately, thrift was failing silently... >

Re: [Discuss-gnuradio] Message inputs and hierachical block: incompatibility introduced in GNU Radio 3.7.9

2016-01-02 Thread Jawad Seddar
Hi Tim, Just jumping in the conversation, I had the same problem as Piotr described. I had hier block message ports working on 3.7.8 but not on 3.7.9. Unlike Piotr though, my hier blocks are not generated through GRC. I had only installed 3.7.9 before Christmas holidays and couldn't figure out wh

Re: [Discuss-gnuradio] Message inputs and hierachical block: incompatibility introduced in GNU Radio 3.7.9

2016-01-02 Thread Tim O'Shea
Hi Piotr, Hier message ports were actually not working at all prior to this fix - - since the logic had been changed from the originally functioning pub/sub based message connection data structures into the more traditional digraph flattening structure incorrectly please see: http://gnuradio.org/

Re: [Discuss-gnuradio] Pybombs and apache thrift help request

2016-01-02 Thread Achilleas Anastasopoulos
I had problems installing thrift myself. After consulting with the thrift forum i realized that thrift requires "trial" which is included in pythong package "twisted" (python-twisted). Unfortunately, thrift was failing silently... After installing this package on fedora-22 (or 23?) the installatio

Re: [Discuss-gnuradio] Swig Trouble

2016-01-02 Thread Marcus Müller
Hi Jan, Heh, I only spotted that only after scratching my head quite a lot, then git grepping through all the non-.cc, non-_impl, non-doc, non-example files for every line containing cc_decoder (but not pccc_decoder), then "sed '/s/.../viterbi_decoder/g' replacing cc_ with viterbi_ in those lin

Re: [Discuss-gnuradio] Swig Trouble

2016-01-02 Thread Jan Krämer
Thanks Marcus, I knew it was something stupid like that. Probably would have taken ages for me to spot that! Cheers, Jan 2016-01-02 15:25 GMT+01:00 Marcus Müller : > Hey Jan, > > > I need help with the swig magic. > Too bad, full moon just passed and we ran all out of black cats to > sacrifice.

Re: [Discuss-gnuradio] coverage of common ham bands

2016-01-02 Thread Marcus Müller
Trying not to sound to much like marketing, but: Any of the modular USRPs (USRP2, N2x0, X3x0) that take daughterboards could be equipped with a WBX daughterboard (LO frequency 50-2200MHz, with 40MHz analog bandwidth, so with the USRP's digital tuning >30-<2220MHz), or the UBX daughterboard (10MHz-

Re: [Discuss-gnuradio] Swig Trouble

2016-01-02 Thread Marcus Müller
Hey Jan, > I need help with the swig magic. Too bad, full moon just passed and we ran all out of black cats to sacrifice... > I have a new block inside gr-fec called > viterbi_decoder which is basically just a copy of the cc_decoder class. > And a impl class viterbi_decoder_impl class, which is ba

[Discuss-gnuradio] Swig Trouble

2016-01-02 Thread Jan Kraemer
Hey everyone, I need help with the swig magic. I have a new block inside gr-fec called viterbi_decoder which is basically just a copy of the cc_decoder class. And a impl class viterbi_decoder_impl class, which is basically a copy of the cc_decoder_impl class. They compile fine, and I can see the s

[Discuss-gnuradio] Message inputs and hierachical block: incompatibility introduced in GNU Radio 3.7.9

2016-01-02 Thread Piotr Krysik
Hi all, In GNU Radio version 3.7.8 message inputs of hierarchical blocks were created from python level with: self.message_port_register_hier_out("msg_in") Starting (most probably) from GNU Radio 3.7.9 message inputs are created with: self.message_port_register_hier_in("msg_in") This leads

Re: [Discuss-gnuradio] Pybombs and apache thrift help request

2016-01-02 Thread Jawad Seddar
Hi, The gitrev corresponds to the following commit I believe : https://github.com/apache/thrift/commit/dd89dce84b73ca671c8e0b3cf597f1888e2a75dc I personally had problems compiling that version of thrift (on Ubuntu 14.04) so I went back to 0.9.2 using gitrev 591e20f9. Jawad Le 2 janv. 2016 02:00,