Hi Richard,

have a look at the server and client implementation in src. Those should get you started quickly.

* https://github.com/zeromq/filemq/blob/master/src/filemq_server.c
* https://github.com/zeromq/filemq/blob/master/src/filemq_client.c

For a more through documentation check out the zguide:

http://zguide.zeromq.org/page:all#Large-Scale-File-Publishing-FileMQ

Cheers
//Kevin

On 30.01.2018 21:10, Richard Závodný wrote:
Hi,
I want use FileMQ and ZeroMQ in my project (C++). I successfully sent message and received response using pure ZeroMQ, but don't know how to use FileMQ for sending file. Let's say, I want transfer .jpg file from client to server. How do I do that? Also how do I handle big files? Is in FileMQ some lossless compression algorithm (like zlib), or I need use another library if I want achieve that?

Thanks, hope you help me. :)
Richard

_______________________________________________
zeromq-dev mailing list
[email protected]
https://lists.zeromq.org/mailman/listinfo/zeromq-dev

_______________________________________________
zeromq-dev mailing list
[email protected]
https://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to