Add database name insertion tool.

* Fix code formatting issues according to NFD development guidelines
* Add library interface to ndn-translator
* Minor updates to error messages

Change-Id: I5a7669885e89a34abca23653d011d608bcfe6ebf
Refs: #2694
1 file changed
tree: 7bd388af56d1b8dd60b66cb31e5a5989decb6586
  1. .jenkins.d/
  2. .waf-tools/
  3. catalog/
  4. client/
  5. tools/
  6. .gitignore
  7. .jenkins
  8. .travis.yml
  9. AUTHORS.md
  10. COPYING
  11. README-dev.md
  12. README.md
  13. waf
  14. wscript
README.md

ndn-atmos

This software is designed to support ongoing climate model research at Colorado State University, Berkeley and other institutes.

This software provides API interface to publish, query and retrieve Climate datasets using NDN.

Dependencies

The ndn-atmos is built based on several libraries:

  1. ndn-cxx-0.3.0 (https://github.com/named-data/ndn-cxx.git)
  2. ChronoSync v0.2 (https://github.com/named-data/ChronoSync.git)
  3. boost (Minimum required boost version is 1.48.0)
  4. jsoncpp 1.6.0 (https://github.com/open-source-parsers/jsoncpp.git)
  5. mysql 5.6.23 (http://www.mysql.com/)