rossdylan / quilt

Mesh chat protocol over ZMQ
19 stars 1 forks source link

Add ability to discover peers on a meshnet #2

Open rossdylan opened 12 years ago

rossdylan commented 12 years ago

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)

rossdylan commented 12 years ago

Avahi service is written, needs to be integrated into QuiltServer / QuiltProtocol