rtCommon.projectServer

Main (command-line) program for running the projectServer. Instantiates both the web interface and an RPC server for handling client script commnds.

Module Contents

Classes

ProjectServer

The main server for running a project. This server starts both the web server and an RPC server.

Attributes

currPath

rootPath

argParser

rtCommon.projectServer.currPath
rtCommon.projectServer.rootPath
class rtCommon.projectServer.ProjectServer(args)

The main server for running a project. This server starts both the web server and an RPC server.

start()

Start the Web and RPC servers. This function doesn’t return.

stop()
rtCommon.projectServer.argParser