alessandromaggio / pythonping

A simple way to ping in Python
MIT License
198 stars 75 forks source link

feat: Integrate PythonPing as CLI tool #111

Open Theory903 opened 11 months ago

Theory903 commented 11 months ago

This commit introduces PythonPing as a command-line tool (CLI) for network troubleshooting. The 'ping' functionality allows users to perform ICMP echo requests to a specified target IP address or hostname, displaying detailed response information and round-trip time (RTT) statistics.

Changes Made:

Enhancements:

Usage:

Testing:

Associated Issue:

Note: This commit adheres to the project's guidelines, including the code of conduct, and is ready for review and integration into the 'dev' branch.

Contributor: Abhishek Jha