quilt
quilt copied to clipboard
Mesh chat protocol over ZMQ
occasionally after all tests have been run, nosetests does not exit and just hangs there
The current server.py code only deals with sending, receiving and parsing messages, it does nothing to discover peers on the meshnet (or local network)
Start writing test cases for the current code. Tests should tests all current functionality of Quilt (Sending, receiving, protocol handling)
Due to the p2p based nature of Quilt keeping messages synchronized between all servers is an issue. This could be implemented in the protocol, or in the backbone message send/recv...
Start laying out a GUI of some kind based on the OLPC libraries (sugar, etc)