[cats-devel] AI-Contest Protocol

  • From: Denis Rotanov <denis@xxxxxxxxxxx>
  • To: cats-devel@xxxxxxxxxxxxx
  • Date: Thu, 04 Jun 2015 12:45:30 +1000

I tried to summarize my thoughts on a communication protocol between master, slaves and spawner here
https://gist.github.com/rotanov/a22dbdba7af6475cfb36

There are some unclear points. I'm inclined to eradicate asynchrony from the protocol so master will never have to parse anything since he's sure to await response from the slave he sent message to. And it will make spawner implementation a little bit easier.

Other related posts: