From fe77c2cd587a8c3e37164cfbe1035dccbd2d3ce4 Mon Sep 17 00:00:00 2001 From: Rien Maertens Date: Wed, 12 Feb 2020 13:19:06 +0100 Subject: [PATCH] Add README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cee069d --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# reStream + +Snappy reMarkable screen sharing over SSH. + +## Requirements + +On your **host** machine: +- Any POSIX-shell (e.g. bash) +- [zstd](http://www.zstd.net/) +- ssh +- ffmpeg (with ffmplay) + +On your **reMarkable**: +- Any POSIX-shell +- [zstd](http://www.zstd.net/) +- netcat +- coreutils-head