Tincan is TUI-based P2P chat and file sharing program written in Rust
Tincan is currently not pushed in crates.io so you have to build from the source. Ensure you have Cargo before building
- Clone the source
$ git clone https://github.com/dfireBird/tincan
- Use cargo to build
$ cargo build --release
- Install it using cargo, which will copy the binary to
~/.cargo/bin/
(assuming your prefix is~/.cargo
)
$ cargo install
To start Tincan simply enter:
$ tincan
in the terminal.
?connect <ip address>
: connects to the peer identified by the ip address.?file <path of file>
: sends the specified file to peer. File that should be transferred should be less than 4kb in size.
Tincan is primarily distributed under the terms of MIT License. See LICENSE for details.