Python Palm Pilot Hotsync Conduit

Jeff Senn senn at maya.com
Tue Feb 8 12:18:11 EST 2000


David Maslen <david.maslen at iname.com> writes:
> Jeff Senn <senn at maya.com> writes:
...
> > I have a (mostly complete) wrapper for the low-level Palm SyncManager
> > routines that would allow one to write HotSync conduits in Python (on
> > Windows).
> > 
> > I paused in the development (read: got distracted) so there are some
> > loose ends.  If anyone is interested in picking it up for the 'greater
> > good', I'll contribute my code...
> 
> Could this be of any value to pyrite[1]? That's what I use as a conduit
> for my palm pilot, but I don't think it is running under windows.

Nope -- it's only of use under windows (and possibly the Mac or
anywhere Palm's Hotsync works, I guess, if someone could get it
compiled).  What it does is expose the low levels of the hotsync
conduit interface into Python -- making it possible to develop
conduits in Python.

Pyrite is a replacement for the hotsync/conduit mechanism that uses
the pilot-link (Unix-ish) pilot tools.  

You could possibly even use pyrite/pilot-link on windows -- I did some
work awhile ago to get pilot-link stuff to work on windows -- but it
would not integrate well into your world if you use Palm's Hotsync.

-- 
-Jas





More information about the Python-list mailing list