bikuna

Crates.iobikuna
lib.rsbikuna
version0.1.1
sourcesrc
created_at2020-03-21 19:58:59.388293
updated_at2020-03-23 05:37:59.942561
descriptionsimple TCP CLI client
homepage
repositoryhttps://github.com/whoastonic/Bikuna
max_upload_size
id221059
size21,623
Stephen O. (oshinowo-stephen)

documentation

README

Bikuna TCP

A command-line based TCP client

Installation

To install this crate, you can install it from crates.io If cargo is already installed:

$ cargo install bikuna

Usage

# 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

Extra support

If you need additional support join the Discord

Commit count: 0

cargo fmt