mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-05 15:17:37 +03:00
| .. | ||
| plugin | ||
| README.md | ||
CrossPoint Reader Calibre Plugin
This plugin adds CrossPoint Reader as a wireless device in Calibre. It uploads EPUB files over WebSocket to the CrossPoint web server.
Protocol:
- Connect to ws://:/
- Send: START:::
- Wait for READY
- Send binary frames with file content
- Wait for DONE (or ERROR:)
Default settings:
- Auto-discover device via UDP
- Host fallback: 192.168.4.1
- Port: 81
- Upload path: /
Install:
- Zip the contents of
calibre-plugin/crosspoint_reader/plugin. - In Calibre: Preferences > Plugins > Load plugin from file.
- The device should appear in Calibre once it is discoverable on the network.
No configuration needed. The plugin auto-discovers the device via UDP and falls back to 192.168.4.1:81.