The program can ping a target on a specified port and interval over TCP protocol, and will manage ICMP / UDP protocols.
On Ubuntu / Debian :
sudo apt install cargoOn Archlinux :
sudo pacman -S install cargoClone the repository :
git clone https://github.com/B0SEmc/uniping.git
cd unipingYou can build the project :
cargo buildAnd then :
target/uniping -hOr simply launch the project :
cargo run TARGETIf you have any proposition, you can contact us. We will be happy to improve this projet.