ComputationalRadiationPhysics / graybat

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

Added command line argument for signaling ip address #79

Closed erikzenker closed 8 years ago

erikzenker commented 8 years ago

The zmq signaling server did only listen on local host (127.0.0.1). I added a command line parameter which lets you configure the ip address the signaling server should listen on. local host will stay the default.

This fixes #78