Add option to send data over a tcp socket

This reducec the dropbear cpu usage to basically
nothing, since the traffic does not need encryption
anymore.

This option uses the nc command on the client side.
So this will not work with windows as of now!
This commit is contained in:
Linus
2021-01-09 00:04:22 +01:00
parent e4080ede2a
commit 87981226c5
4 changed files with 388 additions and 4 deletions

View File

@@ -7,3 +7,4 @@ edition = "2018"
[dependencies]
anyhow = "1.0"
lz-fear = "0.1"
clap = "3.0.0-beta.2"