I'm new to ZMQ
trying to figure out how to integrate it in my project. I need to implement the most basic request-reply model where the server is Java
and the client is C++
. I'm working on Windows
using VS2013 and Eclipse (STS)
.
I find the material on the 0MQ overwhelming and confusing. What I'm looking for is a simple list of steps for:
Downloading the 0MQ Java - what exactly should I download and from what URL for the most recent stable version.
What (location and files) do I need to get into my Eclipse project so that I can begin using 0MQ in my code.
Downloading the 0MQ C++ - what exactly should I download and from what URL for the most recent stable version.
What (location and files) do I need to get into my VS project so that I can begin using 0MQ in my code.
Thanks.