commit | f9543a4d83ba510d3a4b0c5efbef170ffbaabe6c | [log] [tgz] |
---|---|---|
author | jeraldabraham <jeraldabraham@email.arizona.edu> | Tue Feb 11 06:37:34 2014 -0700 |
committer | jeraldabraham <jeraldabraham@email.arizona.edu> | Tue Feb 11 06:37:34 2014 -0700 |
tree | fd2ec15bb82a6dd926beaa4fab15db5379548ffc |
Adding Project Files
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