Skip to content

ptrchv/WifiRoam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WifiRoam

A simple Wi-Fi handover simulator.

Data

plt() show with Remote-SSH (VSCode)

Check on server if X11Forwarding is enabled (X11Forwarding yes):

vim /etc/ssh/sshd_config
# uncomment "X11Forwarding yes"

Enable X11Forwarding on client connection (add ForwardX11 yes in host configuration):

vim ~/.ssh/config
# add `ForwardX11 yes` in host configuration

Install PyQt5 on server to fix warning (possibly in virtual environment):

python -m pip install PyQt5

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages