You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyCozmo can only send command to Cozmo when the computer is connected to Cozmo WIFI server ! But now there's no code to connect your application to Cozmo wifi in PyCozmo.
Then I have try to use pywifi library to connect programmatically to Cozmo wifi ! This library is crossplatform.
I just experimented with this. many modern Linux distros use nmcli now to control networks, pywifi uses wpa_cli which is not set up to be run without root in these aforementioned modern Linux distros.
PyCozmo can only send command to Cozmo when the computer is connected to Cozmo WIFI server ! But now there's no code to connect your application to Cozmo wifi in PyCozmo.
Then I have try to use pywifi library to connect programmatically to Cozmo wifi ! This library is crossplatform.
https://pypi.org/project/pywifi/
https://github.com/awkman/pywifi
Example working with Windows 7 and last dev PyCozmo branch :
The text was updated successfully, but these errors were encountered: