Dumb Pipe

3 months ago 2

A unix pipe between computers

$ curl -sL https://www.dumbpipe.dev/install.sh | sh

get dumbpipe with a single command on two computers, connect them & pipe data from one machine to the other. No accounts. No configuration.

Receiver

$ ./dumbpipe listen using secret key 23ryys7pgvjrr57pcrvyivdrhvqyykg2tv3leou5grm66xfd7zzq Listening. To connect, use: ./dumbpipe connect nodeecsxraxjtqtneathgplh6d5nb2rsnxpfulmkec2rvhwv3hh6m4rdgaibamaeqwjaegplgayaycueiom6wmbqcjqaibavg5hiaaaaaaaaaaabaau7wmbq

Sender

echo "hello" | ./dumbpipe connect nodeecsxraxjtqtneathgplh6d5nb2rsnxpfulmkec2rvhwv3hh6m4rdgaibamaeqwjaegplgayaycueiom6wmbqcjqaibavg5hiaaaaaaaaaaabaau7wmbq

This will work, regardless of where the two machines are. Dumb pipe finds a way.

Read Entire Article