commit | f912dead9f25ef967764f9b1c73a430eee672dbb | [log] [tgz] |
---|---|---|
author | Tyler Scott <tyduptyler13@gmail.com> | Tue Aug 09 21:50:34 2016 +0000 |
committer | Tyler Scott <tyduptyler13@gmail.com> | Thu Apr 13 15:14:58 2017 -0700 |
tree | 31466656573ae5f036113327c0e68e8c3a063c9e | |
parent | 96130f94a019fdd69776359ab700f8d259715e3c [diff] |
Added new loading modal window. Phase 1. Phase 2 will include metadata, currently it needs to be rewritten to allow it. Also removed some redundant loading animations. Change-Id: I1dce75460a0d61d14ec1de43b250b1cb27801c65
####If you have trouble running it, subscribe to ndn-sci mailing list and send an email.
This software is designed to support ongoing climate model research at Colorado State University, Berkeley and other institutes. Future plan includes porting this tool to suite other scientific community such as High Energy Particle Physics.
Currently, this software provides an API to publish, query and retrieve scientific datasets using NDN.
The ndn-atmos is built based on several libraries
Dependency for tools and translator library
The ndn-cxx and ChronoSync need some other prerequisites.
Follow the steps below to compile and install ndn-atmos:
ldconfig
*For example, if the libndn-cxx.so is installed in /usr/local/lib64, you need to include this path in a "ndn-cxx.conf" file in /etc/ld.so.conf.d directory, and then run "ldconfig".
NFD is the NDN forwarding daemon.
*For example, if the libndn-cxx.so is installed in /usr/local/lib64, you need to include this path in a "ndn-cxx.conf" file in /etc/ld.so.conf.d directory, and then run "ldconfig".
Make sure database is initialized and running
Create catalog configuration file
Edit the configuration file /usr/local/etc/ndn-atmos/catalog.conf. Modify the database parameters in both the queryAdapter and publishAdapter sections.
Note that the database parameters in these two sections may be different to provide different privileges.
Run ndn-atmos
Please see the README in client folder.