From d1687584087ef3d32414a4d9e1e86c12714b0934 Mon Sep 17 00:00:00 2001 From: Justin Parsell Date: Tue, 1 Mar 2022 16:42:39 -0500 Subject: [PATCH] Add 'pingRequest File Format' --- pingRequest-File-Format.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pingRequest-File-Format.md diff --git a/pingRequest-File-Format.md b/pingRequest-File-Format.md new file mode 100644 index 0000000..b72cf65 --- /dev/null +++ b/pingRequest-File-Format.md @@ -0,0 +1,10 @@ +The file format for the pingRequests is as follows + +``` +(devicename),(ip) +(devicename),(ip) +... +``` + +(Devicename) is a string, and can be anything. +(ip) is a IPv4 formatted IP Address \ No newline at end of file