rossdylan / quilt

Mesh chat protocol over ZMQ
19 stars 1 forks source link

Add protocol implementation #1

Closed rossdylan closed 12 years ago

rossdylan commented 12 years ago

Add protocol implementation to the QuiltProtocol object. The handle method is stubbed out and most of the logic should go there.

rossdylan commented 12 years ago

implementation for ping/pong is mostly complete, server_connect is complete

rossdylan commented 12 years ago

basic implementation for join/part is complete pending tests

rossdylan commented 12 years ago

all the basic protocol peices are written: ping pong message join part server_connect