commit d1687584087ef3d32414a4d9e1e86c12714b0934 Author: Justin Parsell Date: Tue Mar 1 16:42:39 2022 -0500 Add 'pingRequest File Format' 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