JavaPingReport/README.md

11 lines
432 B
Markdown
Raw Normal View History

2022-03-01 21:11:53 +00: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.
2022-03-01 21:05:11 +00:00
2022-03-01 21:11:53 +00:00
## 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
2022-03-01 21:05:11 +00:00
2022-03-01 21:11:53 +00:00
## Dependencies
No external dependencies are needed.