Sean Hamilton Week 2 Report
14 April 2014
Server and Communications Update
A CommsProcessor
class was developed which abstracts the threading and delivery of updates and processing of other message types for both clients and server.
A Socket
class was developed to abstract the network communication symantics and to provide a universal interface to CommsProcessor for both WinSock or POSIX sockets.
An abstract Serialize
class was developed to enforce a formal protocol for classes that can be serialized over the network.
The skeleton of the server was written to initialize the CommsProcessor object, provide a queue of client updates and send updates to clients.
blog comments powered by Disqus