Nice, maybe you can also run the tool as a service like https://github.com/Evidlo/remarkable_printer/
Remarkable
Useful Links
Good idea
Neat -- but also, reMarkable is configured with mDNS, and so you can probably just reach it with remarkable.local
instead of an explicit IP.
Doesn't work for me for some reasons, had to use the ip
I see a qmdns-responder
process running on the tablet, and in the source code I see a function which sends mDNS messages.
However, on a Linux server runing avahi, avahi-browse -ack
doesn't show anything involving "remarkable", "rm2", or RM110-xxx.xxxxx
(the custom hostname I'm using on the tablet). (It does show all the other mDNS services running on my home , so it is working.)
When I use tcpdump
to sniff traffic from the tablet (both IPv4 and IPv6), it's not showing anything on port 5353/udp.
How did you make the name remarkable.local.
resolve? Did you manually add a remarkable.local.
hostname to your workstataion's mDNS service database, or add a static entry in a local unicast DNS server maybe?