Git Product home page Git Product logo

csi-monitor's People

Contributors

brunosoaresds avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

csi-monitor's Issues

question about on csi-monitor

dear

   I have uesed atheros to receive the csi .Now I want to realtime-processing for csi.Your sourse is helpful to me. I want to ask the question about the csi-monitor.I do it as the introduction.When I make install ,it says a mistake. 
     Is it necessary to be in a folder(opt/)?

Ssh needed for CSI Monitor GUI on 2 devices?

Hello, is the ssh connection still needed if only two devices were used (1 AP and one Client (both Ubuntu 14.04))? I've been running the csi-gui-tool on the AP device, but I'm unable to start the monitoring using the gui, as nothing shows up.

Thanks again!

Could not connect to sender

Hi,
I have a hostapd-based network where sender is 10.10.0.1 and receiver is 10.10.0.2. I can ping between them with no issue. Both PCs have all the requirements for this tool, but when I run the GUI and introduce sender's IP it shows a 'could not connect to sender' error. I verified that the csi-device-manager service is running in both devices. What can I do?
Thanks

GUI not running: undefined function or variable 'realtime_view'

Hi @brunosoaresds
I was trying to run your CSI monitor today and apparently there was a filename change that provoked this in MATLAB just by trying to run the GUI:

csi_monitor_gui
Undefined function or variable 'realtime_view'.

Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)realtime_view('csi_receiver_CreateFcn',hObject,eventdata,guidata(hObject))
Undefined function or variable 'realtime_view'.

Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)realtime_view('csi_sender_CreateFcn',hObject,eventdata,guidata(hObject))
Undefined function or variable 'realtime_view'.

Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)realtime_view('graph_window_CreateFcn',hObject,eventdata,guidata(hObject))
Undefined function or variable 'realtime_view'.

Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)realtime_view('sender_seconds_CreateFcn',hObject,eventdata,guidata(hObject))
Undefined function or variable 'realtime_view'.

Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)realtime_view('sender_packets_CreateFcn',hObject,eventdata,guidata(hObject))
Undefined function or variable 'realtime_view'.

Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)realtime_view('subcarriers_CreateFcn',hObject,eventdata,guidata(hObject))
Undefined function or variable 'realtime_view'.

Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)realtime_view('tx_CreateFcn',hObject,eventdata,guidata(hObject))
Undefined function or variable 'realtime_view'.

Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)realtime_view('rx_CreateFcn',hObject,eventdata,guidata(hObject))
Undefined function or variable 'realtime_view'.

What do you suggest me to do or could you upload a fixed version?
Thank you

csi-device-manager on OpenWRT

Is it possible to use this tool if I use OpenWRT Router? If so, how to compile the tool and integrate it with OpenWRT source code? Thank you

Rearranging CSI based on perm

Hi @brunosoaresds ,
Thank you for sharing us the work. Really appreciate it.

I have a question regarding CSI sampling from this file. Do you reckon that permutation matrix should be done before sampling it similar the one in here?
Regards

Epoch/Unix timestamp in received csi data

Hello,
I was wondering if in addition to the radio timestamp available in the atheros csi tool, can an epoch/unix timestamp be included for each packet received? If yes, I would be really grateful if you can explain to me how can that be done.
Thanks for your amazing work in building the real-time monitor tool and making it available. Is it possible to install this tool on an AP running OpenWrt, or it it applicable only to 2 PCs running the Ubuntu version of the atheros csi tool, with one configured as AP with hostapd?

Many thanks.
Kind regards

Installing csi-device-manager on ubuntu 16.04 Error

Hello,

I am trying to install CSI on my ubuntu 16.4. I have Matlab and Python installed and SSH activated. Once I run the command make, it gives me the following warnings (First code). But then I run make install command, it shows that I got Syntax error (second code at the bottom). Could you please help me to figure it out and finish the installing the tool?
Also, could you let me know what routers I can buy to try this tool at home?

Thanks!

~/Downloads/csi-monitor-master/csi-device-manager$ make
gcc -pthread -c ./src/csi_fun.c -o ./build/csi_fun.o
./src/csi_fun.c: In function ‘record_status’:
./src/csi_fun.c:140:27: warning: left shift count >= width of type [-Wshift-count-overflow]
             ((buf_addr[0] << 56) & 0x00000000000000ff) | ((buf_addr[1] << 48) &
                           ^
./src/csi_fun.c:140:72: warning: left shift count >= width of type [-Wshift-count-overflow]
          ((buf_addr[0] << 56) & 0x00000000000000ff) | ((buf_addr[1] << 48) & 0x
                                                                     ^
./src/csi_fun.c:141:27: warning: left shift count >= width of type [-Wshift-count-overflow]
             ((buf_addr[2] << 40) & 0x0000000000ff0000) | ((buf_addr[3] << 32) &
                           ^
./src/csi_fun.c:141:72: warning: left shift count >= width of type [-Wshift-count-overflow]
          ((buf_addr[2] << 40) & 0x0000000000ff0000) | ((buf_addr[3] << 32) & 0x
                                                                     ^
./src/csi_fun.c:151:27: warning: left shift count >= width of type [-Wshift-count-overflow]
             ((buf_addr[7] << 56) & 0x00000000000000ff) | ((buf_addr[6] << 48) &
                           ^
./src/csi_fun.c:151:72: warning: left shift count >= width of type [-Wshift-count-overflow]
          ((buf_addr[7] << 56) & 0x00000000000000ff) | ((buf_addr[6] << 48) & 0x
                                                                     ^
./src/csi_fun.c:152:27: warning: left shift count >= width of type [-Wshift-count-overflow]
             ((buf_addr[5] << 40) & 0x0000000000ff0000) | ((buf_addr[4] << 32) &
                           ^
./src/csi_fun.c:152:72: warning: left shift count >= width of type [-Wshift-count-overflow]
          ((buf_addr[5] << 40) & 0x0000000000ff0000) | ((buf_addr[4] << 32) & 0x
                                                                     ^
gcc -pthread -c ./src/socket.c -o ./build/socket.o
gcc -pthread -c ./src/sender.c -o ./build/sender.o
gcc -pthread -c ./src/csi_collector.c -o ./build/csi_collector.o
gcc -pthread -c ./src/main.c -o ./build/main.o
gcc -pthread ./build/csi_fun.o ./build/socket.o ./build/sender.o ./build/csi_collector.o ./build/main.o -o ./build/csi_device_manager

~/Downloads/csi-monitor-master/csi-device-manager$ make install
/bin/sh: 25: Syntax error: Unterminated quoted string
Makefile:43: recipe for target 'install' failed
make: *** [install] Error 2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.