From 49530c26f8f11e1d4a86ecd2c93996df2c1ecb79 Mon Sep 17 00:00:00 2001 From: Justin Parsell Date: Tue, 1 Mar 2022 16:48:14 -0500 Subject: [PATCH] Update 'pingResults File Format' --- pingResults-File-Format.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/pingResults-File-Format.md b/pingResults-File-Format.md index 5d08b7b..2878cbd 100644 --- a/pingResults-File-Format.md +++ b/pingResults-File-Format.md @@ -1 +1,14 @@ -Welcome to the Wiki. \ No newline at end of file +## Format +The file format for the pingResults is as follows + +``` +device,ip,status +(devicename),(ip),(status) +(devicename),(ip),(status) +... +``` + +### Variable Types +- `devicename`: The associated name/identifier of the device +- `ip`: The IPv4 formatted IP Address +- `status`: Represents the current status of the device. \ No newline at end of file