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
Javascript respectively Java to WinBoard-converter?
Moderators: hgm, Dann Corbit, Harvey Williamson
Forum rules
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
-
- Posts: 1643
- Joined: Tue May 20, 2008 2:57 pm
- Location: Augsburg - Germany
-
- Posts: 370
- Joined: Tue Feb 04, 2014 11:25 am
- Location: Mumbles, Wales, UK.
- Full name: Colin Jenkins
- Contact:
Re: Javascript respectively Java to WinBoard-converter?
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.
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.
Re: Javascript respectively Java to WinBoard-converter?
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.
The only protocol related command that jsUCI parses is "quit", but that is valid for both winboard and uci.