ParaQ:Scripting: Difference between revisions
From ParaQ Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==Requirements== | ==Requirements== | ||
ParaQ scripting requirements can be found [[Scripting:Requirements|here]] | ParaQ scripting requirements can be found [[Scripting:Requirements|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 |
Revision as of 08:07, 3 October 2005
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