All Projects → Evidlo → remarkable_syncthing

Evidlo / remarkable_syncthing

Licence: GPL-3.0 License
Self-hosting syncing solution for reMarkable

Projects that are alternatives of or similar to remarkable syncthing

rmWebUiTools
Utilize the USB webinterface of your remarkable paper tablet. Export all files or use this to make your own scripts.
Stars: ✭ 31 (-63.95%)
Mutual labels:  remarkable-tablet
rm-sync
Sync script for reMarkable paper tablet.
Stars: ✭ 74 (-13.95%)
Mutual labels:  remarkable-tablet
Calculator
A primitive calculator for the reMarkable (early alpha)
Stars: ✭ 33 (-61.63%)
Mutual labels:  remarkable-tablet
url2epub
Create ePub files from URLs
Stars: ✭ 35 (-59.3%)
Mutual labels:  remarkable-tablet
remarkable-touchgestures
touch gestures for reMarkable
Stars: ✭ 43 (-50%)
Mutual labels:  remarkable-tablet
remarkable-custom-template-refresh
To refresh custom template manifest for reMarkable Tablet
Stars: ✭ 28 (-67.44%)
Mutual labels:  remarkable-tablet
remarkable pdflets
mini apps for reMarkable inside xochitl
Stars: ✭ 64 (-25.58%)
Mutual labels:  remarkable-tablet
rmrl
Render reMarkable documents to PDF
Stars: ✭ 77 (-10.47%)
Mutual labels:  remarkable-tablet
reMarkable-tools
Tools for the reMarkable paper tablet
Stars: ✭ 118 (+37.21%)
Mutual labels:  remarkable-tablet
waved
Experimental driver for the reMarkable 2 E-Ink display
Stars: ✭ 31 (-63.95%)
Mutual labels:  remarkable-tablet
ReBook
The missing book store for remarkable.
Stars: ✭ 35 (-59.3%)
Mutual labels:  remarkable-tablet
reHackable-HelloWorld
QML Demo for the reMarkable Paper Tablet
Stars: ✭ 58 (-32.56%)
Mutual labels:  remarkable-tablet
hackernews2remarkable
Fetch top articles from HackerNews, pack as EPUB right in your reMarkable device
Stars: ✭ 87 (+1.16%)
Mutual labels:  remarkable-tablet
1bitpaint for reMarkable
Paint tool for reMarkable tablet
Stars: ✭ 15 (-82.56%)
Mutual labels:  remarkable-tablet
plato
Document reader
Stars: ✭ 31 (-63.95%)
Mutual labels:  remarkable-tablet
remarkable-tweak
Tweak tool for the reMarkable paper tablet. Lets you organize your templates with no fuss.
Stars: ✭ 20 (-76.74%)
Mutual labels:  remarkable-tablet
syncthing-kindle
Setup Syncthing on Kindle Touch
Stars: ✭ 24 (-72.09%)
Mutual labels:  syncthing
rmWacomToMouse
Using the pen input (wacom) of the reMarkable to move your mouse on a pc.
Stars: ✭ 46 (-46.51%)
Mutual labels:  remarkable-tablet
reMarkable-year-week-tasks-planner
Clickable Year-Week-Tasks PDF planner for the Remarkable Tablet
Stars: ✭ 17 (-80.23%)
Mutual labels:  remarkable-tablet
gnome-shell-extension-syncthing
No description or website provided.
Stars: ✭ 74 (-13.95%)
Mutual labels:  syncthing

Syncthing on reMarkable

A guide for setting up Syncthing on a reMarkable.

Installation

  1. Install syncthing on the host machine and get the computer's id. You must also have Entware installed on the reMarkable.

  2. Install syncthing on the reMarkable and start up the configuration GUI.

opkg install syncthing
syncthing -gui-address "http://0.0.0.0:8888" -no-restart
  1. Browse to the reMarkable Syncthing interface at http://10.11.99.1:8888

  2. Add folders to sync. I chose /home/root/books for syncing documents to Plato. /usr/share/remarkable/ and /home/root/.local/share/remarkable/xochitl/ may also be of interest.

  3. Add a remote device (your computer). Syncthing may automatically detect your computer's id. Under the Sharing tab, enable Auto Accept and check the folder you previously created.

  4. Browse to http://localhost:8080 and wait for a prompt to connect to the reMarkable and accept. This took about 30s to appear.

  5. Wait for another prompt to receive the shared folder and accept. Verify that folder syncing works.

  6. Copy syncthing.service to /etc/systemd/system/ then start and enable the service

wget https://raw.githubusercontent.com/Evidlo/remarkable_syncthing/master/syncthing.service -O /etc/systemd/system/syncthing.service
systemctl daemon-reload
systemctl start syncthing
systemctl enable syncthing

Caveats

  • At least one of the devices must be publically accessible on TCP 22000. Alternatively, if at least one of the devices can access the other on local intranet, you can add another discovery method via [Remote Device] > Edit > Advanced > Addresses.. eg: tcp://192.168.1.123:22000

  • WiFi needs to be on an connected for this to work, so xochitl should be running.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].