markdown update

This commit is contained in:
Justin Parsell 2022-03-01 16:11:53 -05:00
parent 610eeb0aa2
commit 0cac14f7a7
1 changed files with 9 additions and 16 deletions

View File

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