2 releases
0.1.1 | Mar 23, 2020 |
---|---|
0.1.0 | Mar 21, 2020 |
#32 in #tcp-client
9KB
177 lines
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
Dependencies
~6.5MB
~99K SLoC