Skip to content

Commit

Permalink
chore: minor adjustement
Browse files Browse the repository at this point in the history
  • Loading branch information
owulveryck committed May 19, 2021
1 parent b7b5f29 commit 1f1507c
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
Expand Up @@ -6,6 +6,7 @@ I use this toy project to stream my remarkable 2 (firmware 2.5) on my laptop usi

[video/demo here](https://www.youtube.com/watch?v=c4-hJ6xRzg4)

Note: click on the video to take a screenshot. The screenshot is a png file with transparent background.
## Quick start

You need ssh access to your remarkable
Expand All @@ -23,14 +24,14 @@ Copy the server on the remarkable and start it.

```shell
scp goMarkableStreamServer.arm remarkable:
ssh remarkable './goMarkableStreamServer.arm $(pidof xochitl)'
ssh remarkable './goMarkableStreamServer.arm'
```

### The client

- Start the client: `RK_SERVER_ADDR=ip.of.remarkable:2000 ./goMarkableClient`

- Point your browser to [`http://localhost:8080/video`](http://localhost:8080/video)
- Point your browser to [`http://localhost:8080/`](http://localhost:8080/)

### Configuration

Expand Down

0 comments on commit 1f1507c

Please sign in to comment.