Files
JavaPingReport/README.md
T
Justin Parsell 0cac14f7a7 markdown update
2022-03-01 16:11:53 -05:00

11 lines
432 B
Markdown

## 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.