Skip to content

5xops/tcpcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tcpcli

what can do

  • to test an ip address and port is open or not
  • send text to a port and get output

how to build

docker buildx build . --platform linux/amd64 --target bin --output .
docker buildx build . --platform linux/arm64 --target bin --output .

how to use

CONN_TIMEOUT=500 ./tcpcli 127.0.0.1 2181 stat
CONN_TIMEOUT=500 ./tcpcli 127.0.0.1 2181
echo $?

license

MIT

About

a simple tcp client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published