src: Improving consistency and correcting code style

As of this commit, all data structures can be directly constructed from
wire format.

This commit excludes full correction of code style in security/ and
tools/ndnsec*, which will be part of a different commit.

Change-Id: I121ac1f81948bc7468990df52cdefeb2988d91a1
Refs: #1403
81 files changed
tree: 7c2a2f2af72ca1dc12b2da0b60733a56d875a568
  1. .waf-tools/
  2. docs/
  3. examples/
  4. src/
  5. tests/
  6. tests-integrated/
  7. tools/
  8. .gitignore
  9. .travis.yml
  10. AUTHORS.md
  11. CHANGELOG
  12. client.conf.sample
  13. COPYING
  14. INSTALL.md
  15. libndn-cpp-dev.pc.in
  16. README.md
  17. waf
  18. wscript
README.md

ndn-cpp-dev: A dev version of Named Data Networking client library for C++

ndn-cpp-dev is a new implementation of a Named Data Networking client library written in C++.

ndn-cpp-dev 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-dev issue tracker: http://redmine.named-data.net/projects/ndn-cpp-dev/issues

More

Additional library tutorials and manpages are available in docs/ folder.