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

Reply via email to