0cac14f7a7208f5f8d04d5f47031112fe80fa76a
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