konspapa11
- 2
- 0
Hello guys i want to compose a code (in C++) for Ns3 to simulate the fuctionality of sliding window , maybe can help me somebody!
The discussion revolves around the implementation of a sliding window protocol simulation using NS-3, a network simulator that utilizes C++. Participants seek assistance in composing the necessary code and understanding the sliding window concept as it applies to network protocols.
Participants generally agree on the need to implement the sliding window protocol for NS-3 simulations, but there is no consensus on specific code examples or resources available for this purpose. The understanding of the sliding window method varies among participants.
Some participants may have varying levels of familiarity with C++ and NS-3, which could affect their ability to implement the sliding window protocol. The discussion does not resolve the specifics of code implementation or available resources.
Individuals interested in network simulation, particularly those working with NS-3 and the sliding window protocol, may find this discussion relevant.
I think I'm catching on to your situation. There seems to be two possible issues.konspapa11 said:Mrs Scott Thank u for immediately response in my answer, i installed Ns3 in my computer is network simulator, now i must to compose a sliding window code to simulate this in Ns3 and record the measurements of delay and throughput, sliding window operation you can find in this link http://en.wikipedia.org/wiki/Sliding_window_protocol.