JavaPingReport/README.md

432 B

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.