LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to integrate PMIPv6 with 6LoWPAN on ns2, Please help... (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-integrate-pmipv6-with-6lowpan-on-ns2-please-help-4175609958/)

Riaz Khan 07-16-2017 06:52 AM

How to integrate PMIPv6 with 6LoWPAN on ns2, Please help...
 
hello every one
I want to integrate 6LoWPAN with PMIPv6 in order to achieve mobility management in LoW Power Wireless Networks. Please help.

TB0ne 07-16-2017 09:23 AM

Quote:

Originally Posted by Riaz Khan (Post 5735583)
hello every one
I want to integrate 6LoWPAN with PMIPv6 in order to achieve mobility management in LoW Power Wireless Networks. Please help.

We would be happy to help; so post the script(s)/program(s) that *you* have written/tried, and tell us where you're stuck. Otherwise, after being a member here for five years and having posted about NS2/NS3 many times, you need to read the "Question Guidelines" link in my posting signature.

We're happy to assist you if you're stuck, but just asking us for links/code isn't good.

knudfl 07-16-2017 01:44 PM

Adding PMIPv6 and 6LoWPAN to ns2 is possible.
If you have a compatible OS = CentOS 6.9 - i386.

Code:

tar xvf ns-allinone-2.29.3.tar.gz
cd ns-allinone-2.29/
tar xvf ns-2.29-nist-mob-022707.tgz
patch -p0 < pmip6-for-ns-2.29-nist.patch
patch -p0 < 6LoWPAN-for-ns229NIST.patch
https://drive.google.com/file/d/0B7S...ew?usp=sharing
export CC=gcc34 CXX=g++34
./install
cd ns-2.29/
cp ns ns-NIST-6lowpan
# cp ns-NIST-6lowpan /usr/local/bin/

Simulation
ns-NIST-6lowpan pmip.tcl : OK.
ns-NIST-6lowpan testador-1.tcl : OK
https://drive.google.com/file/d/0B7S...ew?usp=sharing

All patches https://drive.google.com/drive/folde...00?usp=sharing
All simulation examples https://drive.google.com/drive/folde...Ws?usp=sharing

-


All times are GMT -5. The time now is 11:03 AM.