-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open Issue: Request for User Feedback on goMarkableStream #76
Comments
Hi Olivier, (1) my use case is for visualization / sketching in online training sessions or even on-site trainings where some participants are connected remotely and cannot see the flip chart or similar. Therefore always connected over USB and airplane mode enabled, no constraints on power consumption. Might be a bit of an edge case ;) (2) Usage would be somewhat regularly as a planned part of a training session or for illustrations in Q&A. (3) I opened issues for the things still missing / not working for my use case. For me the main features are no reliance on network connectivity and no client installation which other offerings require. Thanks for doing this! |
For me the usage seems similar to @fabianlupa . I would like to stream the content of the remarkable to an online audience. For this, I use Zoom with screen-sharing. It is important that the remarkable is online connected over USB. Both because of potential bandwidth limit as well as the fact that often I am in an environment where the remarkable does not have access to the WiFi. Thanks for the project! |
I add my own (new) usage as I am also a user 😀 I wrote it on a blog post. https://blog.owulveryck.info/2023/10/10/rethinking-presentations-beyond-static-slides.html |
Good evening, @owulveryck! Thank you so much for this fantastic work! Context Frequency Requests
Again, thank you! This is a wonderful tool and I hope I can help moving forward. |
Olivier, many thanks for that ! I was using different solutions in the past, but the way you implement it is so easy and straight forward, I really appreciate no need to install anything on a server side. My main use case is when I have to draw something to explain complex network architecture or concepts to prospect or customers through Teams. The way I am using it is very straight forward, using dnsmasq to give a static IP address based on Remarkable MAC address and a a name I can easily type in my browser ! The main area I would appreciate some guidance/improvement is how to get a proper systemd service as mine is working fine from a cold boot but seems to have issues when the tablet is going to sleep and wake up. (cf. #35) Many thanks ! |
@2Belette I'm not sure if this is the recommended approach, but I haven't had any issues keeping the service running through sleeps, restarts, running out of battery, etc. Lemme know if the following makes sense, I believe this is everything I did: pushd /etc/systemd/system
touch goMarkableStream.service
cat <<EOF>goMarkableStream.service
[Unit]
Description=Go Remarkable Stream Server
[Service]
ExecStart=/home/root/goMarkableStream
Restart=always
[Install]
WantedBy=multi-user.target
EOF
systemctl enable goMarkableStream.service
systemctl start goMarkableStream.service
systemctl status goMarkableStream.service
popd |
Thanks @ajmedeio ! I had almost the same but with some sleep hack and some Requires / Depends on and maybe this was the reason why it was failing time to time.. I tested, still not deeply, but your version seems to work so far, will see with the time |
Update the README.md and refer to advice on owulveryck#76 (comment)
I recently found this application as due to company policy, I am not able to use reMarkable's own Screen Sharing feature (and frankly do not want to use their cloud for anything). It looks promising, however I have not been able to install/use goMarkableStream. I am on Windows and while the PC is managed, I do have access to admin rights. Would it be possible to add a guide for use on Windows? To answer your question: my use case would be in teaching, presenting either live drawings or equations by connecting to a laptop over USB. |
The PC or Mac is just the "door" to your rM device. Nothing needs to be installed on the PC/Mac itself (great concept IMHO :-)) The only command you need on the PC is When you see the rM's "zero sugar" message, you'll not follow that guide any further (i.e. don't execute ' This will install goMS on the rM (it needs internet access to download goMS). "easy fifty-two steps" ;-) |
@RedTartan04 Thank you for the quick response! Connecting over ssh works. But then on step one the following occurs:
I believe this might be the same issue as #102 but i did not manage their solution/workaround |
:/ You could try downloading the .tar.gz release file from https://github.com/owulveryck/goMarkableStream/releases to you PC, unpack it, which gives you the file 'goMarkableStream'. |
Thank again, it required a software update on the reMarkable but I managed to make it work! For good order, a step plan for Windows (firmware 3.11.2.5 & goMarkableStream 0.18):
In all cases you replace Feel free to move or remove this comment if not useful! |
Hello goMarkableStream Users,
I initially developed goMarkableStream primarily for my own needs. However, I've been delighted to see that others have found value in it too. With the intention of refining and possibly expanding its capabilities, I'd love to understand how you're using the tool and what improvements you might desire.
Usage Context:
Usage Frequency:
Feature Requests & Improvements:
Your feedback means a lot to me. Whether it's aspects you appreciate, areas you feel could use refinement, or entirely new features you envision, I'm all ears.
Please respond to this issue with your insights.
Thank you for your commitment to the goMarkableStream community and for helping it evolve.
Warm wishes,
Olivier
Maintainer of goMarkableStream
The text was updated successfully, but these errors were encountered: