[Discuss-gnuradio] Attribute Error and Linking shared libs against to OOT

2018-12-17 Thread Halit Bugra Tulay
Hello everyone, I created an OOT block,decoder, using gr-modtool but I get the following Attribute error when I run my flowgraph. I guess there is a problem with the external libraries linking against to the implementation. File "/home/bugratulay/workarea-gnuradio/TRC_WORK/gr-ieee802-11/examples/

Re: [Discuss-gnuradio] Transmitter switching using 802.11 frames

2018-03-19 Thread Halit Bugra Tulay
. > > Second error: > > > thread[thread-per-block[37]: ]: > > RuntimeError: On node 0/DmaFIFO_0, input port 0 is already connected. > > This might be an artifact of the combination of RFNoC and your selector > block; not quite sure. Since you need to replace the "Sel

[Discuss-gnuradio] Transmitter switching using 802.11 frames

2018-03-17 Thread Halit Bugra Tulay
Hello everyone, I've been trying to implement a switching mechanism between 2 transmitters. I use gr-ieee802-11 and there will be 2 messages with different MAC addresses for each transmitter. At a given time, only one of the transmitters will be transmitting its corresponding 802.11 frames and othe

[Discuss-gnuradio] gr-ieee802-11 and the blocks with multiple inputs

2018-02-06 Thread Halit Bugra Tulay
Hello everyone, I have been working with gnuradio for a month and this might be a dumb question. I will be happy if you help me with the following problem. I have been using gr-ieee802-11 to transmit and receive IEEE 802.11 frames. I have an X300 with 2 TwinRX to receive from 4 channel and another

[Discuss-gnuradio] IEEE 802.11 MAC Layer Implementation

2018-01-09 Thread Halit Bugra Tulay
Hello everyone, I m looking for IEEE802.11p MAC&PHY layer implementation, there is gr-ieee802-11 for the physical layer but it is the just physical layer. For multiple users scenarios, I especially need the CSMA/CA mechanism. After some research, I see that people agree on the implementation of

Re: [Discuss-gnuradio] gr-doa installation problem

2017-12-29 Thread Halit Bugra Tulay
t; }}} > return? The runtime error might shed some light on the issue. - MLD > > On Fri, Dec 29, 2017, at 1:34 PM, Halit Bugra Tulay wrote: > > Thanks for the reply.I have tried to complete steps by doing "make > install" and "sudo ldconfig" before running "ma

Re: [Discuss-gnuradio] gr-doa installation problem

2017-12-29 Thread Halit Bugra Tulay
ious components? Does the build succeed? Is your issue with "make > test"? Did you try doing "make install" and "sudo ldconfig" before "make > test" --> sometimes that helps? What error are you encountering? A little > more info will help us debug you

[Discuss-gnuradio] gr-doa installation problem

2017-12-27 Thread Halit Bugra Tulay
Hello everyone, I m having trouble installing gr-doa. According to its github page( https://github.com/EttusResearch/gr-doa), it asks for the followings : Basic Dependencies - UHD >= 3.10.1.0 - gnuradio >= 3.7.10.1 - armadillo >= 7.300