4.7 remote.melserver -- Contains the MEL server class

startMELServer( address=None, port=None)
Start the MEL server thread. address is the address of the server (default: localhost), port is the port number where the server is listening.

stopMELServer( )
Stop the MEL server thread.