brunosoaresds / csi-monitor

GUI Tool for monitor, in real-time, the CSI measures from off-the-shelf Commercial Atheros WiFi NIC
MIT License
43 stars 10 forks source link

Ssh needed for CSI Monitor GUI on 2 devices? #9

Open teaganharatua opened 4 years ago

teaganharatua commented 4 years ago

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!

teaganharatua commented 4 years ago

Attached is the error log in the MATLAB

erro_log

brunosoaresds commented 4 years ago

Yes, its needed @teaganharatua . But you can use ssh to localhost. That ssh layer is a part of the code, but you can change it on the python layer of realtime_view.

About your print problem, is a rename command error. im fixing it right now on the master branch. Pull the new code and initialize the view by the realtime_view command.

teaganharatua commented 4 years ago

Thanks for the reply! another question, if I may @brunosoaresds, After managing to connect into the realtime_view, and changing the MAC Adress to the reciever's MAC Address on "self.socket.send" in the DMClient.py file. I ran the realtime_view GUI

The resulting graph shows a flat line, and the exported log file is showing empty arrays, any idea on the cause of the issue?

Attached are the screenshots of the issue

image image image