DSIMA
 All Classes Namespaces Files Functions Variables
implementation.server Namespace Reference

Namespaces

 client
 
 clienthandler
 
 diinterface
 
 gdrinterface
 
 ggrinterface
 
 giinterface
 
 iginterface
 
 isinterface
 
 job
 
 lgiinterface
 
 log
 
 rinterface
 

Functions

def displayHelp
 Display the help of the server. More...
 

Variables

string host = 'localhost'
 Server location. More...
 
int port = 8000
 Server port. More...
 
tuple start_server = websockets.serve(clientHandler, host, port, klass=IPGetterProtocol)
 

Function Documentation

def implementation.server.displayHelp ( )

Display the help of the server.

Variable Documentation

list host = 'localhost'

Server location.

tuple port = 8000

Server port.

tuple start_server = websockets.serve(clientHandler, host, port, klass=IPGetterProtocol)