Hi all, I would like to send Multi-Part Messages via a zmq_send_const(..) call over a RADIO socket through UDP at a Multicast Address. So is it possible to:
- Send Multi-Part Messages - Send Messages with Zero-Copy (e.g. via zmq_send_const) - Send over a RADIO socket and receive it at a DISH socket - Send over the raw UDP protocol - Send to a multicast address (e.g. 244.0.0.1) If not, which feature do I need to drop? UDP and Multicast are actually a must have for me. Zero-Copy and Multi-Part Messages are somehow bind to each other, as I try to send data from different locations in memory in one multi-part message. About the socket type I don't care, but I read often that UDP only works with RADIO/DISH. What is the current status in ZMQ Version 4.2.3? Greetings, Stephan -- Distributed Systems Research Group Stephan Opfer T. +49 561 804-6280 F. +49 561 804-6277 Univ. Kassel, FB 16, Wilhelmshöher Allee 73, D-34121 Kassel WWW: http://www.uni-kassel.de/go/vs_stephan-opfer/ _______________________________________________ zeromq-dev mailing list [email protected] https://lists.zeromq.org/mailman/listinfo/zeromq-dev
