linux-80211n-csitool-supplementary icon indicating copy to clipboard operation
linux-80211n-csitool-supplementary copied to clipboard

csi_trace = read_bf_file('sample_data/log.all_csi.6.7.6');

Open chendachong opened this issue 8 years ago • 5 comments

There is something wrong, shows"Command not found"

chendachong avatar Aug 03 '16 03:08 chendachong

@chendachong did you figure it out yet? if so can you please tell me how you did it?

tahmidzbr avatar Oct 03 '16 18:10 tahmidzbr

@chendachong and @tahmidzbr, you should process CSI using matlab or octave. running the commands: csi_trace = read_bf_file('sample_data/log.all_csi.6.7.6'); in Ubuntu command line will not work.

ogutiann avatar Oct 19 '16 10:10 ogutiann

@ogutiann I figured my problem is log_to_file csi.dat is not working. Is it working for you? Can you please help me? The problem is when i run the command sudo ...../netlink/log_to_file csi.dat and then open a new terminal to ping to my AP, i see that the ping is correct (i.e.receive replies from AP) but nothing gets recorded in my log_to_file csi.dat

can you please tell me what you did?

I checked my other functionalities: *modified firmware is installed correctly *using unencrypted AP

tahmidzbr avatar Oct 19 '16 10:10 tahmidzbr

@tahmidzbr to get everything working, i followed these two explanations, #234 and #45. make sure that before you ping your AP, run this command sudo dhclient wlan0.

ogutiann avatar Oct 20 '16 01:10 ogutiann

I experience the same problem as @tahmidzbr. sudo dhclient wlan2 (my wlan adapter) did not help.

rt6n1 avatar Apr 15 '18 16:04 rt6n1