diff options
author | Cathal Garvey <cathalgarvey@gmail.com> | 2012-06-19 22:05:45 +0100 |
---|---|---|
committer | Cathal Garvey <cathalgarvey@gmail.com> | 2012-06-19 22:05:45 +0100 |
commit | ce1f6a2df9d45502dabbc13975e9b93024dc0340 (patch) | |
tree | 8ef7eefdb688a11a92bd76ec7366651c0fef0dc8 | |
parent | 19ceee5a746446654599b253289459981ef4fad3 (diff) | |
download | openpycr-master.tar.gz openpycr-master.zip |
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -9,6 +9,14 @@ Also, Python 3 is an easier language to develop further, making it more likely t others will extend this work to make OpenPCR even better. ##Where +Immediate needs for this client include code to make it fully cross-platform. The +ncc binaries that allow reading of machine state are compiled for Windows and Linux, +presumably the Linux binaries are also used for Mac. All that should be needed to +make this cross-platform is to amend openpcrlib with default mount directories for +OpenPCR. I (Cathal) have no intention of doing so, as I only use/endorse Linux. +It may also be necessary to identify Linux distros other than Ubuntu if they have +different mountpoints to the Ubuntu default (/media/OPENPCR). + Further development of this library/client might head towards a Tcl/Tk GUI, locally- hosted webapp, or a daemon for smartphone control when connected to a networked PC. |