qat.plugins.RemotePlugin

A remote plugin started in server mode can be accessed by connecting to the port and IP address. The usage of a remote plugin is detailed in the executing section

class qat.plugins.RemotePlugin(port=None, ip=None, connection=None)

RemotePlugins are built from a port and an ip address.

Parameters
  • port (optional, int) – a port to connect to

  • ip (optional, str) – the IP address to connect to

  • connection (optional, Thrift connection) – for internal use

compile(batch, specs)

Compile the batch via the connection