If you just need to talk to the TPM, I co-authored some software to do that. It's called "trunks" (as in "small trousers") and I recently put it here:
https://github.com/semenzato That's for the 1.2 standard. The Chromium project is also working on a similar library for the 2.0 standard: git clone https://chromium.googlesource.com/chromiumos/platform2 in the directory "trunks". The 1.2 version, written by myself and Mario (really), has something like 0 users, so if you use it you'll probably get some attention. Cheers :) On Fri, Jun 19, 2015 at 12:20 PM, Raja Sivagaminathan <[email protected]> wrote: > Folks, > > To use Trousers code in our modern Windows based application I need to port > it to Visual Studio 2013 (or 2015 RC) - because the existing libraries (and > other open source libraries) simply don't compile with VS 2013 projects. > While doing so I am planning on short-circuiting the code in an attempt to > remove the socket based communication business and the need to install tcsd > service. Anyone disagree with that approach? Are there any gotchas that I > should be aware of before I spend too much time on it? I don't see a need > for the service so I would like to remove it. > > Thanks > Raja > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > TrouSerS-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/trousers-users > ------------------------------------------------------------------------------ _______________________________________________ TrouSerS-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/trousers-users
