Re: [Discuss-gnuradio] why can't use iwconfig when I run the gr-ieee802-11

2017-06-10 Thread Marcus Müller
Hi Siyu, On 06/09/2017 11:04 PM, zhan siyu wrote: > Hi Bastian, > > Thanks for reply. I know they are two different values. 5M is for > the physical layer and 115K bits/s is for the application layer. The > application layer's upper bound should be the physical layer. um, yeah, it's a strict

Re: [Discuss-gnuradio] why can't use iwconfig when I run the gr-ieee802-11

2017-06-09 Thread zhan siyu
Hi Bastian, Thanks for reply. I know they are two different values. 5M is for the physical layer and 115K bits/s is for the application layer. The application layer's upper bound should be the physical layer. So the value of application layer should always be less than the physical layer' s.

Re: [Discuss-gnuradio] why can't use iwconfig when I run the gr-ieee802-11

2017-06-09 Thread Bastian Bloessl
Hi, On 06/09/2017 05:14 PM, zhan siyu wrote: Then how to explain the relationship between the 5M and the 115K bits/s throughput? I cannot since I see absolutely no relationship. Maybe you want to explain (in detail) why you think these numbers should match. Best, Bastian Best

Re: [Discuss-gnuradio] why can't use iwconfig when I run the gr-ieee802-11

2017-06-09 Thread zhan siyu
Hi , I made a mistake. The unit of the throughput is wrong. It should be Kb/s. And I wrote a TCP client and server to run over the gr-ieee802-11. I set the sample rate to 5M so that no O errors and the packet lost rate is only 3%. Also I choose the BPSK1/2 encoding. The throughput is only 115K

Re: [Discuss-gnuradio] why can't use iwconfig when I run the gr-ieee802-11

2017-06-08 Thread Bastian Bloessl
Hi, On 06/07/2017 02:32 PM, zhan siyu wrote: Thanks for your reply. Let me explain what I 'm doing. I have two B210s connected with two computers. I want to measure the throughput between the two computers over the usrp connection over gr-ieee802-11. But no matter how hard I try, like tuning

Re: [Discuss-gnuradio] why can't use iwconfig when I run the gr-ieee802-11

2017-06-07 Thread zhan siyu
Thanks for your reply. Let me explain what I 'm doing. I have two B210s connected with two computers. I want to measure the throughput between the two computers over the usrp connection over gr-ieee802-11. But no matter how hard I try, like tuning the parameters and turning off my own wifi card

Re: [Discuss-gnuradio] why can't use iwconfig when I run the gr-ieee802-11

2017-06-07 Thread Bastian Bloessl
Hi, On 06/07/2017 03:04 AM, zhan siyu wrote: Thanks. I just wonder why. Because I meet some performance problem. I thought it maybe caused by my misconfiguration of the gr-ieee802-11 code. Now, it seems not. I'm a bit confused why the fact that the transceiver is not configured through

Re: [Discuss-gnuradio] why can't use iwconfig when I run the gr-ieee802-11

2017-06-06 Thread zhan siyu
Thanks. I just wonder why. Because I meet some performance problem. I thought it maybe caused by my misconfiguration of the gr-ieee802-11 code. Now, it seems not. However, theoretically, as my current sample rate is 10M and BPSK. So the coding rate should be 10M/2 = 5M b/s. The throughtput

Re: [Discuss-gnuradio] why can't use iwconfig when I run the gr-ieee802-11

2017-06-06 Thread Bastian Bloessl
Hi, On 06/06/2017 03:55 PM, zhan siyu wrote: Hi all, I just found I can't use the iwconfig tap0 rate 20M to setup the bandwidth of the tap0. The error message is : Error for wireless request "Set Bit Rate" (8B20) : SET failed on device tap0 ; Operation not supported. But in their

[Discuss-gnuradio] why can't use iwconfig when I run the gr-ieee802-11

2017-06-06 Thread zhan siyu
Hi all, I just found I can't use the iwconfig tap0 rate 20M to setup the bandwidth of the tap0. The error message is : Error for wireless request "Set Bit Rate" (8B20) : SET failed on device tap0 ; Operation not supported. But in their video , it can be set in this way. May I know how