You obviously have the correct paths and slashes in your picochess.ini file to get the initial connection:
### Parameters for a remote engine (server) (from 3.0 on can be used in at the same time with standard engines)
## v3 Where is the server with the engine
engine-remote-server = 192.168.1.245 (The IP address of your windows device)
## v3 What user to use for connect to the remote-engine server
engine-remote-user = Scally (User of your windows device login)
## v3 What password for the remote-engine-server
engine-remote-pass = mywinpassword (Password of your windows device login)
## The secret server-key for the remote-engine-server
# engine-remote-key = your_secret_key
## v3 The home path (where the engines live) for the remote-engine-server
engine-remote-home = C:\\Users\\Scally\\Chess\\ (path where your engine folders and batch files are)
On my Windows tablet, using stockfish12 as an example:
My folder layout is: \Scally\Chess\Stockfish-12\
inside my Stockfish-12 folder is my Stockfish 12 engine named stockfish_2009016_x64_modern.exe
also in my \Scally\Chess folder\ I have my remote_stockfish.bat batch/script file
This is the contents of the batch file:
cd C:\Users\Scally\Chess\Stockfish-12
C:\Users\Scally\Chess\Stockfish-12\stockfish_20090216_x64_modern.exe
Within Picochess I have my uci file and engines.ini entries:
and within your engines.ini file, also in /opt/picochess/engines/armv7l/ add this:
[remote_stockfish]
name = Stockfish 12 Windows remote-engine
small = SF12 R
medium = Stf 12 R
large = Stockf 12 R
elo = 3210
ccrl = 3431
levels = 21
cores = 3, level 20 4 cores
ponder/brain = y
fischer chess960 support = y
comments: Win Tablet Remote Engine
I hope that all makes sense, it’s late here and I’ve rushed this before retiring for the night.
Al.