Tuesday 19 May 2009

Working On Protocol

I'm working on the core go protocol. I'm inspired by Go Text Protocol (GTP) version 2 even though GTP is mainly used for computer to computer comunication. There are few issues need to address:
  • Character set - Unicode
  • Encoding - in UTF8
  • Transportation format - in XML, particularly in DOM

No comments: