jeraldabraham | f9543a4 | 2014-02-11 06:37:34 -0700 | [diff] [blame^] | 1 | Traffic Generator For NDN (ndn-traffic)
|
| 2 | ======================================
|
| 3 |
|
| 4 | This is an application tool developed over ndn-cpp APIs for TLV packet
|
| 5 | based communication over NDN configured network. The NDN network has to
|
| 6 | be first created with 'ndnx' and 'ndnd-tlv'. This is followed by environment
|
| 7 | security setup with 'ndn-cpp-security-tools'. The application also requires
|
| 8 | installation of ndn-cpp and CPP boost libraries. The installations need to
|
| 9 | follow a strict order as the ndnd
|
| 10 |
|
| 11 | To run the following must be ensured(FOLLOW ORDER STRICTLY)
|
| 12 |
|
| 13 | 1. Install ndnx (install all necessary dependencies)
|
| 14 | 2. Install CPP Boost Library > 1.47
|
| 15 |
|
| 16 | sudo apt-get install libboost1.48-all-dev
|
| 17 |
|
| 18 | 3. Install ndn-cpp-dev (install all necessary dependencies except boost)
|
| 19 | 4. Install ndnd-tlv install all necessary dependencies except boost)
|
| 20 | 5. 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.
|