Esempio n. 1
0
 def send_start_command(self):
     self.outgoingUDP.sendto(packets.make_start_packet(), self.address)
 def send_start_command(self):
     self.outgoingUDP.sendto(packets.make_start_packet(), self.address)
Esempio n. 3
0
 def send_start_command(self):
     self.outgoingUDP.sendto(packets.make_start_packet(), self.address)
     self.logger.debug("Sent start command to address %s." % str(self.address))