2f0525afd919bf7f1be4abc8698730aee6de69d6
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
Dependencies
No external dependencies are needed.
Description
Pings various devices and prints it out in csv file format. Now with threads.
36 KiB