Skip to content

A wrapper for sending numpy array through socket.

Notifications You must be signed in to change notification settings

rickywrq/numpy-socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

numpy-socket

About

A wrapper for sending numpy array through a socket.

Code framework is based on ekbanasolutions/numpy-using-socket. With some simplification, bug fix and a module seperation between the server and the client.

Usage

In two different terminals,

python test_recver.py --host localhost --port 8090
python test_sender.py --ip localhost --port 8090

If you are using two separate devices, change --host and --ip accordingly, e.g., --host 0.0.0.0 and --ip 12.34.0.123

The code should be running properly on linux desktops and Raspberry Pis (32 bit and 64 bit os). Modify the code as you wish.

About

A wrapper for sending numpy array through socket.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages