Crates.io | oxi |
lib.rs | oxi |
version | 0.1.0 |
source | src |
created_at | 2018-02-11 02:47:59.358199 |
updated_at | 2018-02-11 02:47:59.358199 |
description | A bare-bones CLI client for oxidation |
homepage | |
repository | |
max_upload_size | |
id | 50616 |
size | 17,259 |
oxi is a client for oxidation, a bittorrent server. This is an extremely basic client, that will be able to operate in two modes:
Immediate mode retains no client state - oxi starts, queries the server or gives it information, returns whatever it recieves, and exits. It's more used for peeking and poking, instead of being a monitoring or interactive application.
Active mode is stateful - an ncurses interface for continually interacting with an oxidation server. This is more like a traditional torrent client, in the fact that you'll have a constant bead on the state of each torrent, and be able to add more torrents or stop torrents actively.