Re: [Discuss-gnuradio] gr-ieee802_11 receiver

2017-04-09 Thread serefay
Hi, thanks for quick reply. What I am trying to do is to regenerate noise-free wifi frames, which I already captured with HackRf. So I m receiving wifi samples with hack RF then and save both the samples and decoded frames in files. I use the decoded pcap file to regenerate the wifi frames. I

Re: [Discuss-gnuradio] gr-ieee802_11 receiver

2017-04-09 Thread Bastian Bloessl
Hi, On 04/09/2017 03:49 PM, serefay wrote: > Hi, > > Thanks for your reply. I could not find out how can I solve it. But this > problem comes only when I receive from a file source. Even tough when send > the IQ samples that I captured with Hackrf, which i saved in a file, it > encounters the

Re: [Discuss-gnuradio] gr-ieee802_11 receiver

2017-04-09 Thread serefay
Hi, Thanks for your reply. I could not find out how can I solve it. But this problem comes only when I receive from a file source. Even tough when send the IQ samples that I captured with Hackrf, which i saved in a file, it encounters the same problem.Is there any some blocks can be alternative

Re: [Discuss-gnuradio] gr-ieee802_11 receiver

2017-04-08 Thread Bastian Bloessl
Hi, On 04/08/2017 02:32 PM, serefay wrote: > Hello everyone, > > I am using gr-ieee802_11 to regenerate wifi packets. I receive packets with > HackRf and regenerate the same packet with transmitter and now I want to > look whether they look the similar but some packets are not received. I >

Re: [Discuss-gnuradio] gr-ieee802_11 receiver

2017-04-01 Thread serefay
Hi , I am sorry I have send on nabble and did not know that willl add only as thumbnails. I can send grc flow graph but i have changed the original codes so without those cpp files will it work. I dont know but I can send the whole project. I can also send whole files if have time to check it. I

Re: [Discuss-gnuradio] gr-ieee802_11 receiver

2017-04-01 Thread Cinaed Simson
On 04/01/2017 08:41 AM, serefay wrote: > Hi Marcus, > > thank your very much for your reply . In Pictures attached there are my > receiver and transmitter. So with HackRf I have received some wifi packets. > And in my transmitter I read the Pcap file which contains those wifi packets > that I

Re: [Discuss-gnuradio] gr-ieee802_11 receiver

2017-04-01 Thread serefay
Hi Marcus, thank your very much for your reply . In Pictures attached there are my receiver and transmitter. So with HackRf I have received some wifi packets. And in my transmitter I read the Pcap file which contains those wifi packets that I received and sending them all to the transmitter to

Re: [Discuss-gnuradio] gr-ieee802_11 receiver

2017-04-01 Thread Marcus Müller
Hi Seref, Sorry, On 01.04.2017 12:59, serefay wrote: > receive samples and retransmit the same IQ samples wit Tx and save > them in file, but when I try to use that IQ samples from file to receive > them from file source I'm not quite sure I get the full idea of what exactly you're doing.