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 cargo
On Archlinux :
sudo pacman -S install cargo
Clone the repository :
git clone https://github.com/B0SEmc/uniping.git
cd uniping
You can build the project :
cargo build
And then :
target/uniping -h
Or simply launch the project :
cargo run TARGET
If you have any proposition, you can contact us. We will be happy to improve this projet.