ComputationalRadiationPhysics / graybat

Graph Approach for Highly Generic Communication Schemes Based on Adaptive Topologies :satellite:
Other
8 stars 4 forks source link

Separate ZMQ from ZMQ independent code #87

Closed erikzenker closed 8 years ago

erikzenker commented 8 years ago

This PR separates the ZeroMQ communication policy in socket base class and a ZeroMQ class. The socket base class provides the signalling management, high level communication and message buffering. The ZeroMQ class now only provides socket management and low level communication methods.

Based on this PR, further socket based communication policies can be implemented (websockets, boost.Asio etc.)

This PR fixes #83.

erikzenker commented 8 years ago

CI says : yeeeeeeeeees :white_check_mark: