Update 'How it works'
parent
131bfd623f
commit
445edb1365
|
@ -1,6 +1,6 @@
|
||||||
## Logic
|
## Logic
|
||||||
The program attempts to ping the requested device 5 times, and if it responds, report it up. Otherwise, report it down.
|
The program attempts to ping the requested device 5 times, and if it responds, report it up. Otherwise, report it down.
|
||||||
It saves this information to the console as well as an outputed file, `pingResults.csv`.
|
It saves this information to the console as well as an outputed file, [`pingResults.csv`](https://git.parsell.me/Justi/JavaPingReport/wiki/pingResults-File-Format).
|
||||||
|
|
||||||
## Program flow
|
## Program flow
|
||||||
The program does the following
|
The program does the following
|
||||||
|
|
Loading…
Reference in New Issue