4.5 remote -- Initialization functions

init( server=None, port=None)
Initialize the remote mel module. server is a string containing the server address to connect to. The server string may contain an optional port number or you may specify the port number via the port argument.

This function must be called before remote.mel is imported, otherwise it won't have an effect.