dumbpipe
dumbpipe copied to clipboard
On one side I do `dumbpipe listen > file.txt`. On the other `dumbpipe connect ... < file.txt`. There is no indication that file transfer finished, I expected that `dumbpipe connect`...
- PkarrPublisher and DnsDiscovery when listening - Just DnsDiscovery when connecting Todo: publish should be optional and only active when AddrInfoOptions::Id is enabled. But that can only be done once...
https://github.com/erebe/wstunnel
to prevent issues with glibc. See https://github.com/n0-computer/dumbpipe/pull/9#issuecomment-1843262349
I tried it and I failed. Ideas that could help: - inserting spaces or hyphens - use base64 instead of base32 - some sort of compression (not zip, because zip...
I have tried to run Linux x86_64 release, and it failed on a system with glibc 2.31: ``` $ ./dumbpipe ./dumbpipe: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./dumbpipe) ./dumbpipe:...
...so that a node can accept any number of connections, and will pipe STDIN live to all incoming connections. Maybe this mode would not support receiving data on the node...
If dumbpipe permits passing the ticket to a script during startup it would be straightforward to design your own scheme to publish the current ticket somewhere private for retrieval by...
Any feedback is highly appreciated since this is my hello-world Rust and Iroh project, I was learning and implementing concepts as I discover them. Needs some updates on README.md to...
If I can specify a relay, define the IROH_SECRET, and define a magic-ipv4-addr I should be able to obtain stable TICKET that does not change on a computer whose network...