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

html - jquery - p element wont show after I hid it -

python - BeautifulSoup: How to get the nearest tag -

php - Return Last Insert ID with PDO -