Compare commits

...

4 Commits

Author SHA1 Message Date
Justin Parsell 2ffa86f9dd markdown update 2022-03-01 16:40:17 -05:00
Justin Parsell f6aab6dfdf readme update 2022-03-01 16:38:06 -05:00
Justin Parsell 8f9d0e26f2 readme update 2022-03-01 16:35:11 -05:00
Justin Parsell 760bbf88fd readme update 2022-03-01 16:34:23 -05:00
1 changed files with 12 additions and 1 deletions

View File

@ -7,5 +7,16 @@ The following files are used
- `pingRequests.csv`: This holds all the requested devices and their associated ip's. It should be "(devicename),(deviceip)" - `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 - `pingResults.csv`: This holds the report of the device, ip and status
## To run
Use the following commands to run the program
```
java -jar JavaPingReport.jar
```
Ensure that `pingRequests.csv` is in the same directory, and formatted correctly.
## Dependencies ## Dependencies
No external dependencies are needed. No external dependencies are needed.
#### Warning
***This program is presented as-is. It does not handle a lot of user error's, and may not work as expected.
Use at your own risk.***