Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 authored Jul 24, 2020
1 parent b3d3a3f commit fc26147
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Health Data Server Overlay
This is a stream overlay that shows heart rate and calorie burn information sent from an Apple Watch running the [Health Data Server app](https://apps.apple.com/us/app/health-data-server/id1496042074).

![Preview Image](https://github.com/Rexios80/Health-Data-Server-Overlay/blob/4534a59d792d7f172a7e9958010fe4bc692c5ca7/PreviewImage.png)
![Preview Image](https://github.com/Rexios80/Health-Data-Server-Overlay/raw/develop/PreviewImage.png)

[Video of the overlay in action](https://www.youtube.com/watch?v=CFGlA7JWUFo)

Expand All @@ -12,7 +12,8 @@ This is a stream overlay that shows heart rate and calorie burn information sent
- On linux, you will first need to run `sudo chmod 777 HDS-Overlay-linux` in a terminal
3. Open a browser and go to `localhost:8080`

You should see the images for health data in your browser, but no actual numbers yet.
You should see this image since the watch has not sent any data yet:
![Disconnected Image](https://github.com/Rexios80/Health-Data-Server-Overlay/raw/develop/public/disconnected.png)

### Connecting to the Apple Watch application
1. Make sure the Apple Watch and device running the overlay application are on the same network. If the watch is connected to an iPhone, you just need to make sure the iPhone is connected to the same network.
Expand Down

0 comments on commit fc26147

Please sign in to comment.