https://github.com/adilius/ns-3-network-simulations
Network simulations written in ns-3
https://github.com/adilius/ns-3-network-simulations
cpp ns-3
Last synced: about 1 year ago
JSON representation
Network simulations written in ns-3
- Host: GitHub
- URL: https://github.com/adilius/ns-3-network-simulations
- Owner: Adilius
- Created: 2021-05-22T14:43:09.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-06T19:52:29.000Z (about 5 years ago)
- Last Synced: 2025-01-11T06:45:23.400Z (over 1 year ago)
- Topics: cpp, ns-3
- Language: C++
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ns-3-network-simulations
Network simulations written in ns-3
## Installation
From ns-3-dev directory, run these commands:
SSH
```shell
cd scratch
git init
git remote add origin git@github.com:Adilius/ns-3-network-simulations.git
git fetch --all --prune
git checkout main
```
HTTPS
```shell
cd scratch
git init
git remote add origin https://github.com/Adilius/ns-3-network-simulations.git
git fetch --all --prune
git checkout main
```
## Run
Run random variable generation
- `../waf --run "ns3RNG --n=100000 --run_lcg=true --run_urv=true --run_erv=true --run_poi=true"`
Plot LCG, URV, ERV
- `python RNGplot.py ./LCG.csv`
Plot Poisson
- `python Poissonplot.py ./Poisson.csv`
## Results




