https://github.com/towsifkafi/tcpcheck
A tool to check TCP connections.
https://github.com/towsifkafi/tcpcheck
go-lang tcp tool
Last synced: over 1 year ago
JSON representation
A tool to check TCP connections.
- Host: GitHub
- URL: https://github.com/towsifkafi/tcpcheck
- Owner: towsifkafi
- Created: 2023-05-02T08:06:49.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-01T04:15:08.000Z (over 2 years ago)
- Last Synced: 2025-01-30T21:35:13.047Z (over 1 year ago)
- Topics: go-lang, tcp, tool
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tcpcheck - A tool to check TCP connections
A tool I created to check TCP connections, which I use frequently across multiple devices. So I created this repository so that you can install it with `go install`.
## Installation
```
go install github.com/Towsif12/tcpcheck@latest
```
If you want to build it yourself, feel free to clone the repository and run `go build`
## Usage
```
tcpcheck 127.0.0.1 3306
```
