Metadata-Version: 2.1
Name: pingnet
Version: 0.2.5
Summary: Script to ping network address(CIDR), IP address, hostname
Home-page: https://github.com/skndmx/pingnet
Author: Kevin Jin
Author-email: skndmx@gmail.com
Project-URL: Bug Tracker, https://github.com/skndmx/pingnet/issues
Project-URL: repository, https://github.com/skndmx/pingnet
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# pingnet
## Multi-threaded script to ping network address(CIDR), IP address, hostname

## Installation

`$ pip install pingnet`
## Usage
```sh
usage: pingnet [-h] [-f [FILE]] [-n [COUNT]] [-w] [address]

positional arguments:
  address               CIDR/hostname/IP
                        Example:
                            pingnet 192.168.1.0/24
                            pingnet www.google.com
                            pingnet 8.8.8.8

options:
  -h, --help            show this help message and exit
  -f [FILE], --file [FILE]
                        specify text file that stores CIDR/hostname/IP
  -n [COUNT], --count [COUNT]
                        number of echo requests to send, default 3
  -w, --write           write results to txt files
```

## Example

#### ping a single CIDR block/IP/hostname: 
```sh
$ pingnet 8.8.8.8/30 -n 1 
Ping count: 1

Hostname/IP Address                                          Average Round Trip Times
-------------------------------------------------------------------------------------
IP: 8.8.8.8                                                  Average RTT: 20ms
-------------------------------------------------------------------------------------
Test completed! (It took 3.93 seconds to test 4 addresses.)

Reachable:
 8.8.8.8
Not reachable:
 8.8.8.11, 8.8.8.10, 8.8.8.9
Unknown host:

```

#### ping every CIDR block/IP/hostname in a text file: 


hosts.txt file containing mix of CIDR/IP/hostname
```txt
192.168.13.0/24
kevinjin.com
1.1.1.1
ok.ok
a.a
bb.b
ccc.c
google.com
8.8.8.8/30
```

Run the script with `-f` argument to specify the `hosts.txt` file.

```sh
$ pingnet -f hosts.txt        
Default ping count: 3

Hostname/IP Address                                          Average Round Trip Times 
-------------------------------------------------------------------------------------
IP: 192.168.13.1                                             Average RTT: 0.133ms
IP: 192.168.13.2                                             Average RTT: 0.106ms
IP: 192.168.13.136                                           Average RTT: 0.518ms
IP: 192.168.13.128                                           Average RTT: 0.059ms
IP: 1.1.1.1                                                  Average RTT: 18.053ms
IP: 8.8.8.8                                                  Average RTT: 21.111ms
Hostname: kevinjin.com (185.199.108.153)                     Average RTT: 16.213ms
Hostname: google.com (142.250.217.110)                       Average RTT: 19.230ms
-------------------------------------------------------------------------------------
Test completed! (It took 7.05 seconds to test 267 addresses.)

Reachable:
 1.1.1.1, 8.8.8.8, 192.168.13.1, 192.168.13.2, 192.168.13.128, 192.168.13.136, google.com, kevinjin.com 
Not reachable:
 8.8.8.9, 8.8.8.10, 8.8.8.11, 192.168.13.0, 192.168.13.3, 192.168.13.4, 192.168.13.5, 192.168.13.6, 192.168.13.7, 192.168.13.8, 192.168.13.9, 192.168.13.10, 192.168.13.11, 192.168.13.12, 192.168.13.13, 192.168.13.14, 192.168.13.15, 192.168.13.16, 192.168.13.17, 192.168.13.18, 192.168.13.19, 192.168.13.20, 192.168.13.21, 192.168.13.22, 192.168.13.23, 192.168.13.24, 192.168.13.25, 192.168.13.26, 192.168.13.27, 192.168.13.28, 192.168.13.29, 192.168.13.30, 192.168.13.31, 192.168.13.32, 192.168.13.33, 192.168.13.34, 192.168.13.35, 192.168.13.36, 192.168.13.37, 192.168.13.38, 192.168.13.39, 192.168.13.40, 192.168.13.41, 192.168.13.42, 192.168.13.43, 192.168.13.44, 192.168.13.45, 192.168.13.46, 192.168.13.47, 192.168.13.48, 192.168.13.49, 192.168.13.50, 192.168.13.51, 192.168.13.52, 192.168.13.53, 192.168.13.54, 192.168.13.55, 192.168.13.56, 192.168.13.57, 192.168.13.58, 192.168.13.59, 192.168.13.60, 192.168.13.61, 192.168.13.62, 192.168.13.63, 192.168.13.64, 192.168.13.65, 192.168.13.66, 192.168.13.67, 192.168.13.68, 192.168.13.69, 192.168.13.70, 192.168.13.71, 192.168.13.72, 192.168.13.73, 192.168.13.74, 192.168.13.75, 192.168.13.76, 192.168.13.77, 192.168.13.78, 192.168.13.79, 192.168.13.80, 192.168.13.81, 192.168.13.82, 192.168.13.83, 192.168.13.84, 192.168.13.85, 192.168.13.86, 192.168.13.87, 192.168.13.88, 192.168.13.89, 192.168.13.90, 192.168.13.91, 192.168.13.92, 192.168.13.93, 192.168.13.94, 192.168.13.95, 192.168.13.96, 192.168.13.97, 192.168.13.98, 192.168.13.99, 192.168.13.100, 192.168.13.101, 192.168.13.102, 192.168.13.103, 192.168.13.104, 192.168.13.105, 192.168.13.106, 192.168.13.107, 192.168.13.108, 192.168.13.109, 192.168.13.110, 192.168.13.111, 192.168.13.112, 192.168.13.113, 192.168.13.114, 192.168.13.115, 192.168.13.116, 192.168.13.117, 192.168.13.118, 192.168.13.119, 192.168.13.120, 192.168.13.121, 192.168.13.122, 192.168.13.123, 192.168.13.124, 192.168.13.125, 192.168.13.126, 192.168.13.127, 192.168.13.129, 192.168.13.130, 192.168.13.131, 192.168.13.132, 192.168.13.133, 192.168.13.134, 192.168.13.135, 192.168.13.137, 192.168.13.138, 192.168.13.139, 192.168.13.140, 192.168.13.141, 192.168.13.142, 192.168.13.143, 192.168.13.144, 192.168.13.145, 192.168.13.146, 192.168.13.147, 192.168.13.148, 192.168.13.149, 192.168.13.150, 192.168.13.151, 192.168.13.152, 192.168.13.153, 192.168.13.154, 192.168.13.155, 192.168.13.156, 192.168.13.157, 192.168.13.158, 192.168.13.159, 192.168.13.160, 192.168.13.161, 192.168.13.162, 192.168.13.163, 192.168.13.164, 192.168.13.165, 192.168.13.166, 192.168.13.167, 192.168.13.168, 192.168.13.169, 192.168.13.170, 192.168.13.171, 192.168.13.172, 192.168.13.173, 192.168.13.174, 192.168.13.175, 192.168.13.176, 192.168.13.177, 192.168.13.178, 192.168.13.179, 192.168.13.180, 192.168.13.181, 192.168.13.182, 192.168.13.183, 192.168.13.184, 192.168.13.185, 192.168.13.186, 192.168.13.187, 192.168.13.188, 192.168.13.189, 192.168.13.190, 192.168.13.191, 192.168.13.192, 192.168.13.193, 192.168.13.194, 192.168.13.195, 192.168.13.196, 192.168.13.197, 192.168.13.198, 192.168.13.199, 192.168.13.200, 192.168.13.201, 192.168.13.202, 192.168.13.203, 192.168.13.204, 192.168.13.205, 192.168.13.206, 192.168.13.207, 192.168.13.208, 192.168.13.209, 192.168.13.210, 192.168.13.211, 192.168.13.212, 192.168.13.213, 192.168.13.214, 192.168.13.215, 192.168.13.216, 192.168.13.217, 192.168.13.218, 192.168.13.219, 192.168.13.220, 192.168.13.221, 192.168.13.222, 192.168.13.223, 192.168.13.224, 192.168.13.225, 192.168.13.226, 192.168.13.227, 192.168.13.228, 192.168.13.229, 192.168.13.230, 192.168.13.231, 192.168.13.232, 192.168.13.233, 192.168.13.234, 192.168.13.235, 192.168.13.236, 192.168.13.237, 192.168.13.238, 192.168.13.239, 192.168.13.240, 192.168.13.241, 192.168.13.242, 192.168.13.243, 192.168.13.244, 192.168.13.245, 192.168.13.246, 192.168.13.247, 192.168.13.248, 192.168.13.249, 192.168.13.250, 192.168.13.251, 192.168.13.252, 192.168.13.253, 192.168.13.254, 192.168.13.255
Unknown host:
 a.a, bb.b, ccc.c, ok.ok

Check txt files for complete results!
```
`-w` argument exports three txt files storing results.
```
2022-07-07-Not_reachable.txt
2022-07-07-Reachable_RTT.txt
2022-07-07-Reachable.txt
```
MIT License

Copyright (c) [2022] [Kevin Jin]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
