how to send an array over a socket in python -
i have array kind of ([1,2,3,4,5,6],[1,2,3,4,5,6])
this. have send on stream/tcp socket in python. have receive same array @ receiving end.
you can serialize object before sending socket , @ receiving end deserialize it. check this
Comments
Post a Comment