Quote:
Originally Posted by Ken Maltby
The Koreader WiKi If you can recreate the "Publish" on your server. Have you tried turning on the "Subscriber" in the Koreader Zsync plug-in, and then see if your server is offering anything?
This is assuming the server is in the same network that your device accesses.
...
|
Zsync doesn't add involve adding code to the server, the code is client side and pulls from the server via http and byte ranges. There must be logic in the koreader implementation to seek out other clients. I looked at the code, but didn't feel inclined to undertake to work out a way to imitate a client (maybe simple, maybe not).
I found a fairly simple alternative (at least one I know how to implement), and that is serving up a bare-bones ODPS file from Lighttpd. I got the idea from Calibre's ODPS server. I can script a file change monitor, which generates the ODPS file list, without all the extraneous tags Calibre uses which I don't care about.
This gets me where I wanted, which is to drop epubs in a folder (step 1), and then pull them later from the reader (step 2). I do this now with nickel and kobo's browser (and could still do that from KSM if I load up nickel). I prefer this to the standard approach, where both steps must be done at the same time. Note that my "server" is always on, so this wouldn't work for folks without a server.