Subversion of NS-MIRACLE+NS-MIRACLE 2.0 Beta
Download the latest NSMIRACLE: Subversion NS-MIRACLE
Download Beta version: NS-MIRACLE 2.0 Beta
The NS-MIRACLE codebase is kept on a subversion repository. In particular, the development version of nsmiracle is available at this URL:
https://telecom.dei.unipd.it:/tlcrepos/nsmiracle-dev/trunk
The above mentioned subversion repository provides read-only access for guest users using the following account:
username: nsmiracle-dev-guest
password: nsmiracleguest
As an example, using the svn command line client you can check out the latest development version using the guest account by typing the following command and add in the path to be copied to at the trail of the command:
NSMIRACLE SVN repository Installation procedures:
1. Go to the "main" directory
command:
cd main
2. Execute the autogen.sh
command:
sh autogen.sh
3. Configure script will be generated and do the following:
command:
./configure --with-ns-allinone=/home/username/ns-allinone-2.33 --prefix=/home/username --disable-static --with-dei80211mr=/home/username/ns-allinone-2.33/dei80211mr-1.1.4
4. command:
make
5. command:
make install
NSMIRACLE ADDONS installation procedure:
1. Go to the "addons" directory and access to the addon need to be install
command:
cd addons
cd addontobeinstall
2. Execute the autogen.sh
command:
sh autogen.sh
3. Configure script will be generated and do the following:
command:
./configure --with-ns-allinone=/home/
4. command:
make
5. command:
make install
PS:
Error occured during "./configure" of addons:
1. configure: error: Could not find boost graph header files, please install the boost graph library.
Solution:
yum install -y boost-devel
yum install boost
Error occured during "make" of addons:
1. error:
Solution:
This is a bug in the standard header
#include
2 comments:
I have a problem the moment yhe insatall nsmiracle:
root@jimmy-laptop:/home/ns-allinone-2.34/nsmiracle/main# sh autogen.sh
configure.ac:31: installing `./install-sh'
configure.ac:31: installing `./missing'
aodv/Makefile.am: installing `./depcomp'
Please help me.
Thank's
ubuntu@ubuntu1:~/nsmiraclerep/main$ ./autogen.sh
./autogen.sh: 32: ./autogen.sh: aclocal: not found
Post a Comment