tclrapi

TclRAPI (along with cevfs) is a package for accessing PocketPC filesystem over ActiveSync. RAPI is Microsoft's Remote Application Programming Interface and is used to connect to PocketPC via ActiveSync.

Currently TclRAPI can do the following:

  • write to/read from files
  • create directory
  • delete file/directory
  • rename file

Future plans:

  • access to PocketPC registry
  • ability to execute binaries on PocketPC

cevfs is a pure-Tcl extension that uses tclrapi to mount PPC filesystem.

The README inside tclrapi contains documentation on TclRAPI. Cevfs is currently experimental.

One of the main reasons for creating TclRAPI is integration with Password Gorilla so the application can store (or merge with) password database on a PocketPC without having to use any other tool to send/receive/synchronize the files.

31 Jul 2006 HE Where can I get this extension?

Kroc - September 4, 2006 : I found it there: http://sourceforge.net/project/showfiles.php?group_id=99106