Constructor

Listener( loc, port )

Params:

  • loc: location of the simulation sergeant
  • port: port number of the sergeant

Return:

New constructed listener instance.

lis = Listener(loc='localhost', port=33333)