dumbpipe

Create Unix pipes between devices for data transfer

brewmacoslinux
Try with needOr install directly
Source

About

Unix pipes between devices

Commands

dumbpipe

Examples

Pipe data from one device to another over network$ dumbpipe -l 0.0.0.0:9999 | dumbpipe -c remote.host:9999
Transfer file through pipe between two machines$ cat largefile.bin | dumbpipe -c destination.host:8888
Listen on local port and forward piped input$ dumbpipe -l localhost:5555