DumbPipe: A Configuration-Free Inter-Computer Pipe
2025-07-28
DumbPipe establishes a secure data pipe between two computers with a single command, requiring no accounts or configuration. The receiver runs `./dumbpipe listen` to obtain a key. The sender uses this key with `./dumbpipe connect` to transmit data, e.g., `echo "hello" | ./dumbpipe connect `. DumbPipe finds a way to connect regardless of machine location, enabling easy data transfer.