csi-monitor icon indicating copy to clipboard operation
csi-monitor copied to clipboard

Ssh needed for CSI Monitor GUI on 2 devices?

Open teaganharatua opened this issue 5 years ago • 3 comments

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 avatar Dec 17 '19 00:12 teaganharatua

Attached is the error log in the MATLAB

erro_log

teaganharatua avatar Dec 17 '19 00:12 teaganharatua

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.

brunosoaresds avatar Dec 18 '19 23:12 brunosoaresds

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

teaganharatua avatar Dec 26 '19 16:12 teaganharatua