blob: ff2f4971c69ffb965db923cf50d78628e9107ca4 [file] [log] [blame] [view]
jeraldabrahamf9543a42014-02-11 06:37:34 -07001Traffic Generator For NDN (ndn-traffic)
2======================================
3
4This is an application tool developed over ndn-cpp APIs for TLV packet
5based communication over NDN configured network. The NDN network has to
6be first created with 'ndnx' and 'ndnd-tlv'. This is followed by environment
7security setup with 'ndn-cpp-security-tools'. The application also requires
8installation of ndn-cpp and CPP boost libraries. The installations need to
9follow a strict order as the ndnd
10
11To run the following must be ensured(FOLLOW ORDER STRICTLY)
12
131. Install ndnx (install all necessary dependencies)
142. Install CPP Boost Library > 1.47
15
16 sudo apt-get install libboost1.48-all-dev
17
183. Install ndn-cpp-dev (install all necessary dependencies except boost)
194. Install ndnd-tlv install all necessary dependencies except boost)
205. Install and Configure Security Environment with ndn-cpp-security-tools
21
22-----------------------------------------------------
23
24## 1. Compile And Installation Instructions: ##
25
26 git clone git://github.com/jeraldabraham/ndn-traffic ndn-traffic
27 cd ndn-traffic
28 ./waf configure
29 ./waf
30 sudo ./waf install
31
32## 2. Tool Run Instructions & Command Line Options: ##
33
34 TBU
35
36## 3. Sample Run Instructions ##
37
38 TBU
39
40* Use command line options shown above to adjust traffic configuration.