ns-3 Questions
3
Solved
I want an std::string object (such as a name) to a uint8_t array in C++. The
function reinterpret_cast<const uint8_t*> rejects my string. And since I'm coding using NS-3, some warnings are be...
3
I am trying to configure my Intellij Clion IDE for working with ns-3. Since ns-3 is using waf, it is more tricky than i thought and would be really happy to hear any advice
1
Solved
Me and my friend are going to start a project. We are going to simulate basic communication between a server and a client. We have a pseudo code that we are going to implement. Using this communica...
3
I'm creating a network interface via a program in order to build a bridge between a simulated network (NS-3) and the real Linux host. So when the "bridged" node receive a packet in NS-3, the real L...
Horal asked 8/7, 2013 at 14:34
2
I have a situation where a notify() 'can' be called before a wait().
I am trying to make a simulator to schedule its next event when I 'notify' him by sending him messages. So I have devised a wa...
Youmans asked 10/7, 2013 at 5:18
1
© 2022 - 2024 — McMap. All rights reserved.