Hi all, >> For zeromq based apps and servers, it would be quite nice to have a >> zeromq based naming service and I have often though about writing one >> myself. But, because of the security issues, such a naming service >> won't be as useful on the WAN quite yet. >> >> In summary, on the LAN both zeroconf and a zeromq based naming service >> both make good sense. On the WAN, neither do right now. > > At this point I'll just say that ZeroConf, once you have a decent > wrapper, is still my favorite solution. No futzing around, it just tends to > work.
I looked at adding a Avahi wrapper to pyzmq back in February/March, but then was distracted so never completely finished the work. I've attached what I had done in case anyone finds it useful. iirc Avahi doesn't allow for discovering services that are published on the same host (which may have been why I abandoned it). The code hasn't seen much love for a long time and is a bit rough around the edges - sorry about that, I hope someone finds it useful none the less. --Dave
zmqconf.py
Description: Binary data
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
