0 -65.5107 -88.1142 0.999312 -0.0338224 0.0152333 0 0.0370946 0.910334 -0.412208 0 7.44406e-005 0.412489 0.910962 0 0 -65.5107 -88.1142
123456
//send data to the Slave std::cout << strlen(sendData) << " " << slen << std::endl; if (sendto(s, sendData, strlen(sendData) , 0 , (struct sockaddr *) &si_other, slen) == SOCKET_ERROR) { std::cout << "sendto() failed. Error: " << WSAGetLastError() << std::endl; }