Javascript respectively Java to WinBoard-converter?

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

Norbert Raimund Leisner
Posts: 1643
Joined: Tue May 20, 2008 4:57 pm
Location: Augsburg - Germany

Javascript respectively Java to WinBoard-converter?

Post by Norbert Raimund Leisner »

Hello together,

we have the following converters to the UCI-protocol:

Javascript Universal Chess Interface
http://sourceforge.net/projects/jsuci/

Java Chess Protocol Interface
https://github.com/fluxroot/jcpi

Why not Javascript to WinBoard/CECP-protocol and
Java to WinBoard/CECP-protocol?

Any suggestions?

Best wishes,
Norbert
op12no2
Posts: 490
Joined: Tue Feb 04, 2014 12:25 pm
Full name: Colin Jenkins

Re: Javascript respectively Java to WinBoard-converter?

Post by op12no2 »

Hi Norbert,

I use Edmund's jsUCI to enable my javascript engine Lozza to be fired up in a non-browser context so it can be used in standard UIs, but it's the engine rather then jsUCI that determines the protocol. I chose to implement UCI but I could have chosen Winboard - so in that way jsUCI is perhaps badly named because it is in fact more generic than it appears by name alone.
Edmund
Posts: 670
Joined: Mon Dec 03, 2007 3:01 pm
Location: Barcelona, Spain

Re: Javascript respectively Java to WinBoard-converter?

Post by Edmund »

colin is correct. jsUCI is perfectly capable to interface between winboard and javascript too. I just have happened to write example code of how to implement it for uci.

The only protocol related command that jsUCI parses is "quit", but that is valid for both winboard and uci.