Hi Dr. Pan, it seems piconet fails to work on win10.
here is my experience testing piconet on win10:
- Download VirtualBox and multipass from Official website on Internet.
*note that it is better not to change installation directory for them in case of incompatibility issues, use the default directory instead. - Run piconet
I used 'Git bash' to run linux subsystem on win10 to run piconet.Code: Select all
cd ~/csc361-lab-setup-master
However, it seems on win10, the time out problem still exists even if the uvic vpn is not usedCode: Select all
./piconet run
here is the error I got:
"" - Creating piconet
launch failed: The following errors occurred:
piconet: timed out waiting for response - - Waiting for VM piconet to come up
Error: Timed out waiting for VM to come up
""
But, it can be seen from multipass that piconet instance is created:
=====================================================
Name State IPv4 Image
mp1 Running N/A Ubuntu 18.04 LTS
piconet Running N/A Ubuntu 18.04 LTS
=========================================================
I am not sure if it is my problem that any configurations went wrong during the process.