rtCommon.exampleService

An example remote command-line service, for example as would be run at the scanner computer or the presentation computer to receive requests from the the classification script.

This service instantiates an ExampleInterface for sending/receiving example requests to the projectServer in the cloud. It connects to the remote projectServer. Once a connection is established it waits for requests and invokes the ExampleInterface functions to handle them.

Module Contents

Classes

ExampleService

Attributes

currPath

rootPath

connectionArgs

rtCommon.exampleService.currPath
rtCommon.exampleService.rootPath
class rtCommon.exampleService.ExampleService(args, webSocketChannelName='wsData')
runDetached()

Starts the receiver in its own thread.

rtCommon.exampleService.connectionArgs