mqproxy is a simple ZeroMQ proxy and forwarder.
Note that you need the newest version of libzmq in order to build.
You need a C++ compiler like GCC, CMake and the headers for libzmq (like libzmq3-dev).
mkdir build
cd build
cmake ..
make
This software is licensed under the MIT license. The ZeroMQ licensing information can be found under http://wiki.zeromq.org/area:licensing.