Crates.io | bikuna |
lib.rs | bikuna |
version | 0.1.1 |
source | src |
created_at | 2020-03-21 19:58:59.388293 |
updated_at | 2020-03-23 05:37:59.942561 |
description | simple TCP CLI client |
homepage | |
repository | https://github.com/whoastonic/Bikuna |
max_upload_size | |
id | 221059 |
size | 21,623 |
A command-line based TCP client
To install this crate, you can install it from crates.io
If cargo
is already installed:
$ cargo install bikuna
# connecting & writing
# if the IP address wasn't specified
# it'll default to 127.0.0.1
# but port is required
$ bikuna -p 3000 -m "Hello, Server!"
Connects Bikuna to tcp://127.0.0.1:3000
and writes "Hello, Server" to the server
If you need additional support join the Discord