commit | a599af3c88d092d7543d8963308fed1b17a31221 | [log] [tgz] |
---|---|---|
author | jeraldabraham <jeraldabraham@email.arizona.edu> | Tue Feb 18 14:33:11 2014 -0700 |
committer | jeraldabraham <jeraldabraham@email.arizona.edu> | Tue Feb 18 14:33:11 2014 -0700 |
tree | 95e6764f25e83b0ac4312c5fb767aff5cfd28a1b | |
parent | 89a5842ef3f85dbbd1ea013b2b3117a40c3eaec2 [diff] |
Sample Client Configuration File Added
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