quilt icon indicating copy to clipboard operation
quilt copied to clipboard

Mesh chat protocol over ZMQ

Results 5 quilt issues
Sort by recently updated
recently updated
newest added

occasionally after all tests have been run, nosetests does not exit and just hangs there

bug

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)

Feature

Start writing test cases for the current code. Tests should tests all current functionality of Quilt (Sending, receiving, protocol handling)

enhancement
In progress

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...

Potential Bug

Start laying out a GUI of some kind based on the OLPC libraries (sugar, etc)

Feature