Research
-
[펌] Install ns2-2.31 on OS X 10.5.5Research 2009. 3. 13. 17:02
http://sites.google.com/site/pengjungwu/install-ns2-31-on-osx Install ns2-2.31 on OS X 10.5.5 The following are software versions I used. MacOS X 10.5.5 Xcode 3.1.1 NS2.31 (all in one version) Also works on NS2.29 SETPS: 1. Install Xcode (read this). Note: don't just install gcc because you will need X11 as well. In my case, I download Xcode (3.1.1) from Apple.com and installed the whole package..
-
ns-2.33에 NOAH (NO AdHoc Routing) 사용할 때 오류 발생할 경우Research 2008. 7. 14. 17:09
ns-2.31까지는 문제 없이 사용하다가 ns-2.33에서 noah(http://icapeople.epfl.ch/widmer/uwb/ns-2/noah/) 추가하고 사용하려 하니(make 까지는 오류 없이 됨) 다음과 같은 tcl 오류 발생 [ooos@netlab 8-31]$ ~/ns-allinone-2.33/bin/ns smac-chain.tcl 10 1 10 --- parameters ------------------ nn = 10 cbrrate = 1 dutyCycle = 10 --------------------------------- num_nodes is set 10 (_o3 cmd line 1) invoked from within "_o3 cmd create-noah-agent _o14" in..
-
[펌] 802.11 MAC code in NS-2 (version 2.28)Research 2007. 12. 27. 16:17
http://www.ece.rice.edu/~jpr/ns/docs/802_11.html 802.11 MAC code in NS-2 (version 2.28) by Joshua Robinson (jpr at rice.edu) Please send me any comments, questions, suggestions, or corrections There are 4 different paths the code can follow: Transmitting a packet Receiving a packet destined for itself Overhearing a packet not destined for itself Packets colliding Or just jump to the listing of f..
-
[펌] Installing ns2.31 on Ubuntu7.04Research 2007. 12. 26. 20:35
http://nsnam.isi.edu/nsnam/index.php/Installing_ns2.31_on_Ubuntu7.04 Download ns-allinone-2.31 and Install $ wget http://nchc.dl.sourceforge.net/sourceforge/nsnam/ns-allinone-2.31.tar.gz $ tar -xzvf ns-allinone-2.31.tar.gz $ cd ns-allinone-2.31 $ sudo apt-get install build-essential autoconf automake libxmu-dev $ ./install (If this fails, restart your computer and try the following step before ...