commit | 7ae6be0135a54c4ca3217a4b0134e51566ae9ae8 | [log] [tgz] |
---|---|---|
author | Tyler Scott <tyduptyler13@gmail.com> | Wed Jun 22 15:29:26 2016 -0600 |
committer | Tyler Scott <tyduptyler13@gmail.com> | Wed Jun 22 16:52:16 2016 -0600 |
tree | 8ce326206e63a7f8357cbe7b1c743f676357b0bb | |
parent | f95a97cadf56dda5638b16442b5d33c4236b28cc [diff] |
Changes requested for 6/22 * Reverted tab name nage back to original 3 * Changed heading in table to Select All * Adjusted timeout period down to 500ms * Lots of code formatting cleanup (Automated) (mostly whitespace) * Moved catalog-dev back to catalog and removed gulp/build scripts. No longer needed, firefox no longer has issues with scripts. * Moved config back into the folder to reduce cluter now that there aren't two versions of the release * Removed unneeded .gitignores Change-Id: I943d7796ca6317b4e890b666adea12707b1a8775
####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
Open the client folder in ndn-atmos
Checkout the ndn-js in the client folder. Use the link blow: