Skip to content

Send Numpy Arrays with TCP/IP Sockets

License

Notifications You must be signed in to change notification settings

dirtbirb/NumpySocket

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NumpySocket

About

This python module is designed to send/receive Numpy arrays (compressed) over a TCP/IP socket. It was originally written to stream video frames from OpenCV however any Numpy array should work.

The original purpose of this module is to send video frames (captured with OpenCV) from a headless Raspberry PI to another computer.

Terminology

Server

The machine sending the Numpy array

Client

The machine receiving the Numpy array

Status

Early Development

About

Send Numpy Arrays with TCP/IP Sockets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%