From 180d1dd31ba1bda748767b32482cfec7b49d3b2f Mon Sep 17 00:00:00 2001 From: Justin Parsell Date: Tue, 1 Mar 2022 16:44:29 -0500 Subject: [PATCH] Update 'pingRequest File Format' --- pingRequest-File-Format.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pingRequest-File-Format.md b/pingRequest-File-Format.md index 5741de8..c2a715a 100644 --- a/pingRequest-File-Format.md +++ b/pingRequest-File-Format.md @@ -1,3 +1,4 @@ +## Format The file format for the pingRequests is as follows ``` @@ -6,5 +7,9 @@ The file format for the pingRequests is as follows ... ``` +### Variable Types - `(Devicename)` is a string, and can be anything. -- `(ip)` is a IPv4 formatted IP Address \ No newline at end of file +- `(ip)` is a IPv4 formatted IP Address + +### Note +There should be no header information, the file should just start and end with a device and it's associated IP address \ No newline at end of file