f5593419d1099a7c4a0b89dc578ff4cdbdb68e25
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