swot_simulator.logbook.LogServer

class swot_simulator.logbook.LogServer(hostname: Optional[str] = None, port: int = 9020)[source]

Bases: object

Handle the log server

Parameters
  • hostname (str, optional) – Specifies the IP address we want to listen to.

  • port (int, optional) – Specifies the port we want to listen to.

__init__(hostname: Optional[str] = None, port: int = 9020) None[source]

Methods

LogServer.start([daemon])

Start the server

LogServer.__iter__()