commit | 3c17d5fb89c10c765d091914fd2e68d8c5ed9614 | [log] [tgz] |
---|---|---|
author | Tyler Scott <tyduptyler13@gmail.com> | Tue Jun 23 17:49:29 2015 -0600 |
committer | Tyler Scott <tyduptyler13@gmail.com> | Mon Aug 10 15:22:34 2015 -0600 |
tree | ae1c811af74256e2d4a73b5e90ecfb311eca24b4 | |
parent | c7b87ad9ebe6dbe6d0f8df6596b391853f3ea686 [diff] |
Initial work on remaking the interface The interface is being upgraded to use bootstrap. Additionally, files have been separated out into their correct pieces. (JS and CSS don't belong in the html anymore) Also modified the repo to permit cross linux and windows access without weird effects from line endings. Ndn-js is also now a submodule. Change-Id: I2682b2c599745bef5e71170e51e4abc5cf7cdf48
####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:
*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
Open the client folder in ndn-atmos
Checkout the ndn-js in the client folder. Use the link blow: