A simple Wi-Fi handover simulator.
- Zenono dataset (to download inside the
datafolder).
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 configurationInstall PyQt5 on server to fix warning (possibly in virtual environment):
python -m pip install PyQt5