Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote #230

Open
arsalanses opened this issue Jan 20, 2022 · 1 comment
Open

Remote #230

arsalanses opened this issue Jan 20, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@arsalanses
Copy link

Hi,
Is there any solution to add remote engine to Liground?
I tried to add by this way showed in picture:
but that doesn't work :(

Linux, Stockfish chess engine as remote service
image

@QueensGambit
Copy link
Collaborator

Hello @arsalanses ,
we haven't considered this use case yet, but it seems useful.
Currently, the engine can only be started as a local process on the computer.

// spawn engine process
if (!fs.existsSync(binary)) {
msg.error(`Could not find engine binary "${binary}"`)
return
}
msg.debug('Running:', { binary, cwd })
child = spawn(binary, [], { cwd }).on('error', err => msg.error(err.message))

@QueensGambit QueensGambit added the enhancement New feature or request label Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants