On Wed, Feb 24, 2010 at 4:50 PM, Umar Shah wrote:
> Hi,
>
> If you are sending over the network, better use a protocol for such
> communication,
> on python side you can serialize the object into a json or xml string
> and let the server handle the data accordingly.
>
Use the "struct" module for
Hi,
If you are sending over the network, better use a protocol for such
communication,
on python side you can serialize the object into a json or xml string
and let the server handle the data accordingly.
regards,
umar
On Wed, Feb 24, 2010 at 4:14 PM, Goudar, Girish
wrote:
> Hi All,
>
>
>
> I w
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 pl