Skip to content

B0SEmc/uniping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uniping

A Rust program that ping a target

The program can ping a target on a specified port and interval over TCP protocol, and will manage ICMP / UDP protocols.

🛠️ Installation

Make sure to have the necessary dependencies :

On Ubuntu / Debian :

sudo apt install cargo

On Archlinux :

sudo pacman -S install cargo

This is how to install the project :

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

Contributors

Contribution

If you have any proposition, you can contact us. We will be happy to improve this projet.

About

recreation of ping in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages