ndn-traffic-replay-ndnsim
NDN traffic traces replay - Replay packet traces with ndnSIM
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.0%) to scientific vocabulary
Keywords
Repository
NDN traffic traces replay - Replay packet traces with ndnSIM
Basic Info
- Host: GitHub
- Owner: tntech-ngin
- License: apache-2.0
- Language: C++
- Default Branch: main
- Homepage: https://www.tntech-ngin.net/datasets
- Size: 11.7 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
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.
- ndnSIM -b ndnSIM-2.5 (https://github.com/named-data-ndnSIM/ndnSIM)
- NS-3 -b ndnSIM-2.5 (https://github.com/named-data-ndnSIM/ns-3-dev.git)
- 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
Owner
- Login: tntech-ngin
- Kind: user
- Repositories: 15
- Profile: https://github.com/tntech-ngin
Citation (CITATION.cff)
cff-version: 0.0.1
title: ndn-trace-replay
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Sankalpa
family-names: Timilsina
email: stimilsin43@tntech.edu
affiliation: Tennessee Technological University
- given-names: Davide
family-names: Pesavento
email: davide.pesavento@nist.gov
affiliation: NIST
- given-names: Junxiao
family-names: Shi
email: junxiao.shi@nist.gov
affiliation: NIST
- given-names: Susmit
family-names: Shannigrahi
email: sshannigrahi@tntech.edu
affiliation: Tennessee Technological University
- given-names: Lotfi
family-names: Benmohamed
email: lotfi.benmohamed@nist.gov
affiliation: NIST
repository-code: 'https://github.com/tntech-ngin/capture-systemd'
license: Apache-2.0