Skip to content

shawnwildermuth/pinger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pinger

A tool to ping a range of IP addresses

This is a simple command-line tool written in C# to show a better way to build .NET Core console apps.

Pinger 1.0.0
Copyright (C) 2020 Wilder Minds LLC

USAGE:
Ping machines in your local network:
  pinger --repeats 1 192.168.1.1 192.168.1.15

  -r, --repeats     Number of times to repeat the pings

  --help            Display this help screen.

  --version         Display version information.

  first (pos. 0)    Required. Starting IP Address (or DNS Name)

  last (pos. 1)     Required. Ending IP Address (or DNS Name)