--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/picochess/e5dc88c4-fa43-44c0-8232-03272fd3e568n%40googlegroups.com.
Here's attached the manual to create a remote engine and a remote tutor for your consideration.In the manual I detailed also how to install the ssh server on windows and create a pi user on windows dedicated to the ssh connection.During my tests I was surprised to see picochess launching two instances of the remote tutor on the windows machine, so after digging a bit I discovered the concept behind it and decided to document this as well.Hope this is useful, especially to the newcomers.AG
"I think the first thing to check is the Parallels network mode. For the PicoChess remote-engine setup, the Raspberry Pi must be able to reach the Windows VM directly over the LAN and open an SSH connection to it.
If the VM is using Shared/NAT networking, try switching it to Bridged Networking so that Windows gets its own IP address on the same network as the Raspberry Pi.
Then, from the RPi, first test:
ping <Windows-IP>
and then:
ssh pi@<Windows-IP> - this is assuming you have a pi user configured
If SSH works, the PicoChess remote-engine configuration should then be testable in exactly the same way as described in the manual that Andrea created.
Your x64 notebook will of course be an easier first test, because it removes the Parallels networking layer."
Hope this helps.
Andrea.