def _getMac(): """Get our machines mac address and format it for the packet.""" return '{:0>12X}'.format(uuid.getnode())