Noufal0247 0 Newbie Poster

hi all,

i am new to python programming.i need to develop one client server program. here once the client and the server start at the first time, the client automatically send one message to the server . this is a random message, here after the client is waiting for a packet of data of the form 54H68H 1AH 0DHOAH. after receiving this hexa decimal packet the client again send some random message to server and again waiting for the same hexa decimal packet. SO my question is "How can i send this Hexa decimal packet from server to client ?". This hexa decimal packet is of the form " 2 byte header ie(54H68H) protocol no ie(1AH) end mark ie(0DH0AH)".