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

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -