jay@jay-MS-7885:~/Documents/TutorialNS3/ns-allinone-3.30.1/ns-3.30.1$ sudo ./waf configure --with-woss-source=/home/jay/woss --with-woss-library=/home/jay/woss/lib --with-netcdf-lib=/home/jay/local/lib --with-netcdf-include=/home/jay/local
[sudo] password for jay:
Setting top to : /home/jay/Documents/TutorialNS3/ns-allinone-3.30.1/ns-3.30.1
Setting out to : /home/jay/Documents/TutorialNS3/ns-allinone-3.30.1/ns-3.30.1/build
Checking for 'gcc' (C compiler) : /usr/bin/gcc
Checking for cc version : 5.5.0
Checking for 'g++' (C++ compiler) : /usr/bin/g++
Checking for compilation flag -Wl,--soname=foo support : ok
Checking for compilation flag -std=c++11 support : ok
Checking boost includes : 1_65_1
Checking boost libs : lib signals not found in /usr/lib/x86_64-linux-gnu
Checking boost includes : 1_65_1
Checking boost libs : lib signals not found in /usr/lib/x86_64-linux-gnu
Checking for program 'python' : /usr/bin/python3
Checking for python version >= 2.3 : 3.6.9
python-config : /usr/bin/python3-config
Asking python-config for pyembed '--cflags --libs --ldflags --embed' flags : not found
Asking python-config for pyembed '--cflags --libs --ldflags' flags : yes
Testing pyembed configuration : yes
Asking python-config for pyext '--cflags --libs --ldflags' flags : yes
Testing pyext configuration : yes
Checking for compilation flag -fvisibility=hidden support : ok
Checking for compilation flag -Wno-array-bounds support : ok
Checking for pybindgen location : ../pybindgen-0.20.0 (guessed)
Checking for python module 'pybindgen' : 0.20.0
Checking for pybindgen version : 0.20.0
Checking for code snippet : yes
Checking for types uint64_t and unsigned long equivalence : no
Checking for code snippet : no
Checking for types uint64_t and unsigned long long equivalence : yes
Checking for the apidefs that can be used for Python bindings : gcc-LP64
Checking for internal GCC cxxabi : complete
Checking for python module 'pygccxml' : 1.9.1
Checking for pygccxml version : 1.9.1
Checking for program 'castxml' : /usr/bin/castxml
Checking for castxml version : 0.1
castxml version unknown or too old, need version >= 0.2; automatic scanning of API definitions will not be possible
Checking for click location : not found
Checking for program 'pkg-config' : /usr/bin/pkg-config
Checking for 'gtk+-3.0' : not found
Checking for 'libxml-2.0' : yes
checking for uint128_t : not found
checking for __uint128_t : yes
Checking high precision implementation : 128-bit integer (default)
Checking for header stdint.h : yes
Checking for header inttypes.h : yes
Checking for header sys/inttypes.h : not found
Checking for header sys/types.h : yes
Checking for header sys/stat.h : yes
Checking for header dirent.h : yes
Checking for header stdlib.h : yes
Checking for header signal.h : yes
Checking for header pthread.h : yes
Checking for header stdint.h : yes
Checking for header inttypes.h : yes
Checking for header sys/inttypes.h : not found
Checking for library rt : yes
Checking for header sys/ioctl.h : yes
Checking for header net/if.h : yes
Checking for header net/ethernet.h : yes
Checking for header linux/if_tun.h : yes
Checking for header netpacket/packet.h : yes
Checking for NSC location : not found
Checking for 'sqlite3' : yes
Checking for header linux/if_tun.h : yes
Checking for python module 'gi' : 3.26.1
Checking for python module 'gi.repository.GObject' : ok
Checking for python module 'cairo' : ok
Checking for python module 'pygraphviz' : 1.4rc1
Checking for python module 'gi.repository.Gtk' : ok
Checking for python module 'gi.repository.Gdk' : ok
Checking for python module 'gi.repository.Pango' : ok
Checking for python module 'gi.repository.GooCanvas' : ok
Checking the given WOSS source code path : /home/jay/woss (given)
Checking the given WOSS library path : /home/jay/woss/lib (given)
Checking the given NetCDF source code path : /home/jay/local (given)
Checking the given NetCDF library path : /home/jay/local/lib (given)
WOSS source code path is not valid : /home/jay/woss/woss
Checking for program 'sudo' : /usr/bin/sudo
Checking for program 'valgrind' : /usr/bin/valgrind
Checking for 'gsl' : yes
libgcrypt-config : not found
Checking for compilation flag -fstrict-aliasing support : ok
Checking for compilation flag -fstrict-aliasing support : ok
Checking for compilation flag -Wstrict-aliasing support : ok
Checking for compilation flag -Wstrict-aliasing support : ok
Checking for program 'doxygen' : /usr/bin/doxygen
---- Summary of optional NS-3 features:
Build profile : debug
Build directory :
BRITE Integration : not enabled (BRITE not enabled (see option --with-brite))
DES Metrics event collection : not enabled (defaults to disabled)
Emulation FdNetDevice : enabled
Examples : not enabled (defaults to disabled)
File descriptor NetDevice : enabled
GNU Scientific Library (GSL) : enabled
Gcrypt library : not enabled (libgcrypt not found: you can use libgcrypt-config to find its location.)
GtkConfigStore : not enabled (library 'gtk+-3.0 >= 3.0' not found)
MPI Support : not enabled (option --enable-mpi not selected)
NS-3 Click Integration : not enabled (nsclick not enabled (see option --with-nsclick))
NS-3 OpenFlow Integration : not enabled (Required boost libraries not found)
Network Simulation Cradle : not enabled (NSC not found (see option --with-nsc))
PlanetLab FdNetDevice : not enabled (PlanetLab operating system not detected (see option --force-planetlab))
PyViz visualizer : enabled
Python API Scanning Support : not enabled (castxml too old)
Python Bindings : enabled
Real Time Simulator : enabled
SQlite stats data output : enabled
Tap Bridge : enabled
Tap FdNetDevice : enabled
Tests : not enabled (defaults to disabled)
Threading Primitives : enabled
Use sudo to set suid bit : not enabled (option --enable-sudo not selected)
WOSS Integration Framework : not enabled (WOSS configuration error)
XmlIo : enabled
'configure' finished successfully (3.647s)
jay@jay-MS-7885:~/Documents/TutorialNS3/ns-allinone-3.26/ns-3.26$ sudo ./waf configure --with-woss-source=/home/jay/Downloads/WOSS-v1.8.0 --with-woss-library=/home/jay/woss/lib --with-netcdf-lib=/home/jay/local/lib --with-netcdf-include=/home/jay/local
[sudo] password for jay:
Setting top to : /home/jay/Documents/TutorialNS3/ns-allinone-3.26/ns-3.26
Setting out to : /home/jay/Documents/TutorialNS3/ns-allinone-3.26/ns-3.26/build
Checking for 'gcc' (C compiler) : /usr/bin/gcc
Checking for cc version : 5.5.0
Checking for 'g++' (C++ compiler) : /usr/bin/g++
Checking for compilation flag -Wl,--soname=foo support : ok
Checking for program 'python' : /usr/bin/python
Checking for python version : (2, 7, 17, 'final', 0)
python-config : /usr/bin/python-config
Asking python-config for pyembed '--cflags --libs --ldflags' flags : yes
Testing pyembed configuration : yes
Asking python-config for pyext '--cflags --libs --ldflags' flags : yes
Testing pyext configuration : yes
Checking for compilation flag -fvisibility=hidden support : ok
Checking for compilation flag -Wno-array-bounds support : ok
Checking for pybindgen location : ../pybindgen-0.17.0.post57+nga6376f2 (guessed)
Checking for python module 'pybindgen' : 0.17.0.post57+nga6376f2
Checking for pybindgen version : 0.17.0.post57+nga6376f2
Checking for code snippet : yes
Checking for types uint64_t and unsigned long equivalence : no
Checking for code snippet : no
Checking for types uint64_t and unsigned long long equivalence : yes
Checking for the apidefs that can be used for Python bindings : gcc-LP64
Checking for internal GCC cxxabi : complete
Checking for python module 'pygccxml' : 1.8.0
Checking for pygccxml version : 1.8.0
Checking for program 'gccxml' : not found
gccxml missing; automatic scanning of API definitions will not be possible
Checking boost includes : 1_65_1
Checking boost libs : lib signals not found in /usr/lib/x86_64-linux-gnu
Checking boost includes : 1_65_1
Checking boost libs : lib signals not found in /usr/lib/x86_64-linux-gnu
Checking for click location : not found
Checking for program 'pkg-config' : /usr/bin/pkg-config
Checking for 'gtk+-2.0' >= 2.12 : yes
Checking for 'libxml-2.0' >= 2.7 : yes
Checking for type uint128_t : not found
Checking for type __uint128_t : yes
Checking high precision implementation : 128-bit integer (default)
Checking for header stdint.h : yes
Checking for header inttypes.h : yes
Checking for header sys/inttypes.h : not found
Checking for header sys/types.h : yes
Checking for header sys/stat.h : yes
Checking for header dirent.h : yes
Checking for header stdlib.h : yes
Checking for header signal.h : yes
Checking for header pthread.h : yes
Checking for header stdint.h : yes
Checking for header inttypes.h : yes
Checking for header sys/inttypes.h : not found
Checking for library rt : yes
Checking for header sys/ioctl.h : yes
Checking for header net/if.h : yes
Checking for header net/ethernet.h : yes
Checking for header linux/if_tun.h : yes
Checking for header netpacket/packet.h : yes
Checking for NSC location : not found
Checking for library libfluid (SDN support) location : not found
Checking for 'sqlite3' : yes
Checking for header linux/if_tun.h : yes
Checking for python module 'gtk' : ok
Checking for python module 'goocanvas' : not found
Checking for python module 'pygraphviz' : 1.4rc1
Checking the given WOSS source code path : /home/jay/Downloads/WOSS-v1.8.0 (given)
Checking the given WOSS library path : /home/jay/woss/lib (given)
Checking the given NetCDF source code path : /home/jay/local (given)
Checking the given NetCDF library path : /home/jay/local/lib (given)
WOSS source code path is not valid : /home/jay/Downloads/WOSS-v1.8.0/woss
Checking for program 'sudo' : /usr/bin/sudo
Checking for program 'valgrind' : /usr/bin/valgrind
Checking for 'gsl' :
yes
python-config : not found
Checking for compilation flag -Wno-error=deprecated-d... support : ok
Checking for compilation flag -Wno-error=deprecated-d... support : ok
Checking for compilation flag -fstrict-aliasing support : ok
Checking for compilation flag -fstrict-aliasing support : ok
Checking for compilation flag -Wstrict-aliasing support : ok
Checking for compilation flag -Wstrict-aliasing support : ok
Checking for program 'doxygen' : /usr/bin/doxygen
---- Summary of optional NS-3 features:
Build profile : debug
Build directory :
BRITE Integration : not enabled (BRITE not enabled (see option --with-brite))
DES Metrics event collection : not enabled (defaults to disabled)
Emulation FdNetDevice : enabled
Examples : not enabled (defaults to disabled)
File descriptor NetDevice : enabled
GNU Scientific Library (GSL) : enabled
Gcrypt library : not enabled (libgcrypt not found: you can use libgcrypt-config to find its location.)
GtkConfigStore : enabled
MPI Support : not enabled (option --enable-mpi not selected)
NS-3 Click Integration : not enabled (nsclick not enabled (see option --with-nsclick))
NS-3 OpenFlow Integration : not enabled (Required boost libraries not found)
NS-3 SDN libfluid Integration : not enabled (SDN through libfluid not enabled (see options --enable-sdn))
Network Simulation Cradle : not enabled (NSC not found (see option --with-nsc))
PlanetLab FdNetDevice : not enabled (PlanetLab operating system not detected (see option --force-planetlab))
PyViz visualizer : not enabled (Missing python modules: goocanvas)
Python API Scanning Support : not enabled (gccxml missing)
Python Bindings : enabled
Real Time Simulator : enabled
SQlite stats data output : enabled
Tap Bridge : enabled
Tap FdNetDevice : enabled
Tests : not enabled (defaults to disabled)
Threading Primitives : enabled
Use sudo to set suid bit : not enabled (option --enable-sudo not selected)
WOSS Integration Framework : not enabled (WOSS configuration error)
XmlIo : enabled
'configure' finished successfully (3.252s)
jay@jay-MS-7885:~/Documents/TutorialNS3/ns-allinone-3.26/ns-3.26$ sudo ./waf configure --with-woss-source=/home/jay/Downloads/WOSS-v1.8.0/woss-1.8.0 --with-woss-library=/home/jay/woss/lib --with-netcdf-lib=/home/jay/local/lib --with-netcdf-include=/home/jay/local
Setting top to : /home/jay/Documents/TutorialNS3/ns-allinone-3.26/ns-3.26
Setting out to : /home/jay/Documents/TutorialNS3/ns-allinone-3.26/ns-3.26/build
Checking for 'gcc' (C compiler) : /usr/bin/gcc
Checking for cc version : 5.5.0
Checking for 'g++' (C++ compiler) : /usr/bin/g++
Checking for compilation flag -Wl,--soname=foo support : ok
Checking for program 'python' : /usr/bin/python
Checking for python version : (2, 7, 17, 'final', 0)
python-config : /usr/bin/python-config
Asking python-config for pyembed '--cflags --libs --ldflags' flags : yes
Testing pyembed configuration : yes
Asking python-config for pyext '--cflags --libs --ldflags' flags : yes
Testing pyext configuration : yes
Checking for compilation flag -fvisibility=hidden support : ok
Checking for compilation flag -Wno-array-bounds support : ok
Checking for pybindgen location : ../pybindgen-0.17.0.post57+nga6376f2 (guessed)
Checking for python module 'pybindgen' : 0.17.0.post57+nga6376f2
Checking for pybindgen version : 0.17.0.post57+nga6376f2
Checking for code snippet : yes
Checking for types uint64_t and unsigned long equivalence : no
Checking for code snippet : no
Checking for types uint64_t and unsigned long long equivalence : yes
Checking for the apidefs that can be used for Python bindings : gcc-LP64
Checking for internal GCC cxxabi : complete
Checking for python module 'pygccxml' : 1.8.0
Checking for pygccxml version : 1.8.0
Checking for program 'gccxml' : not found
gccxml missing; automatic scanning of API definitions will not be possible
Checking boost includes : 1_65_1
Checking boost libs : lib signals not found in /usr/lib/x86_64-linux-gnu
Checking boost includes : 1_65_1
Checking boost libs : lib signals not found in /usr/lib/x86_64-linux-gnu
Checking for click location : not found
Checking for program 'pkg-config' : /usr/bin/pkg-config
Checking for 'gtk+-2.0' >= 2.12 : yes
Checking for 'libxml-2.0' >= 2.7 : yes
Checking for type uint128_t : not found
Checking for type __uint128_t : yes
Checking high precision implementation : 128-bit integer (default)
Checking for header stdint.h : yes
Checking for header inttypes.h : yes
Checking for header sys/inttypes.h : not found
Checking for header sys/types.h : yes
Checking for header sys/stat.h : yes
Checking for header dirent.h : yes
Checking for header stdlib.h : yes
Checking for header signal.h : yes
Checking for header pthread.h : yes
Checking for header stdint.h : yes
Checking for header inttypes.h : yes
Checking for header sys/inttypes.h : not found
Checking for library rt : yes
Checking for header sys/ioctl.h : yes
Checking for header net/if.h : yes
Checking for header net/ethernet.h : yes
Checking for header linux/if_tun.h : yes
Checking for header netpacket/packet.h : yes
Checking for NSC location : not found
Checking for library libfluid (SDN support) location : not found
Checking for 'sqlite3' : yes
Checking for header linux/if_tun.h : yes
Checking for python module 'gtk' : ok
Checking for python module 'goocanvas' : not found
Checking for python module 'pygraphviz' : 1.4rc1
Checking the given WOSS source code path : /home/jay/Downloads/WOSS-v1.8.0/woss-1.8.0 (given)
Checking the given WOSS library path : /home/jay/woss/lib (given)
Checking the given NetCDF source code path : /home/jay/local (given)
Checking the given NetCDF library path : /home/jay/local/lib (given)
WOSS source code path is valid : /home/jay/Downloads/WOSS-v1.8.0/woss-1.8.0/woss
WOSS source code path is valid : /home/jay/Downloads/WOSS-v1.8.0/woss-1.8.0/woss/woss_def
WOSS source code path is valid : /home/jay/Downloads/WOSS-v1.8.0/woss-1.8.0/woss/woss_db
Checking the given WOSS library : yes
NetCDF source code path : /home/jay/local
Checking the given NETCDF library : yes
Checking for program 'sudo' : /usr/bin/sudo
Checking for program 'valgrind' : /usr/bin/valgrind
Checking for 'gsl' :
yes
python-config : not found
Checking for compilation flag -Wno-error=deprecated-d... support : ok
Checking for compilation flag -Wno-error=deprecated-d... support : ok
Checking for compilation flag -fstrict-aliasing support : ok
Checking for compilation flag -fstrict-aliasing support : ok
Checking for compilation flag -Wstrict-aliasing support : ok
Checking for compilation flag -Wstrict-aliasing support : ok
Checking for program 'doxygen' : /usr/bin/doxygen
---- Summary of optional NS-3 features:
Build profile : debug
Build directory :
BRITE Integration : not enabled (BRITE not enabled (see option --with-brite))
DES Metrics event collection : not enabled (defaults to disabled)
Emulation FdNetDevice : enabled
Examples : not enabled (defaults to disabled)
File descriptor NetDevice : enabled
GNU Scientific Library (GSL) : enabled
Gcrypt library : not enabled (libgcrypt not found: you can use libgcrypt-config to find its location.)
GtkConfigStore : enabled
MPI Support : not enabled (option --enable-mpi not selected)
NS-3 Click Integration : not enabled (nsclick not enabled (see option --with-nsclick))
NS-3 OpenFlow Integration : not enabled (Required boost libraries not found)
NS-3 SDN libfluid Integration : not enabled (SDN through libfluid not enabled (see options --enable-sdn))
Network Simulation Cradle : not enabled (NSC not found (see option --with-nsc))
PlanetLab FdNetDevice : not enabled (PlanetLab operating system not detected (see option --force-planetlab))
PyViz visualizer : not enabled (Missing python modules: goocanvas)
Python API Scanning Support : not enabled (gccxml missing)
Python Bindings : enabled
ReTal Time Simulator : enabled
SQlite stats data output : enabled
Tap Bridge : enabled
Tap FdNetDevice : enabled
Tests : not enabled (defaults to disabled)
Threading Primitives : enabled
Use sudo to set suid bit : not enabled (option --enable-sudo not selected)
WOSS Integration Framework : enabled
XmlIo : enabled
'configure' finished successfully (3.358s)
./waf configure --with-woss-source=<woss_source_path> --with-woss-library=<woss_lib_path> --with-netcdf4-install=<netcdf4_and_hdf5_installed_path> CXXFLAGS="-Wall -Werror -Wno-unused-variable"
//m_databasePath = "/home/fedwar/ns/ocean_database/dbs" # What is this database ? Is that database is GETCO 2019
//m_databasePath = "/home/fedwar/ns/ocean_database/dbs" # What is this database ? Is that database is GETCO 2019
jay@jay-MS-7885:~/Documents/dev/workspace/ns-allinone-3.30/ns-3.30$ ./waf --run src/woss-ns3/examples/woss-aloha-example
Waf: Entering directory `/home/jay/Documents/dev/workspace/ns-allinone-3.30/ns-3.30/build'
[2575/2848] Compiling src/woss-ns3/examples/woss-aloha-example.cc
Waf: Leaving directory `/home/jay/Documents/dev/workspace/ns-allinone-3.30/ns-3.30/build'
Build commands will be stored in build/compile_commands.json
'build' finished successfully (4.541s)
WossManagerResDbMT::checkConcurrentThreads() 24
WossManagerResDbMT::checkConcurrentThreads() 4
terminate called after throwing an instance of 'netCDF::exceptions::NcException'
what(): No such file or directory
file: ncFile.cpp line:88
Command ['/home/jay/Documents/dev/workspace/ns-allinone-3.30/ns-3.30/build/src/woss-ns3/examples/ns3.30-woss-aloha-example-debug'] terminated with signal SIGIOT. Run it under a debugger to get more information (./waf --run <program> --command-template="gdb --args %s <args>").
jay@jay-MS-7885:~/Documents/dev/workspace/ns-allinone-3.30/ns-3.30$ ./waf --run src/woss-ns3/examples/woss-aloha-example --command-template="gdb --args %s <args>"
Waf: Entering directory `/home/jay/Documents/dev/workspace/ns-allinone-3.30/ns-3.30/build'
Waf: Leaving directory `/home/jay/Documents/dev/workspace/ns-allinone-3.30/ns-3.30/build'
Build commands will be stored in build/compile_commands.json
'build' finished successfully (1.581s)
GNU gdb (Ubuntu 8.2-0ubuntu1~18.04) 8.2
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /home/jay/Documents/dev/workspace/ns-allinone-3.30/ns-3.30/build/src/woss-ns3/examples/ns3.30-woss-aloha-example-debug...done.
(gdb) run
Starting program: /home/jay/Documents/dev/workspace/ns-allinone-3.30/ns-3.30/build/src/woss-ns3/examples/ns3.30-woss-aloha-example-debug \<args\>
warning: the debug information found in "/lib64/ld-2.27.so" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch).
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Detaching after fork from child process 18043]
[Detaching after fork from child process 18044]
WossManagerResDbMT::checkConcurrentThreads() 24
WossManagerResDbMT::checkConcurrentThreads() 4
terminate called after throwing an instance of 'netCDF::exceptions::NcException'
what(): No such file or directory
file: ncFile.cpp line:88
Program received signal SIGABRT, Aborted.
__GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
51 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
m_databasePath, it is running fine.
jay@jay-MS-7885:~/Documents/dev/workspace/ns-allinone-3.30/ns-3.30$ ./waf --run src/woss-ns3/examples/woss-aloha-example
Waf: Entering directory `/home/jay/Documents/dev/workspace/ns-allinone-3.30/ns-3.30/build'
[2577/2848] Compiling src/woss-ns3/examples/woss-aloha-example.cc
[2803/2848] Linking build/src/woss-ns3/examples/ns3.30-woss-aloha-example-debug
Waf: Leaving directory `/home/jay/Documents/dev/workspace/ns-allinone-3.30/ns-3.30/build'
Build commands will be stored in build/compile_commands.json
'build' finished successfully (4.774s)
WossManagerResDbMT::checkConcurrentThreads() 24
WossManagerResDbMT::checkConcurrentThreads() 4
Received a packet of size 1000 bytes
Received a total of 1000 bytes at sink
Thanks a lot for your time and support.
--
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 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/TQHhL8Q3z50/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/ac514312-8beb-4beb-8d6e-784752b14290%40googlegroups.com.
BathyGebcoDb::getValue() WARNING current coordinates are on land : Latitude = 43.724272515551895; Longitude = -7.9342890180423096; altitude = 508.177734375
To unsubscribe from this group and all its topics, send an email to ns-3-...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to ns-3-...@googlegroups.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/6a77f905-fdda-4d74-b3c1-9ee932317715%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ns-3-users/CAAAzugHz-M5H%3D0tbHdjmFfN5K-Zyg88W%3DmiZ1Q7AR1Wkrdts9g%40mail.gmail.com.