For sure, go ahead and make the PRs. That's our only basis for discussing code and improving it.
On Tue, Dec 17, 2013 at 2:08 AM, Michael Haberler <[email protected]> wrote: > czmq: this branch adds two new methods to zbeacon: > https://github.com/mhaberler/czmq/commits/zbeacon-unicast > > // Start/stop listening on unicast packets > void zbeacon_unicast (zbeacon_t *self, int flag) > > // Send a frame directed to a particular IP unicast address once > void zbeacon_send (zbeacon_t *self, char *ipaddress, byte *transmit, size_t > size) > > Selftest included; currently no support for Windows. > > > pyczmq: this patch adds pyczmq bindings for the above, including selftest: > https://github.com/mhaberler/pyczmq/commits/zbeacon-unicast > > > if this is agreeable I'll make those PR's. > > Michael > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
