Re: gr-ieee802-11 with USRP N210 and B200mini problems

2019-12-13 Thread hamzeh elsayed
Dear Kyeong Su Shin *Thanks for your reply, I will try your suggestions and then I will inform you with the results.* *Best regards* *Hamzeh elsayed* On Thu, Dec 12, 2019 at 7:28 AM Kyeong Su Shin wrote: > Hello Hamzeh, > > Sorry, but I think we need more details about your confi

gr-ieee802-11 with USRP N210 and B200mini problems

2019-12-10 Thread hamzeh elsayed
any relation between the SDR type and gain and the application? 4- In general, where is the problem or the mistake I am doing? in advance, thanks for your time and help. Best Regards, Hamzeh Elsayed

Re: named fifo (byte - byte transfer)

2019-11-06 Thread hamzeh elsayed
Dear all Thanks for your help. > Can you tell us why you want to process > single bytes? Might be more of a job for message passing rather than > sample streams." what I need is to send data from one place to another And some times this data consist of small number of bytes, So what can I do to

Re: named fifo (byte - byte transfer)

2019-11-01 Thread hamzeh elsayed
hi, Thanks for your reply. I wrote a c code program to write in fifo in file to use it instead of cat in. The result was the same. Also, if I wrote few bytes only then these bytes are not going out from the file source block, but if I wrote large number of bytes then a number of these bytes are

named fifo (byte - byte transfer)

2019-10-30 Thread hamzeh elsayed
Hi, I did the following: 1) in linux terminal I create a fifo file as : $ mkfifo in 2) in gnuradio I did: file source (file name : in)-> throttle -> file sink (output file: out.txt) [image: image.png] then for running, I did the following: 1) run the flowgraph 2) in terminal, I run $ cat