diodechain / diode_client

Diode client written in GO that runs the Blockquick™ algorithm and a socks server to transmit data through diodechain.
https://diode.io/download
Other
65 stars 23 forks source link

Enable stdin/stdout piping to diode ports #54

Open dominicletz opened 3 years ago

dominicletz commented 3 years ago

Example:

machine1> echo "Hello World" | diode publish -public stdin:4000

machine2> diode -bind stdout:machine1.diode:4000 | cat
Hello World

Allow diode being used as a tool in unix pipes to forward and receive content directly through the e2e encrypted diode network.