- Feb 03, 2016
-
-
Michael DM Dryden authored
-
- Jan 22, 2016
-
-
Michael DM Dryden authored
-
- Jan 20, 2016
-
-
Michael DM Dryden authored
Add dstat interface req Add requirement for dstat-interface>=1.0.2 so that it will be upgraded when the plugin is installed. See merge request !2
-
Michael DM Dryden authored
Master Hey Mike, Just added a hook for the dstat plugin to automatically trigger install dstat-interface when the plugin is installed. This should work on Windows machines running Microdrop. Users can simply install the DStat plugin using the "File/Manage plugins../Download plugin..." as it is now hosted on our plugin repository. -Ryan See merge request !1
-
Ryan Fobel authored
-
- Nov 12, 2015
-
-
Ryan Fobel authored
This will trigger it's installation when the plugin is installed.
-
Ryan Fobel authored
-
- Sep 16, 2015
-
-
Michael DM Dryden authored
-
- Jun 05, 2015
-
-
Michael DM Dryden authored
-
- Aug 19, 2014
-
-
Michael DM Dryden authored
-
Michael DM Dryden authored
-
- Aug 15, 2014
-
-
Christian Fobel authored
Usage ===== python test_service.py <service bind addr> [service_time=1.] where: - `service bin addr` is the ZeroMQ address to bind to. - _e.g., `tcp://*:6789`_ - `service_time` is the length of time to simulate a service run in seconds.
-
Christian Fobel authored
-
Christian Fobel authored
Initial commit of ZeroMQ service client plugin demo. The basic idea is to have a service exposed through a ZeroMQ interface, responding on a `zmq.REP` socket to the following two messages: - `start` -> `started` - `notify_completion` -> `completed` This provides a basic inter-process method for starting a service, followed by a notification upon completion. The plugin provides a timeout option for each step in the DMF protocol to limit the amount of time spent waiting for a service to complete. __NB__ As of this commit, the MicroDrop app seems to freeze in the case where the service times out, after the error message indicating the protocol has failed is displayed. This is likely due to threading issues, which will be resolved after the plug-ins are ported to run in separate processes.
-