Commit Graph

119 Commits

Author SHA1 Message Date
Rien edec2ad302 Merge pull request #73 from rien/update-readme
Update README
2021-08-20 15:47:46 +02:00
Rien Maertens 9427d184b8 Update README 2021-08-20 15:46:49 +02:00
Rien 74dce9a47e Merge pull request #68 from f3fora/main
Kill the process on remarkable at the end
2021-07-01 00:09:48 +02:00
f3fora aa0aa7c6ad Kill the process on remarkable at the end
close #66
2021-06-30 22:42:51 +02:00
Rien Maertens c57fdde1ad Fix formatting with shfmt 2021-06-30 11:08:05 +02:00
Rien Maertens 236c3732f1 Suggest ecdsa or rsa key 2021-06-30 10:59:38 +02:00
Weiwu Zhang 13cdc47cd0 typto 2021-06-30 10:59:38 +02:00
Weiwu Zhang a342187aea update fallback from ed25519 to ecdsa 2021-06-30 10:59:38 +02:00
Rien Maertens 4d1eb7924a README#Development: group in bullet points 2021-06-30 10:59:37 +02:00
Edgar Merino 0b919c7764 Add instructions to the README on how to build the restream binary using docker 2021-06-30 10:59:37 +02:00
Jakob Frantzvåg Karlsmoen 1585869272 Moved the note about crypto policy changes to Troubleshooting section and changed it to be more generalized 2021-06-30 10:59:37 +02:00
Jakob Frantzvåg Karlsmoen b32c195607 Revert "Add Fedora 33 specific checks as a result of crypto policy changes"
This reverts commit 1114c25816be8e7e07faab5d9429238e86ee392d.
2021-06-30 10:59:37 +02:00
Jakob Frantzvåg Karlsmoen 2d1536557c Revert "Fixed a bug where the no ssh connection would be established for any distro other than Fedora 33"
This reverts commit 48547865e1760de198bf482fa53799d0b6fc79b7.
2021-06-30 10:59:36 +02:00
Jakob Frantzvåg Karlsmoen f5ece2ce25 Revert "Expanded error message to include note about Fedora 33+"
This reverts commit 70fa392abb1cdd4dc92f1b500b3f27b13fc6c80c.
2021-06-30 10:59:36 +02:00
Jakob Frantzvåg Karlsmoen 55d3b2e80e Added more details around the Fedora 33+ change 2021-06-30 10:59:36 +02:00
Jakob Frantzvåg Karlsmoen 0844329d7e Expanded error message to include note about Fedora 33+ 2021-06-30 10:59:36 +02:00
Jakob Frantzvåg Karlsmoen c625fdd09a Fixed a bug where the no ssh connection would be established for any distro other than Fedora 33 2021-06-30 10:59:35 +02:00
Jakob Frantzvåg Karlsmoen 7fe3e4e8da Add Fedora 33 specific instructions as a result of crypto policy changes 2021-06-30 10:59:35 +02:00
Jakob Frantzvåg Karlsmoen 6bcee2b8f1 Add Fedora 33 specific checks as a result of crypto policy changes 2021-06-30 10:59:35 +02:00
Rien Maertens ff10c3ddc4 shellcheck ignore SC2016 2021-06-30 10:59:35 +02:00
f3fora f1efbf6d22 Unsecure connection supports also ssh_config aliases. 2021-06-30 10:59:09 +02:00
f3fora edabacfb55 hflip: eventually restore the correct orientation of web cam 2021-06-30 10:59:09 +02:00
f3fora 2eb60e4c87 unsecure-connection: removed hard-coded remarkable ip 2021-06-30 10:59:08 +02:00
f3fora d85938b441 README.md: Internal broken link 2021-06-30 10:59:08 +02:00
Rien Maertens 73c5c7c131 Terminate script when ffmplay window closes 2021-06-30 10:08:24 +02:00
f3fora 57dcd7ca27 Fix links 2021-01-29 18:04:09 +01:00
f3fora 49396e2811 Change order of Installation/reMarkable 2021-01-29 16:21:24 +01:00
AF a5cf399e34 Apply suggestions from code review
Co-authored-by: Rien <rien.maertens@posteo.be>
2021-01-29 16:21:24 +01:00
f3fora 66ab63cea2 Install reStream, downloading the latest release and not cloning this repo 2021-01-29 16:21:24 +01:00
f3fora cf04ee83c6 Updated README.md with missing documentation about unsecure-connection 2021-01-29 12:44:47 +01:00
Rien Maertens 495a8b59a5 Build restream.rs binary 2021-01-29 00:16:37 +01:00
Rien Maertens 45a66480a2 restream.rs: use cli arguments instead of discovery 2021-01-29 00:12:13 +01:00
Rien Maertens a24f94c4a6 Bump restream.rs version to match restream.sh 2021-01-28 23:40:47 +01:00
Rien Maertens b678e5f36b Apply shfmt 2021-01-28 23:36:35 +01:00
Rien Maertens 8bc19b5b69 restream is now in stable 2021-01-28 23:30:32 +01:00
Rien Maertens 322dbfa4e4 Merge branch 'support-rm2fb' of https://github.com/danshick/reStream into danshick-support-rm2fb 2021-01-28 23:24:58 +01:00
Rien Maertens 059f1b7894 Enable GitHub actions again 2021-01-28 23:18:35 +01:00
Rien Maertens dcd3007932 Listen for connection on rM instead of host 2021-01-28 23:11:07 +01:00
danshick a459714694 Merge branch 'main' into support-rm2fb 2021-01-22 14:57:26 -05:00
Linus 87981226c5 Add option to send data over a tcp socket
This reducec the dropbear cpu usage to basically
nothing, since the traffic does not need encryption
anymore.

This option uses the nc command on the client side.
So this will not work with windows as of now!
2021-01-13 12:43:52 +01:00
Rien Maertens e4080ede2a Windows installation instructions 2021-01-08 11:23:00 +01:00
Dan Shick 3501a4f6da Disable shellcheck SC2016 for ssh_cmd 2021-01-05 15:12:14 -05:00
Dan Shick 632e1b391b Update README.md to reflect toltec install method 2021-01-05 15:12:14 -05:00
Dan Shick 42f0dd116d Add support for rm2fb 2021-01-05 15:12:14 -05:00
Rien Maertens 3187c03e88 Disable password auth, mention rM2 ed25519 issue
Fixes #38
2021-01-05 20:09:41 +01:00
Rien Maertens c41b877789 Fix formatting 2021-01-01 14:55:28 +01:00
Rien Maertens 38ff447ae6 Fix transpose options for rM2 2021-01-01 14:52:30 +01:00
Rien Maertens 1b213ad7ac Use correct binary 2021-01-01 14:51:49 +01:00
Rien Maertens 794db4c2e7 Fix formatting 2021-01-01 14:51:49 +01:00
Rien Maertens 4203ac7960 Fix typo 2021-01-01 14:51:49 +01:00