A simple Go-based utility for continuously pinging a specified IP address and port over TCP, providing real-time connection statistics and ISP information. This tool is ideal for monitoring connectivity, measuring latency, and analyzing network performance.
go run main [IP] [PORT] or Paping.exe [IP] [PORT]
go get github.com/fatih/color
go build
Paping.exe 1.1.1.1 443
go run main.go 1.1.1.1 443