Search found 3 matches

by pgn4web
Wed Sep 14, 2011 2:28 pm
Forum: Endgame Tablebases
Topic: any free tablebase web service?
Replies: 6
Views: 9294

Re: any free tablebase web service?

Why not just request the page through HTTP and parse it? And if your software makes so many requests that parsing speed becomes an issue, then I guess the database server owner won't be very happy with the load you generate, and the server side will become the limiting factor. If a site provides a ...
by pgn4web
Sun Sep 11, 2011 5:26 pm
Forum: Endgame Tablebases
Topic: any free tablebase web service?
Replies: 6
Views: 9294

Re: any free tablebase web service?

Would certainlly be worth knowing if the Lokasoft URL is still live and usable ... anyone had any success with it? the webservice seems fine, I tried with the python-suds library and this script works: from suds.client import Client url = 'http://www.lokasoft.nl/tbweb/tbapi.wsdl' client = Client(ur...
by pgn4web
Sat Sep 10, 2011 8:53 am
Forum: Endgame Tablebases
Topic: any free tablebase web service?
Replies: 6
Views: 9294

any free tablebase web service?

Hello, is anyone aware of any free tablebase web service that I could use in an open source GPL project (a chess games viewer extension for google chrome, see http://code.google.com/p/pgn4web/wiki/BrowserExtension_GoogleChrome)? What I'm looking for is a service that I could query (with javascript f...