Arnaud Loonstra
Arnaud Loonstra
I'm working on it: https://github.com/sphaero/pyre/tree/gossip I hope to finish it this month
Most of the code is in place. The clients connect and exchange but the logic of the exchange is still missing (zloop). Only I moved to working on zproject and...
No I don't think so. I got stuck in the engine code. I kind of moved to the zyre python binding and letting zproject generate the state machine in python....
I was doing a research in which I needed gossip discovery because it's 'better' for using zyre threads. Although in the end I didn't need it I did get the...
Pyre was written before gossiping was added to Zyre. The gossiping enging is generated using zproject/zproto. There are three options for gossiping support in python: 1: use zyre c binding...
Nice! my thoughts: 1: yes the zyre engine is faster but this is python thing 2/3: I've wanted to make Pyre a drop in replacement for Zyre (binding) This implies...
Just a quick note; you are aware zyre comes with [python bindings](https://github.com/zeromq/zyre/tree/master/bindings) included. What would be very welcome is a high level pythonic interface on top of those bindings which...
either there's no permission or something has changed in C api. Windows 7 is quite old as well. Are you experiencing this on other versions of windows?
I'm very curious about any progress on this! This is one of the holy grails on low level internet. How are you coming along?
No please don't go away! We could really need wan discovery besides broad-/multicast and gossip discovery. Especially if it's a more widely adopted standard.