LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-20-2015, 03:37 AM   #1
najat
Member
 
Registered: Apr 2015
Posts: 58
Blog Entries: 1

Rep: Reputation: Disabled
NIST-MULTI-CRiteria and nist-mob-0007


Dear all,
Please help me
Is there a difference between nist-multi-criteria and nist-mob-007
Do i have to install the both?
 
Old 11-20-2015, 07:39 AM   #2
najat
Member
 
Registered: Apr 2015
Posts: 58

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
If i want to install the media independent handover how can i do
 
Old 11-20-2015, 07:50 AM   #3
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,513

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
The "nist-mob" addition {ns-2.29-nist-mob-022707.tgz + pmip6-for-ns-2.29-nist.patch} :
Can be built on an old OS. With the Redhat compat-gcc-34-c++-3.4.6 compiler.
( Also available as compat-g++34_3.4.6-ubuntu10_i386.deb ).

And the executable 'ns' ( "ns-nist-pmipv6" ) can run the NS-MIH-MULTI-CRITERIA simulations:
ABCpref.sh, distance.sh .

No need to build (the impossible) NS-MIH-MULTI-CRITERIA. EDIT : See post #5.

INFO, nist-mob http://www.linuxquestions.org/questions/tags/nist-mob/

nist-examples-Oct2015.tar.gz https://drive.google.com/file/d/0B7S...ew?usp=sharing


-

Last edited by knudfl; 11-20-2015 at 10:54 AM.
 
Old 11-20-2015, 07:54 AM   #4
najat
Member
 
Registered: Apr 2015
Posts: 58

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
If i install the nist-mob-007 only .so the IEEE 8022.21 protocol is enabled??
Please i'm confused between these two packages
Please answer

Last edited by najat; 11-20-2015 at 08:04 AM.
 
Old 11-20-2015, 10:51 AM   #5
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,513

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Re #4.

If you have downloaded all the applications, and unpacked all :
$ cd <folder with nist etc.>/
$ grep -Rin 802.21 * >> 80221
NS-MIH-MULTI-CRITERIA/openmih-0.1/README:24:
OpenMIH is an Opensource IEEE 802.21 implementation.
It comes with an demo for MIH-assisted pre-authentication.
For details see following paper: ....

... You are right. I don't see any IEEE 802.21 in the old ns-2.29 nist files.


NS-MIH-MULTI-CRITERIA : I have a recent executable "ns-mih-multi-criteria".
Don't remember why I think there should be issues. Compiles OK.
Simulations : ABCpref.sh, distance.sh : OK.

The build : ( I made up a clean version, ns-allinone-2.29-MIH-MULTI.tar.gz )
tar xvf ns-allinone-2.29-MIH-MULTI.tar.gz
https://drive.google.com/file/d/0B7S...ew?usp=sharing
cd ns-allinone-2.29/
export CC=gcc34 CXX=g++34 && ./install
cd ns-2.29/
# make install

-
 
Old 11-20-2015, 11:46 AM   #6
najat
Member
 
Registered: Apr 2015
Posts: 58

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
I didn't understand i have to install the both ??
 
Old 11-20-2015, 12:02 PM   #7
najat
Member
 
Registered: Apr 2015
Posts: 58

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
I need to know which package allows me to have Vertical Handover:
is it the " nist-mob-007" or the "ns-nistmulticriteria"?
I really need your clear answer in order to proceed.
Thank you and best regards
 
Old 11-20-2015, 02:46 PM   #8
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,513

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Re #7.

? Why not build both = 2 times ns-allinone-2.29.3 .

You can have as many ns-allinone-2* as you want, installed at the same time.
But : Do never add any *PATH text to .bashrc . Not required.


-
 
Old 11-20-2015, 02:50 PM   #9
najat
Member
 
Registered: Apr 2015
Posts: 58

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
How can i build the both ?
Can you give me the detailed steps
Thanks
 
Old 11-20-2015, 02:58 PM   #10
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,513

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Re #9.

First : You will have to specify an OS for the builds.

I.e. the "compat-gcc" package versions vary with OS version.
Please show the output from this command : $ uname -m


Be aware that the {ns-2.29-nist-mob-022707.tgz + pmip6-for-ns-2.29-nist.patch}
... can be built only with an old OS, e.g. Ubuntu 10.04 .

NS-MIH-MULTI-CRITERIA : OK with a temporary 32bits (i686) OS.


-
 
Old 01-14-2016, 04:45 AM   #11
Piyush Ingole
LQ Newbie
 
Registered: Jan 2016
Posts: 2

Rep: Reputation: Disabled
Hello everyone,
I am working on vertical handover, I have installed ubuntu 14.04 and Ns-2.35.
is there any NIST patch which will run on NS-2.35.
i am trying to install NIST NS-MIH-MULTI-CRITERIA but I am unable to install it.
Does this patch works only with NS-2.29 ???

What I have to do do simulate Vertical Handover?

Thank You !!!
 
Old 01-15-2016, 12:02 PM   #12
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,513

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Re #11.
Quote:
is there any NIST patch which will run on NS-2.35
No. You can have as many ns-allinone-2.xx as you want, installed at the same time.
But do never add any *PATH text to .bashrc. Not required.

NIST info : Read the above posts, and ...
http://www.linuxquestions.org/questions/tags/nist-mob/


-
 
  


Reply

Tags
nist-mob, ns2



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ns-2.29-nist-mob-022707.tgz. fatma alzahra Ubuntu 22 10-27-2016 05:22 AM
MultiFace node in nist najat Linux - Newbie 3 11-05-2015 03:21 PM
Please help me with NIST Net installation netbaby Linux - Software 0 09-24-2011 12:51 PM
About NIST Net installation netbaby Linux - Networking 3 09-21-2011 08:23 AM
Setting clock from NIST ionmich SUSE / openSUSE 3 05-23-2005 02:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:45 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration