get_zmqipc#

wattson.util.misc.get_zmqipc(ip_addr: str, port: int)#

Return the IPC Filename based on an IP address and a Port usually used for TCP communication.

Parameters:
  • ip_addr (str) – The IP address

  • port (int) – The Port (former TCP Port)