commit | 040209253347c159067c54cf4a3c7621977a7216 | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Wed Jan 22 12:46:53 2014 -0800 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Wed Jan 22 15:07:07 2014 -0800 |
tree | 6ee52d744ff85c320a8f3a4cea78d7086687cf14 | |
parent | 2d9c50fbdd3586b99569d7d596b3736dae95c579 [diff] |
security: Changing security storage location. Adding test case 1. The default location of publilc info storage of SecPublicInfoSqlite3 is changed to ~/.ndnx/ndnsec-public-info.db 2. The default location of key directory of SecTpmFile is changed to ~/.ndnx/ndnsec-tpm-file/ 3. Add a test case for SecTpmFile. Change-Id: I2e314072ff05e3b8da308b577bc85d417ff22476
NDN-CPP is a new implementation of a Named Data Networking client library written in C++ and C.
It is wire format compatible with NDNx and PARC's CCNx.
NDN-CPP is open source under a license described in the file COPYING. While the license does not require it, we really would appreciate it if others would share their contributions to the library if they are willing to do so under the same license.
See the file INSTALL for build and install instructions.
Please submit any bugs or issues to the NDN-CPP issue tracker: http://redmine.named-data.net/projects/ndn-cpp/issues
The library currently requires a remote NDN daemon, and has been tested with ndnd, from the NDNx package: https://github.com/named-data/ndnx .
Currently, the library has two APIs for developers:
1. The C++ API which follows the NDN Common Client Library API also used by ndn-js (JavaScript) and PyNDN (Python). 2. A core C library implementing lower-level encoding and communication. Applications should normally use the C++ API, but core C code will also function on embedded devices and other environments which don't have C++ support.