ParaQ:Scripting

From ParaQ Wiki
Revision as of 08:07, 3 October 2005 by Berk (talk | contribs)
Jump to navigationJump to search

Requirements

ParaQ scripting requirements can be found here

Design

ParaQ scripting will be build on top of the server manager (SM) API. Main reasons behind this decision are:

  • We need a scripting interface independent of the GUI (accessible through the python client)
  • SM is designed to provide such an interface
  • SM is already wrapped into Tcl, Python and client/server streams