Protocol Generator

Protocol Generator & Serializer Abstract in this document, I will descript conceptual protocol implementation which is used to connecting server and client. By defining procotol prototype as C++ grammar style, anyone who has experienced with C, will easily define protocol and readability is supported. Lex/Yacc is used for tokenizing text and generating related loader. Once … Continue reading Protocol Generator