commit | e891ac93374c30a10e363fa0b048baf2ee8f87d3 | [log] [tgz] |
---|---|---|
author | jeraldabraham <jeraldabraham@email.arizona.edu> | Sun Feb 16 11:04:01 2014 -0700 |
committer | jeraldabraham <jeraldabraham@email.arizona.edu> | Sun Feb 16 11:04:01 2014 -0700 |
tree | 00907d30e06c8854bba594a09a405f18e76b1408 | |
parent | f9543a4d83ba510d3a4b0c5efbef170ffbaabe6c [diff] |
Client Tool 70%, Server Tool 50% Complete
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