Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable stdin/stdout piping to diode ports #54

Open
dominicletz opened this issue Oct 7, 2020 · 0 comments
Open

Enable stdin/stdout piping to diode ports #54

dominicletz opened this issue Oct 7, 2020 · 0 comments
Labels
enhancement New feature or request hacktoberfest hacktoberfest help wanted Extra attention is needed

Comments

@dominicletz
Copy link
Member

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.

@dominicletz dominicletz added enhancement New feature or request help wanted Extra attention is needed hacktoberfest hacktoberfest labels Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant