2022-03-01 16:11:53 -05:00
2022-03-01 16:05:11 -05:00
2022-03-01 16:05:11 -05:00
2022-03-01 16:05:11 -05:00
2022-03-01 16:06:58 -05:00
2022-03-01 16:05:11 -05:00
2022-03-01 16:05:11 -05:00
2022-03-01 16:05:11 -05:00
2022-03-01 16:11:53 -05:00

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.
Readme 36 KiB
2022-03-01 21:18:24 +00:00
Languages
Java 100%