Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 498 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 498 Bytes

mqproxy

mqproxy is a simple ZeroMQ proxy and forwarder.

Note that you need the newest version of libzmq in order to build.

Build

You need a C++ compiler like GCC, CMake and the headers for libzmq (like libzmq3-dev).

mkdir build
cd build
cmake ..
make

License

This software is licensed under the MIT license. The ZeroMQ licensing information can be found under http://wiki.zeromq.org/area:licensing.