Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fromgilbert authored Sep 27, 2017
1 parent 3e6dac2 commit 0072d35
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions range-finder-scanner/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ In order for the sample to run you will need to copy some files to your board. T
Two sorts of files need to be copied from the sample repository:

1. Jar files- external libraries in the project need to be copied to "/usr/lib/java"
2. web files- files within site_contents folder need to be copied to "/var/RangeFinderScanner"

### Expected output

Expand All @@ -71,6 +72,13 @@ You will see output similar to below when the program is running.
298 false
299 false
```
### Viewing the range data

![](./../../images/java/range-finder-web.png)

The schedule for the lighting system is set using a single-page web interface served from your board while the sample program is running.

The web server runs on port `8080`, so if your board is connected to Wi-Fi* on `192.168.1.13`, the address to browse to if you are on the same network is `http://192.168.1.13:8080`.

## Regenerating HTML and CSS

Expand Down

0 comments on commit 0072d35

Please sign in to comment.