blob: 528369e3e6b359a8cf4c2164c0f5c2ea983b32ac [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)
17 5. postgresql 9.4.1 (http://www.postgresql.org)