Server.run

Server.run()[source]

Starts the server. The server will _run in an endless loop until the message ‘quit’ is received. Clients can connect to the TCP port and send text string. The message will be parsed by the parser, which will call the respective function. If the message is invalid, a help string will be sent to the client.

Raises

OSError – Various socket errors, e.g. address or timeout