ns-3-python-examples
ns-3-python-examples copied to clipboard
Example python programs for ns-3
Ported to python files from examples/wireless 1.) wifi-tcp.cc 2.) wifi-multi-tos.cc Link to out finished project : https://github.com/elvis-7/Implementation-of-TCP-FACK-in-ns-3
Created an example on dumbbell topology to implement most of the versions of TCP including TCP timely implemented in the assignment. Most of the versions of TCP are already implemented...
Converted udp-client-server.cc to udp-client-server.py in examples/udp-client-server
Converted udp-client-server.cc to udp-client-server.py
converted udp-trace-client-server.cc in examples/udp-client-server to python
added python code for socket-options-ipv4.cc tested in ns-3.26
We have done following tasks in lab: + ipv6/test-ipv6.py - tested in ns-3.26 + traffic-control/red-vs-fengadaptive.py - tested in ns-3.27
TCP throughput of the following two programs does not match with that of corresponding C++ programs: 1. ht-wifi-network.py 2. vht-wifi-network.py Run these programs and corresponding C++ programs with --udp=False to...