Skip to content

tntech-ngin/ndn-traffic-replay-ndnSIM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NDN Trace Replay

This project hosts an NDN application written using ndnSIM library. It is a simple producer-consumer application that is able to replay NDN traffic traces by reading a dumped NDN trace from ndntdump application. The application assumes that the provided trace is in NDJSON format.

Prerequisites

Custom version of NS-3 and specified version of ndnSIM needs to be installed. The code should also work with the latest version of ndnSIM, but it is not guaranteed.

  1. ndnSIM -b ndnSIM-2.5 (https://github.com/named-data-ndnSIM/ndnSIM)
  2. NS-3 -b ndnSIM-2.5 (https://github.com/named-data-ndnSIM/ns-3-dev.git)
  3. pybindgen -b 0.18.0 (https://github.com/named-data-ndnSIM/pybindgen.git)

Running

Assuming NS-3 is installed in a standard location, the application can be run using the following command:

./waf --run ndn-replay-point-to-point

About

NDN traffic traces replay - Replay packet traces with ndnSIM

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages