Pings various devices and prints it out in csv file format. Now with threads.
Go to file
Justin Parsell 2ffa86f9dd markdown update 2022-03-01 16:40:17 -05:00
src init commit 2022-03-01 16:05:11 -05:00
.gitignore gitignore update/fix 2022-03-01 16:17:00 -05:00
README.md markdown update 2022-03-01 16:40:17 -05:00

README.md

Java Ping Report

Simple program to print out and save to a file the ping status of various devices. All inputs are done via files.

File Structure

The following files are used

  • pingRequests.csv: This holds all the requested devices and their associated ip's. It should be "(devicename),(deviceip)"
  • pingResults.csv: This holds the report of the device, ip and status

To run

Use the following commands to run the program

java -jar JavaPingReport.jar

Ensure that pingRequests.csv is in the same directory, and formatted correctly.

Dependencies

No external dependencies are needed.

Warning

This program is presented as-is. It does not handle a lot of user error's, and may not work as expected. Use at your own risk.