Future WorkΒΆ

What could be added:

  1. Add option to rename server on the webserver
  2. Make group webserver functions in to an object-oriented structure.
  3. Support to turn on and off a specific server and all its dependents
  4. Change Message class to work with json and not xml (so the javascript calls won’t hold a mixture of json and xml)
  5. Add more generic controllers and testers
  6. Add a virtual machine outlets (So an outlet could turn a virtual machine on, not a physical one)
  7. More AJAX live updates of the network in the GUI
  8. Catastrophe handling - make Ockle start up when major config variables are not set.
  9. More Socket communicators apart from the socket handler
  10. Make the control/outlet/test scheme more universal
  11. Support more types of databases in the logger
  12. Get canviz to work with jquery and drop the need for prototype.js
  13. Better installer, have a nice bootstrap with main setup options
  14. Add more standard methods to pull config variables in the server objects (instead of doing things like self.state = json.loads(testerParams["succeed"]) ).

Project Versions

Previous topic

INI Template file format

This Page