From 0cac14f7a7208f5f8d04d5f47031112fe80fa76a Mon Sep 17 00:00:00 2001 From: Justin Parsell Date: Tue, 1 Mar 2022 16:11:53 -0500 Subject: [PATCH] markdown update --- README.md | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 7c03a53..4b623ed 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,11 @@ -## Getting Started +## Java Ping Report +Simple program to print out and save to a file the ping status of various devices. +All inputs are done via files. -Welcome to the VS Code Java world. Here is a guideline to help you get started to write Java code in Visual Studio Code. +## File Structure +The following files are used +- `pingRequests.csv`: This holds all the requested devices and their associated ip's. It should be "(devicename),(deviceip)" +- `pingResults.csv`: This holds the report of the device, ip and status -## Folder Structure - -The workspace contains two folders by default, where: - -- `src`: the folder to maintain sources -- `lib`: the folder to maintain dependencies - -Meanwhile, the compiled output files will be generated in the `bin` folder by default. - -> If you want to customize the folder structure, open `.vscode/settings.json` and update the related settings there. - -## Dependency Management - -The `JAVA PROJECTS` view allows you to manage your dependencies. More details can be found [here](https://github.com/microsoft/vscode-java-dependency#manage-dependencies). +## Dependencies +No external dependencies are needed. \ No newline at end of file