You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just an idea, because I like ZeroMQ and because it's allready a dependency :)
We could expose the state of the pipeline through a zmq api. The network structure could be exposed with a REQ-RES pattern and the various nodes' states through a PUB-SUB pattern.
The REQ-RES pattern could also be used for "control" requests like : run X, invalid cache for X, pause after X, etc...
That would enable any HMI technology to be used on top of it...
The text was updated successfully, but these errors were encountered:
Just an idea, because I like ZeroMQ and because it's allready a dependency :)
We could expose the state of the pipeline through a zmq api. The network structure could be exposed with a REQ-RES pattern and the various nodes' states through a PUB-SUB pattern.
The REQ-RES pattern could also be used for "control" requests like :
run X
,invalid cache for X
,pause after X
, etc...That would enable any HMI technology to be used on top of it...
The text was updated successfully, but these errors were encountered: