katnip.targets.raw_udp module

class katnip.targets.raw_udp.RawUdpTarget(name, interface, host, port, timeout=None, logger=None)

Bases: katnip.targets.udp.UdpTarget

RawUdpTarget is implementation of a UDP target using a raw socket

__init__(name, interface, host, port, timeout=None, logger=None)
Parameters:
  • name – name of the target
  • interface – interface name
  • host – host ip (to send data to) currently unused
  • port – port to send to
  • timeout – socket timeout (default: None)
  • logger – logger for the object (default: None)