Hi All, I want to pass a structure (which contains int, float, char etc) from a client program written in Python to a server program written in C (Operating system is DEOS). But the "socket.send" command in Python supports only String or Readonly buffer. I want to pass a structure. Could you please help me on this? Thanks and Regards, Girish P.G