├── README.md └── assets ├── get-it-on-github.png └── test /README.md: -------------------------------------------------------------------------------- 1 | # Tcping 2 | A tool to ping over a TCP connection. 3 | 4 | ### How to use 5 | [Documentation](https://tcping.org) 6 | 7 | ### Download 8 | [Get it on GitHub](https://github.com/Tcp-Ping/Tcping/releases) 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /assets/get-it-on-github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tcp-Ping/Tcping/7db1506401a6319dd928bbfa9cc68789da1e13a1/assets/get-it-on-github.png -------------------------------------------------------------------------------- /assets/test: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------