rossdylan / quilt

Mesh chat protocol over ZMQ
19 stars 1 forks source link

QUILT

A distributed chat client intended for the Sugar environment. Licensed under the MIT License

Build Status:

Master: Build Status on master Develop: Build Status on develop

Core Ideas:

Protocol:

Routing Ideas:

Internals

Dependancies:

pyzmq-static

Hacking

Test Suite

Either use nose directly::

$ nosetests

Or use the setuptools command::

$ python setup.py test