I\'ve written a ntp client in python to query a time server and display the time and the program executes but does not give me any results. I\'m using python\'s 2.7.3 integ
msg = '\x1b' + 47 * '\0' ....... t = struct.unpack( "!12I", msg )[10]