--
Posting to this group should follow these guidelines https://www.nsnam.org/wiki/Ns-3-users-guidelines-for-posting
---
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-3-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ns-3-users/3f8c5d2b-a023-4746-81a0-7a7d193cf6ffn%40googlegroups.com.
--
Posting to this group should follow these guidelines https://www.nsnam.org/wiki/Ns-3-users-guidelines-for-posting
---
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-3-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ns-3-users/3f8c5d2b-a023-4746-81a0-7a7d193cf6ffn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ns-3-users/1ec05508-1706-4cab-bd4b-8f9bcef77936n%40googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "ns-3-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ns-3-users/JwJpr4_YvEo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ns-3-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ns-3-users/1587d145-cb98-4e88-b80c-de8b8952433cn%40googlegroups.com.
The very first failure was due to the peculiar way in which the original installation is done. The standard way of installing “ms-van3t” is done through your installation script “sandbox_builder.sh“. But that script will not run under “root” privilege. (under 'chroot jail', the user normally will have root privilege only)
Even if we disable this by commenting the above lines of the installation script, it will again fail at lines where “sudo” is called(since chroot jail will not have sudo). The installation failed even if we remove all “sudo” strings from the commands. I didn’t experiment with it further; because I decided to install it in a “plain old” and “easy” manual way.
Problem 2:
In fact, in my earlier attempt of installing it on 32 bit OS, there was a problem even after a “successful install” of ms-van3t in a 32 bit Debian 10 (Buster) host under “chroot jail”. After successful install, if we try to run a simulation with ns-3-SUMO interaction feature, then the simulation successfully start to run with opening SUMO GUI ……. But, immediately, the simulation will get terminated with the following error:
/waf --run "v2i-areaSpeedAdvisor-lte"
...
'build' finished successfully (1.334s)
Sumo: wait for socket: 1s
Loading configuration ... done.
ns3.33-v2i-areaSpeedAdvisor-lte-optimized: ../src/automotive/model/ASN1/asn1-v2/per_support.c:238: per_long_range_rebase:
Assertion `lb <= ub' failed.
Command ['/home/ms-van3t/build/src/automotive/examples/ns3.33-v2i-areaSpeedAdvisor-lte-optimized'] terminated with signal SIGIOT. Run it under a debugger to get more information (./waf --run <program> --gdb").
The final solution for installing ms-van3t under 64bit chroot jail.
So, I just copied all the files and folders of ms-van3t directory to ns-3.33 directory (by overwriting the src folder). Now I successfully compiled ns-3.33 along with ms-van3t. And everything is working good.
I have posted my installation procedure of ms-van3t under chroot jail at the following link :
Installing ms-van3t under "chroot jail"
To view this discussion on the web visit https://groups.google.com/d/msgid/ns-3-users/20540f69-f310-41a0-96d8-af47250e9642n%40googlegroups.com.
Hello Marco Malinverno :
I am Manuel Macia and I am carrying out a Master Project based on a RED research in NS3, my aim is to reproduce the results which are shown in redsims.ps downloadble in red-tests.cc file. The doubt is how can I generate identical or similar graphics to redsims.ps or NS2 simulations, because I read the redsims.ps to know the RED params and I have adjusted them in red-test.cc to generate the redsims.ps graphics and for instance, I have just tried test1 and many packets are dropped when in redsims.ps/NS2 simulations no packet are dropped because of buffer overflows and their graphics are not similar or identical to redsims.ps/NS2 simulations. I have no idea what went wrong about the adjustment of RED parameters to obtain redsims.ps/NS2 simulations. I would like to know if you could help me out. The version on which I am working is NS3.33.
Regards (I have attached the adjusted red-tests.cc for you to take a look at).
Manuel Macia Navarro
--
Posting to this group should follow these guidelines https://www.nsnam.org/wiki/Ns-3-users-guidelines-for-posting
---
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-3-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ns-3-users/4f922fb3-d445-4298-b000-1200ef7815a9n%40googlegroups.com.