numpy-using-socket
numpy-using-socket copied to clipboard
Send Python Numpy Array over TCP/IP socket with simple codes.
When using npsocket for cross platform transfers (i.e. between macos and windows or linux and windows) it is important to add the Indianess specfifier in teh pack and unpack routine....
I created the class below, it essential does the same thing but it is bidirectional and I pass dictinaries back and forth which can contain numpy arrays, strings ect. Do...
Hi! When starting a receiver, the command given is `initalize_receiver`, but the word is spelled with two 'i's, `initialize`. PS: This is an awesome project!