Dear devs (and possibly users)
I have been trying to find documentation for the web service that is built into the picochess software, but so far with no luck. Are there some docs, that I have just been unable to find? Or some place in the code, where I can see what requests will give what kinds of responses?
Some background:
I have been given the task of making some software, that functions as middleware between an industrial robot arm and a DGT Pi, so that the arm will move the pieces of the computer player. In order to do that, I need to get information about the latest computer move from picochess. Currently the intention is to have my middleware running on the robot's builtin computer, so the webservice seems like the best way to get the data.
I am not particularly familiar with Python, so the way that it references other code seems to involve some "automagic" stuff that I don't get. So far, I have been able to find the specific requests that it will respond to, but not where the responses are generated. Any hints to point me in the right direction will be appreciated.
I am aware of FEN-strings and how to decipher them. so something that simply gives me the current setup of the game, will be fine.
Thank you in advance for whatever assistance you can provide.
Regards
Ole