Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielemessina/p2p_wireless_networks_course
Final assignment for the 'P2P and Wireless networks' course by University of Catania
https://github.com/gabrielemessina/p2p_wireless_networks_course
cpp ns3 ns3-simulator p2p p2p-network wireless-network
Last synced: about 23 hours ago
JSON representation
Final assignment for the 'P2P and Wireless networks' course by University of Catania
- Host: GitHub
- URL: https://github.com/gabrielemessina/p2p_wireless_networks_course
- Owner: GabrieleMessina
- License: mit
- Created: 2025-02-13T14:32:57.000Z (1 day ago)
- Default Branch: main
- Last Pushed: 2025-02-13T15:40:33.000Z (1 day ago)
- Last Synced: 2025-02-13T16:36:10.104Z (1 day ago)
- Topics: cpp, ns3, ns3-simulator, p2p, p2p-network, wireless-network
- Language: C++
- Homepage: https://github.com/GabrieleMessina/p2p_wireless_networks_course/blob/main/report/p2p_gabriele_messina_report.pdf
- Size: 1.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# P2P and Wireless networks
Final assignment for the 'P2P and Wireless networks' course by University of Catania## Results
A report with all the results is available [here](report/p2p_gabriele_messina_report.pdf).## How To Run
Put the `protocol` folder inside the `scratch` folder of your NS3 installation (recommended version: 3.42) and run the following command:
```bash
./ns3 run lra_gabriele_messina_benchmark
```