-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Vdemo is a program used to easily start complex demos with many components on different machines. Vdemo uses screen and a shared key environment to start the components.
Vdemo is currently used to start, monitor and stop components on our robot platform setups. Hyperion is intended to replace Vdemo, picking up it's useful features, getting rid of it's current negative aspects.
Negative aspects of Vdemo:
- xterm is required to be installed on the host running vdemo and on any machine vdemo connects to (meaning any involved party needs to have an xserver installed too)
- It is written in tcl/tk
- Only a single thread is used for the GUI and starting/checking/stopping components, resulting in the GUI freezing, when one of the mentioned processes takes more than a few milliseconds
- No dependency checks for running processes
Positive aspects of Vdemo:
- It provides a simple way of starting and monitoring programs as components of a demo setup
- Writing new components is easy
- Interchangeability of components in a setup
- Usage of screen ensures non-network reliant components will continue running on a remote host, after connection is lost
TMuLE is a launch engine written in python that controls tmux sessions to deploy pre-configured software system using YAML configurations.
TMuLE does not provides all features planned for this project, but gives a good working base to build on, because it already works similar to what this project is aimed to achieve (and its code is uncluttered compared to Vdemo).
An initial structure for the system components has been chosen: YAML file format. (may be subject to change)
EMPTY