sonumb

aodv-uu patch for ns-2.34 본문

개발자 이야기/Network

aodv-uu patch for ns-2.34

sonumb 2010. 3. 24. 01:32
1. Install ns-allinone-2.34 
-> Googling other guys' articles!

2. Download from Sourceforge: AODV-UU at Sourceforge.net
(Latest ver. 0.9.5)

3. Extract AODV-UU in "ns-allinone-2.34/ns-2.34" folder

4. Down & copy "ns-2.34-aodv-uu.patch" to folder("ns-2.34/aodv-uu-0.9.5/patches")

6. Make symbolic link ( The path is "ns-allinone-2.34/ns-2.34" )
$ ln -s ./aodv-uu-0.9.5 ./aodv-uu

5. Execute below
$ patch -p1 < ./aodv-uu/patches/ns-2.34-aodv-uu.patch
$ ./configure; make clean ; make

6. If you see no error messages, installation will be successful.


NOTICE 
If you want to unpatch aodv-uu, then download next unpatch file ]
If you save unpatch file in directory "ns-allinone-2.34/", then excute below
$ cd ns-2.34/
$ patch -p1 < ../ns-2.34-aodv-uu.unpatch
$ ./configure; make clean ; make



반응형