Add 'pingRequest File Format'

Justin Parsell 2022-03-01 16:42:39 -05:00
commit d168758408
1 changed files with 10 additions and 0 deletions

@ -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