No description
Find a file
2006-11-30 02:04:11 +00:00
libprs500 Remove uneccessary reset that was causing problems on OSX 2006-11-30 02:04:11 +00:00
epydoc-pdf.conf Added working support for the following commands to libprs500: 2006-11-07 04:10:11 +00:00
epydoc.conf Added working support for the following commands to libprs500: 2006-11-07 04:10:11 +00:00
ez_setup.py Added support for progress reporting in libprs500. Only implemented in get_file 2006-11-21 04:52:47 +00:00
Makefile.distrib Added working support for the following commands to libprs500: 2006-11-07 04:10:11 +00:00
prs-500.e4p Created the form for editing book meta-info 2006-11-25 04:36:50 +00:00
README Added working support for the following commands to libprs500: 2006-11-07 04:10:11 +00:00
setup.py Created the form for editing book meta-info 2006-11-25 04:36:50 +00:00
spike.pl Added working support for the following commands to libprs500: 2006-11-07 04:10:11 +00:00

Library implementing a reverse engineered protocol to communicate with the Sony Reader PRS-500. 

Requirements:
1) Python >= 2.5
2) PyUSB >= 0.3.4 (http://sourceforge.net/projects/pyusb/)

Installation:
As root
python setup.py install

Usage:
Add the following to /etc/udev/rules.d/90-local.rules

BUS=="usb", SYSFS{idProduct}=="029b", SYSFS{idVendor}=="054c", MODE="660", GROUP="plugdev"

and run udevstart to enable access to the reader for non-root users. You may have to adjust the GROUP and the location of the
rules file to suit your distribution.

Usage information is provided when you run the script prs500.py