How do I resolve the issue of the compiler not recognising external header files when running project code in NS3.41?
When running project code in NS 3.41, Iam getting an error “no such file or directory”; for include statements of header files that are in the project folder. The header files that are in the LoRaWAN module in the SRC folder of NS 3.41 are not giving this error, it seems the compiler can see these. How can i make the compiler see the header files in the project folder?
NS3 Ip forward with delay
I would like to implement a 3 nodes scenario, connected in a line (ie. the middle node would serve as a router).
I would like to add on the middle node a delay of the packets that are passed thru it.
ns3-leo in lastest version of ns3
I want to use ns3-leo for my research. I have tried using it in the latest version of NS-3, but it hasn’t worked, even after attempting to change the wscript
to CMakeLists.txt
.