commit | 57e003638d3fe92ecc271c4bb36ff84e481b067d | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jun 23 13:22:54 2016 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Jun 29 12:29:19 2016 -0700 |
tree | 213c345abdf34379780adf56d864d97f401b1179 | |
parent | 034c188722719426073ca369bc2c04def4888a5e [diff] |
face+security: Introduce environment variables to set/override transport, pib, and tpm configurations. - NDN_CLIENT_TRANSPORT: equivalent of transport in client.conf - NDN_CLIENT_PIB: equivalent of pib in client.conf - NDN_CLIENT_TPM: equivalent of tpm in client.conf Whenever an environment variable is set, it takes precedence over any values specified in the configuration file. Change-Id: I44c2347168616387a0489b6bf5c2c3a12db29863 Refs: #2925, #2514
ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives that can be used to implement various NDN applications. The library is currently being used as part of the following projects:
See the file docs/INSTALL.rst
for build and install instructions.
Please submit any bugs or issues to the ndn-cxx issue tracker: http://redmine.named-data.net/projects/ndn-cxx/issues
Extensive documentation of the library is available on the library's homepage: http://www.named-data.net/doc/ndn-cxx/
ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about the license, refer to COPYING.md
.