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...
Agglutination asked 5/10, 2011 at 16:24

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
Clapperclaw asked 29/4, 2016 at 15:5

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...
File asked 4/4, 2017 at 12:47

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

3

Solved

I am running a simulation like this ./waf --run scratch/myfile | awk -f filter.awk How can I kill the waf command as soon as filter.awk detects that something happened (e.g. after a specific l...
Sherl asked 15/2, 2013 at 16:43
1

© 2022 - 2024 — McMap. All rights reserved.