Chengyu Fan | 8b92f12 | 2015-03-09 22:13:36 -0600 | [diff] [blame] | 1 | ndn-atmos |
| 2 | ========= |
Chengyu Fan | eb0422c | 2015-03-04 16:34:14 -0700 | [diff] [blame] | 3 | |
| 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 Fan | 8b92f12 | 2015-03-09 22:13:36 -0600 | [diff] [blame] | 8 | |
| 9 | Dependencies |
| 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 Fan | 2788755 | 2015-03-26 17:12:00 -0600 | [diff] [blame] | 17 | 5. mysql 5.6.23 (http://www.mysql.com/) |