DSIMA
 All Classes Namespaces Files Functions Variables
server.py File Reference

Namespaces

 implementation.server
 

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)