Top "Ns-3" questions

ns-3 (Network Simulator 3) is a event driven simulator to model different types of networks.

Converting a string to uint8_t array in C++

I want an std::string object (such as a name) to a uint8_t array in C++. The function reinterpret_…

c++ ns-3
Ubuntu, remove network TAP interface

I'm creating a network interface via a program in order to build a bridge between a simulated network (NS-3) and …

ubuntu networking ns-3 tun
what if notify() is called before wait()?

I have a situation where a notify() 'can' be called before a wait(). I am trying to make a simulator …

c++ boost synchronization condition-variable ns-3
Implement Simple TCP with NS3

hi, I'm new to NS3, I'm trying to modify first.cc to do TCP rather than UDP. I didn't get …

ns-3