Files
calibre-plugins/crosspoint_reader
Justin Mitchell df6019bfd7 Improve book listing and deleting
Books in subfolders now show in device list, deleting removes the book from the list immediately, and newly added books show up immediately
2026-02-22 17:22:16 -05:00
..
2026-02-22 17:22:16 -05:00
2026-01-27 21:51:51 +11:00

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:

  1. Download the latest release from the releases page (or zip the contents of this directory).
  2. In Calibre: Preferences > Plugins > Load plugin from file.
  3. 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.