blob: cc53e5231bb6d96ccdc7bbd586611b2c7a4600c0 [file] [log] [blame] [view]
Chengyu Fan8b92f122015-03-09 22:13:36 -06001ndn-atmos
2=========
Chengyu Faneb0422c2015-03-04 16:34:14 -07003
4 This software is designed to support ongoing climate model research at Colorado State University,
5 Berkeley and other institutes.
6
7 This software provides API interface to publish, query and retrieve Climate datasets using NDN.
Chengyu Fan8b92f122015-03-09 22:13:36 -06008
9Dependencies
10============
11
12 The ndn-atmos is built based on several libraries:
13 1. ndn-cxx-0.3.0 (https://github.com/named-data/ndn-cxx.git)
14 2. ChronoSync v0.2 (https://github.com/named-data/ChronoSync.git)
15 3. boost (Minimum required boost version is 1.48.0)
16 4. jsoncpp 1.6.0 (https://github.com/open-source-parsers/jsoncpp.git)
Chengyu Fan27887552015-03-26 17:12:00 -060017 5. mysql 5.6.23 (http://www.mysql.com/)