Silly utility to send file peer-to-peer with UDP.
Not available yet. Anyway it's not working at the moment.
But if you are purposeful and want to help...
- You need Rust installed on your machine.
- Run
tine
:cargo run <mode> <args>
cargo build
for binary/target/debug/tine
--release
:/target/release/tine
Note
Tine is currently not working on local networks.
tine send <file_path>
to send data.tine get
to get data.
After running the command you will get your peer id and input field to input the other peer id.
Feel free to submit an issue if you encounter any bugs, or even make a pull request. Just make sure to refer to the #Contributing guidelines before doing so.
Not available.