Presently the components of OpenVisualizer operate within a single process. We wish to extend this operation across processes and machines, as shown in the diagram below.
Implementations
Nanomsg and ZeroMQ provides a common messaging API for a variety of endpoints – threads, processes, and machines. It would be efficient to use a single tool for messaging across all domains.