TOP
|
NS2 教學手冊 ( NS2 Learning Guide) |
[ 录入者:admin | 时间:2007-10-28 00:23:28
| 作者: | 来源:
| 浏览:2917次 ] |
大家有兴趣先去这个网站浏览看看 http://140.116.72.80/~smallko/ns2/ns2.htm】 NS2 教學手冊 NS2 教學手冊 ( NS2 Learning Guide) [My works] l Installation。 (windows + cygwin + ns-2.27) 中文 English Video。 l TCL Introduction。中文 English。 l Tool Introudction。(Use awk to analyze the trace file to get throughput, delay, jitter, and loss rate. Then use gnuplot to plot the data.) 中文 English。 l Add or Modify NS2 module。中文 English。 l Multimedia Communication。English(par1) English(part2) English(part3) English(part4: An example of multimedia transmission over a wireless network)。 l TCP parameters Description。中文 (Provided by my lab member: Rung-Shiang Cheng)
[My Book] l My book, “Computer Network Experiments---Using NS2”, is now available for Taiwan readers on http://www.xbook.com.tw/book/book.php?keyword=EN550# or http://ec2.pchome.com.tw/case/000250/00025059.htm. l More descriptions about my book can be found at http://140.116.72.80/~smallko/ns2/book.htm . l 請中國大陸的讀者幫個忙,若是您有覺得不錯的出版社適合發行我的書,是否能請您打個電話聯絡出版社負責相關業務的人,請他聯絡一下台灣學貫出版社謝清佑經理 (Email: pm@mail.xbook.com.tw Phone: (886 2) 2393-6329 ext.18), 他會主動提供相關的資料。
l I will go to La Trobe University for short term study at the end of August. Meanwhile, I will write another NS2 book. This book will be written in English.
[尚未整理(unclassified)---Currently, this part is written in Chinese] l 介紹TCP Global Synchronization問題。 l wireless。 (這個部份我只是參考Jin Ding的投影片。) l 介紹如何量測UDP packet的One Way Delay (OWD)、IP Delay Variance (IPDV),和Packet Loss數量。(新增ns2核心模組來做量測的) l 介紹如何使用Traffic Trace,把實際網路的封包流量灌到NS2內。 l 建立Agent範例-Echo。 (作者:張瀹鐏,原本網址http://ns2.mis.must.edu.tw/ns2/BuildEcho.doc) l 亂數產生器(Random Number Generator)。 l Confidence Interval。 l Simulation vs. Emulation。 l Inferring Queue Sizes in Access Networks by Active Measurement。 l Error Model。 l 一個FTP的範例,限制TCP Source傳送封包到Receiver的數量。 l 筆者自己寫了一個myred.cc和myred.h,有興趣的人可以參考看看) l 一個簡單的802.11b ad-hoc無線網路實驗。 l 如何在NS2中安裝wireless error model ( uniform distribution and Gilbert-Elliot Model)。 l nsBench介紹。(如果不太想寫tcl script,應該好好試一下這個軟體) l My ns-allinone-2.28 (已安裝:TKN 802.11e module, NOAH routing protocol, uniform and GE wireless error model, MPEG video evaluation, MFlood;並解決Scheduler: Event UID not valid的問題。若是下載後,進入ns-allinone-2.28/ns-2.28後,./configure ; make clean ; make的過程有問題,請使用我在installation篇所附的cygwin安裝軟體) l The source codes for Implementing a New Manet Unicast Routing Protocol in NS2
[網友問題解答(Q&A for my works)---Currently, this part is written in Chinese] l 如何安裝wf2q+。 l 關於Tool Introduction中範例程式更進一步說明。 l Q&A。(中文) l Q&A。(English)
[關於NS與網絡模擬一書---Currently, this part is written in Chinese] l 書的簡介與筆者評論。 l 如何使得MFLOOD可以在ns-2.27的環境下咦?/span>。
[討論區(Forum/Q&A)] l 華玄明網際網路實驗室 - NS2 討論區 (台灣NS2討論區,Taiwan) l NS仿真軟件 (中國大陸NS2討論區,China) l Gmane(IETF) l NS2 Maillist l Ns2 FAQ for dummies l NS2 common questions by Jim l Dazhi's answers on simulating wireless networks via NS2 (updated every week) (當中有提到如何設定802.11 a/b/g的bandwidth) l setting IEEE 802.11b (11 Mb/s) l wired-wireless simulation segmentation fault with more than 32 nodes ( from nsnam discussion board) l http://www.cse.msu.edu/~wangbo1/ns.html
[基本資料(Basic)] l NS2 Official Website l NS by Example (強力推薦,一定要看) l NS Simulator Course for Beginners (強力推薦,一定要看) l Online Tutorial for the NS2
l NS2 Tutorial Workshop 2002
l Introducing NS2 (Lloyd Wood’s Homepage)
l NS-2 and Tcl l NS-2 Trace Formats (可以找到一些wireless trace formats,研究wireless的人一定要用到的) l NS-2 Manual l NsNam Site Search (有關於NS和NAM的搜尋引擎,若是想瞭解別人問過的問題或解答,請多多利用這個search) l The Network Simulator: Contributed Code (一些研究人員所貢獻的程式碼,這些程式碼並沒有包含在NS2原本的程式碼內) l Using ns and nam in Education l NS tutorial (繁體中文) 1 2
l NS related (Japanese): 1 2 3 4
[Tcl/Tk/Otcl] l Tcl語言 (洪朝貴老師的網頁,中文) l http://aspn.activestate.com/ASPN/Cookbook/Tcl/Recipe/68391 (Random Number Generator in Tcl) l OTcl Tutorial l OTcl Objects l http://users.belgacom.net/bruno.champagne/tcl.html l http://jan.netcomp.monash.edu.au/ProgrammingUnix/tcl/tcl_tut.html l http://www.slac.stanford.edu/~raines/tkref.html l ftp://ftp.tns.lcs.mit.edu/pub/otcl/README.html
[Tracegraph] l http://www.geocities.com/tracegraph/
[awk/gawk] l http://phi.sinica.edu.tw/aspac/reports/94/94011/ (中文文件) l The GAWK Manual
l Awk scripts
[Gnuplot] l http://phi.sinica.edu.tw/aspac/reports/94/94002/ (中文文件) l http://www.duke.edu/%7Ehpgavin/gnuplot.html l http://cs.ecs.baylor.edu/~donahoo/tools/gnuplot/ l Gnuplot Central
[Perl] l http://www.sinica.edu.tw/~andyliu/tc/Perl/perl.html (中文文件)
[Traffic Pattern] l Pareto On/Off Traffic Generator l Poisson traffic generator l HTTP/1.0 traffic generator for ns-2 l http://www-gris.det.uvigo.es/~miguel/massai/software/ l A Perceptual Quality Model for Adaptive VoIP Applications
l Traffic generation in NS l ns-2.28-poisson.patch
|
|
|
|