Enable automatic compilation and unit test verification

refs #2691

Change-Id: I0ab113fc9c4d481a74534fb8105a87dde8f76a12
12 files changed
tree: d4eceba6faad8b830990b12f2393e6c314420c53
  1. .jenkins.d/
  2. .waf-tools/
  3. catalog/
  4. client/
  5. .gitignore
  6. .jenkins
  7. .travis.yml
  8. AUTHORS.md
  9. COPYING
  10. README-dev.md
  11. README.md
  12. waf
  13. 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/)