ParaQ:Scripting
From ParaQ Wiki
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