summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCathal Garvey <cathalgarvey@gmail.com>2012-06-19 22:05:45 +0100
committerCathal Garvey <cathalgarvey@gmail.com>2012-06-19 22:05:45 +0100
commitce1f6a2df9d45502dabbc13975e9b93024dc0340 (patch)
tree8ef7eefdb688a11a92bd76ec7366651c0fef0dc8
parent19ceee5a746446654599b253289459981ef4fad3 (diff)
downloadopenpycr-master.tar.gz
openpycr-master.zip
Adding an obvious omission to the "to do" list: cross-platform work.HEADmaster
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index d1f02a7..28826d7 100644
--- a/README.md
+++ b/README.md
@@ -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.