8 Commits

Author SHA1 Message Date
Kovid Goyal
fc5b8a22e6 Added time sync functionality. Now libprs500 automatically syncs the time on the device to local time everytime a connection is opened to the device
Added option to replace existing files to put_file for convenience
2006-12-12 01:31:51 +00:00
Kovid Goyal
ddc2e5bbdd Fixed connection errors due to timeouts in the GUI (Basically, increased the timeout in PRS500Device.open to 10s to allow device to initialize USB handler.
Refactored device display code to work with changed implementation of book list parsing in libprs500
2006-12-04 05:25:56 +00:00
Kovid Goyal
c8d21c5930 GUI now supports displaying lists of books from both the library and the device 2006-11-24 05:17:38 +00:00
Kovid Goyal
e3a9bfc265 Handle unicode objects in stringfiled by converting via a str() call 2006-11-21 23:28:18 +00:00
Kovid Goyal
6f1767a717 Refactored code using decorators and descriptors
time for ls -lR / reduced from 45s to 12s
Added write support (touch, rm, mkdir, cp host->device)
2006-11-09 01:33:51 +00:00
Kovid Goyal
7e1ca9880b e-implemented prstypes using descriptors, making the types even more struct like and reducing the code size by half. It is now very easy to define new types. 2006-11-07 22:54:11 +00:00
Kovid Goyal
df077ebfbe Improved packet tracing output (added byte count and packet count)
Added support for the df command
2006-11-07 08:10:02 +00:00
Kovid Goyal
1c8319a5a4 Added working support for the following commands to libprs500:
- ls -lhR --color
 - cp from device to host
 - info  (get device information)
 - cat files on device

Added a command line interface in prs500.py

Added documentation in epytext

Added support for distutils
2006-11-07 04:10:11 +00:00