commit | b735e8dd41bbd98d092809fcd4cc810dd29358cc | [log] [tgz] |
---|---|---|
author | jeraldabraham <jeraldabraham@email.arizona.edu> | Wed Feb 19 09:16:35 2014 -0700 |
committer | jeraldabraham <jeraldabraham@email.arizona.edu> | Wed Feb 19 09:16:35 2014 -0700 |
tree | e2198c3826b0b859da32d3195a38fe445ff53e27 | |
parent | a599af3c88d092d7543d8963308fed1b17a31221 [diff] |
Printing Text Updated
This is an application tool developed over ndn-cpp APIs for TLV packet based communication over NDN configured network. The NDN network has to be first created with 'ndnx' and 'ndnd-tlv'. This is followed by environment security setup with 'ndn-cpp-security-tools'. The application also requires installation of ndn-cpp and CPP boost libraries. The installations need to follow a strict order as the ndnd
To run the following must be ensured(FOLLOW ORDER STRICTLY)
Install ndnx (install all necessary dependencies)
Install CPP Boost Library > 1.47
sudo apt-get install libboost1.48-all-dev
Install ndn-cpp-dev (install all necessary dependencies except boost)
Install ndnd-tlv install all necessary dependencies except boost)
Install and Configure Security Environment with ndn-cpp-security-tools
git clone git://github.com/jeraldabraham/ndn-traffic ndn-traffic cd ndn-traffic ./waf configure ./waf sudo ./waf install
TBU
TBU