commit | 426d5006812f5f4ebb966015198ad2d718cf0006 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Thu Aug 23 10:52:29 2018 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Thu Aug 23 10:52:29 2018 +0000 |
tree | 6378e8bfc106e6d5fea6921a3851f437ea4e6151 | |
parent | 107749982a600870218fc55b5eb66574f547ec31 [diff] |
encoding: update number assignments This commit declares: * TLV-TYPEs for typed name components in NDN naming conventions * SignatureType number for HMAC * ContentType numbers for Prefix Announcement and FLIC This commit also: * Improves stream insertion operator for SignatureTypeValue * Adds stream insertion operator for ContentTypeValue * Corrects several references to certificate format spec refs #4577, #4649 Change-Id: Ibfd5cc1408cf892e38a2be93bf17e76f628f255d
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: https://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/
If you are new to the NDN community of software generally, read the Contributor's Guide.
ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about the license, refer to COPYING.md
.