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

java - How to print docx and pdf? -

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -

java - IntelliJ to move a class along with conflicted classes to a new package? -