RPCZ: Protocol Buffer RPC transport
Forked from https://code.google.com/p/rpcz/
- Added changes to compile on OSX in CMakeLists.txt for boost_system
- Added changes to find standard zeromq without zmq.hpp which is included in include
- Assume GLOG is there for testing
- Added two examples of client and server coexisting
To Compile and install with headers in /my/location/
cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/my/location -Drpcz_install_headers=1 -Drpcz_build_examples=1 make make install