Quote:
Originally Posted by bobbysq
On Linux, I'm getting this in the log:
Code:
00:01.6 WARNING QSslSocket: cannot resolve SSLv2_client_method
00:01.6 WARNING QSslSocket: cannot resolve SSLv2_server_method
|
Those warnings are about the auto-updater, it won't affect the DS <-> robot communications at all. The most probable thing is that
libssl does not have SSLv2 because it is outdated. I will change the programming to avoid these warnings, however, your should not worry about it.
Quote:
Originally Posted by bobbysq
When I last tried it, this actually kept me from accessing the robot.
|
Probably, you had more than one Driver Station (be it the official one or the QDriverStation) trying to connect to the robot. If that happens, only one of them will be able to connect to the robot (or none at all).
Another thing, having the QDriverStation opened may not allow you to upload code to the robot, this happened with 2009-2014 robots only, however, the issue was fixed (at least for the users that reported the issue).