<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jimey’s Life &#38;&#38; Jimey’s World &#187; NetWork</title>
	<atom:link href="http://jimey.com/category/c/network/feed" rel="self" type="application/rss+xml" />
	<link>http://jimey.com</link>
	<description>Learning something new everyday</description>
	<lastBuildDate>Thu, 05 Aug 2010 08:03:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>ubuntu 8.04版本编译rtorrent 0.85篇</title>
		<link>http://jimey.com/2009/10/28/ubuntu-8-04-version-to-compile-rtorrent-0-85-pian.html</link>
		<comments>http://jimey.com/2009/10/28/ubuntu-8-04-version-to-compile-rtorrent-0-85-pian.html#comments</comments>
		<pubDate>Wed, 28 Oct 2009 07:53:07 +0000</pubDate>
		<dc:creator>jimey</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[P2P]]></category>
		<category><![CDATA[Compiler]]></category>
		<category><![CDATA[rTorrent]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu 8.04]]></category>

		<guid isPermaLink="false">http://jimey.com/2009/10/28/ubuntu-8-04%e7%89%88%e6%9c%ac%e7%bc%96%e8%af%91rtorrent-0-85%e7%af%87.html</guid>
		<description><![CDATA[开头篇     wget http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.5.tar.gz    wegt http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.5.tar.gz    tar zxvf libtorrent-0.12.5.tar.gz    tar zxvf rtorrent-0.8.5.tar.gz    svn co https://xmlrpc-c.svn.sourceforge.net/svnroot/xmlrpc-c/stable/ xmlrpc..... ]]></description>
			<content:encoded><![CDATA[<p>开头篇</p>
<blockquote><p>wget <a title="http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.5.tar.gz" href="http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.5.tar.gz">http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.5.tar.gz</a></p>
<p>wegt <a title="http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.5.tar.gz" href="http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.5.tar.gz">http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.5.tar.gz</a></p>
<p>tar zxvf libtorrent-0.12.5.tar.gz</p>
<p>tar zxvf <a href="http://jimey.com/tag/rtorrent" class="st_tag internal_tag" rel="tag" title="Posts tagged with rTorrent">rtorrent</a>-0.8.5.tar.gz</p>
<p>svn co <a title="https://xmlrpc-c.svn.sourceforge.net/svnroot/xmlrpc-c/stable/" href="https://xmlrpc-c.svn.sourceforge.net/svnroot/xmlrpc-c/stable/">https://xmlrpc-c.svn.sourceforge.net/svnroot/xmlrpc-c/stable/</a> xmlrpc-c</p>
</blockquote>
<blockquote><p>cd xmlrpc-c      <br />./configure &#8211;disable-cplusplus       <br />make       <br />sudo make install</p>
</blockquote>
<p>&#160;</p>
<blockquote><p>cd ..      <br />cd libtorrent-0.12.5/       <br />rm -f scripts/{libtool,lt*}.m4       <br />./autogen.sh       <br />./configure       <br />make       <br />sudo make install       <br />cd ..</p>
</blockquote>
<blockquote><p>cd <a href="http://jimey.com/tag/rtorrent" class="st_tag internal_tag" rel="tag" title="Posts tagged with rTorrent">rtorrent</a>-0.8.5/      <br />rm -f scripts/{libtool,lt*}.m4       <br />./autogen.sh       <br />./configure &#8211;with-xmlrpc-c       <br />after that command make sure you see &quot;checking for XMLRPC&#8230;. OK&quot; near the end of the outputted text**       <br />make       <br />sudo make install       <br />cd ..</p>
</blockquote>
<p>以上2步骤中rm -f scripts/{libtool,lt*}.m4 是因为 libtool的问题 具体可以看 <a title="http://libtorrent.rakshasa.no/ticket/1852" href="http://libtorrent.rakshasa.no/ticket/1852">http://libtorrent.rakshasa.no/ticket/1852</a></p>
<blockquote><pre>/bin/sh ../libtool --tag=CXX   --mode=link g++  -g -O2 -g -DDEBUG -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include     -I/usr/local/include     -o <a href="http://jimey.com/tag/rtorrent" class="st_tag internal_tag" rel="tag" title="Posts tagged with rTorrent">rtorrent</a> command_download.o command_dynamic.o command_events.o command_file.o command_helpers.o command_local.o command_network.o command_object.o command_peer.o command_tracker.o command_scheduler.o command_ui.o control.o globals.o main.o option_parser.o signal_handler.o ui/libsub_ui.a core/libsub_core.a display/libsub_display.a input/libsub_input.a rpc/libsub_rpc.a utils/libsub_utils.a -lncurses  -lsigc-2.0   -lcurl   -L/usr/local/lib -ltorrent
../libtool: line 841: X--tag=CXX: command not found
../libtool: line 874: libtool: ignoring unknown tag : command not found
../libtool: line 841: X--mode=link: command not found
../libtool: line 1008: *** Warning: inferring the mode of operation is deprecated.: command not found
../libtool: line 1009: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
gcc: no input files
gcc: no input files
gcc: no input files
gcc: no input files
../libtool: line 2253: X-g: command not found
../libtool: line 2253: X-O2: command not found
../libtool: line 2253: X-g: command not found
../libtool: line 2253: X-DDEBUG: command not found
../libtool: line 2253: X-I/usr/include/sigc++-2.0: No such file or directory
../libtool: line 2253: X-I/usr/lib/sigc++-2.0/include: No such file or directory
../libtool: line 2253: X-I/usr/local/include: No such file or directory
../libtool: line 1967: X-L/usr/local/lib: No such file or directory
../libtool: line 2422: Xrtorrent: command not found
../libtool: line 2427: X: command not found
../libtool: line 2434: Xrtorrent: command not found
../libtool: line 2442: mkdir /.libs: No such file or directory</pre>
</blockquote>
<pre>如果不这么搞，会出现变异错误，这个错误郁闷了我很久 –_-!!</pre>
<pre>之后就完全没问题了。。</pre>
<pre>编译运行很正常</pre>
<pre>在用screen 运行很流畅 –_-!!</pre>
<pre>reference: [<a href="http://www.torrent-invites.com/tutorials/23981-ubuntu-rtorrent-wtorrent-rutorrent-tutorial.html" target="_blank">via</a>]</pre>
<pre>另外还有一个脚步一步实现版本： <a title="http://ubuntuforums.org/showthread.php?t=1064377" href="http://ubuntuforums.org/showthread.php?t=1064377">http://ubuntuforums.org/showthread.php?t=1064377</a>  <strong>wTorrent + rTtorrent installation script: Installing wTorrent on <a href="http://jimey.com/tag/ubuntu" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ubuntu">Ubuntu</a> in 3 steps</strong></pre>
<h3  class="related_post_title">相关博文</h3><ul class="related_post"><li>2009-03-27 -- <a href="http://jimey.com/2009/03/27/installing-freenx-in-ubuntu-8-04-hardy-u0026amp-8-10-intrepid-u0026amp-9-04-jaunty-ibex.html" title="Installing FreeNX in Ubuntu 8.04 Hardy &#038; 8.10 Intrepid &#038; 9.04 jaunty Ibex">Installing FreeNX in Ubuntu 8.04 Hardy &#038; 8.10 Intrepid &#038; 9.04 jaunty Ibex</a> (0)</li><li>2009-03-11 -- <a href="http://jimey.com/2009/03/11/perlu002639s-cpan-permission-issues.html" title="perl的CPAN权限问题">perl的CPAN权限问题</a> (0)</li><li>2009-03-07 -- <a href="http://jimey.com/2009/03/07/disabling-your-pc-speaker-in-ubuntu.html" title="Disabling Your PC Speaker in Ubuntu">Disabling Your PC Speaker in Ubuntu</a> (0)</li><li>2009-03-06 -- <a href="http://jimey.com/2009/03/06/the-use-of-eclipse-cdt-development-of-ns2.html" title="使用Eclipse CDT 开发NS2">使用Eclipse CDT 开发NS2</a> (0)</li><li>2009-03-04 -- <a href="http://jimey.com/2009/03/04/tcl-compiler-environment-win.html" title="Win环境下的TCL Compiler">Win环境下的TCL Compiler</a> (0)</li><li>2009-03-03 -- <a href="http://jimey.com/2009/03/03/install-vmware-server-on-ubuntu-8-04.html" title="install vmware server on ubuntu 8.04">install vmware server on ubuntu 8.04</a> (0)</li><li>2010-05-04 -- <a href="http://jimey.com/2010/05/04/ubuntu-10-04-installed-sunu002639s-jdk.html" title="ubuntu 10.04安装sun的jdk">ubuntu 10.04安装sun的jdk</a> (0)</li><li>2009-10-09 -- <a href="http://jimey.com/2009/10/09/eclipse-hadoop-full-linux-environment-for-development.html" title="Eclipse+Hadoop 全linux环境开发">Eclipse+Hadoop 全linux环境开发</a> (6)</li><li>2009-10-08 -- <a href="http://jimey.com/2009/10/08/formatting-windows-partition-under-ubuntu-systems.html" title="Ubuntu系统下格式化windows 分区">Ubuntu系统下格式化windows 分区</a> (0)</li><li>2009-03-26 -- <a href="http://jimey.com/2009/03/26/windows-environment-eclipse-debugging-environment-hadoop-remote-ubuntu.html" title="windows环境下eclipse调试远端ubuntu环境的hadoop">windows环境下eclipse调试远端ubuntu环境的hadoop</a> (12)</li><li>2009-03-25 -- <a href="http://jimey.com/2009/03/25/linux-server-clustered-hdfs-access-from-windows-eclipse-java-application.html" title="Linux server clustered HDFS: access from Windows eclipse Java application">Linux server clustered HDFS: access from Windows eclipse Java application</a> (0)</li><li>2009-03-11 -- <a href="http://jimey.com/2009/03/11/ubuntu-ubuntu-8-04-lts-configuration-notes.html" title="Ubuntu Ubuntu 8.04 LTS 配置笔记">Ubuntu Ubuntu 8.04 LTS 配置笔记</a> (0)</li><li>2009-03-05 -- <a href="http://jimey.com/2009/03/05/install-and-configuration-vsftpd-ftp-service-on-ubuntu-linux.html" title="install and configuration vsftpd ftp service on Ubuntu Linux">install and configuration vsftpd ftp service on Ubuntu Linux</a> (0)</li><li>2009-03-04 -- <a href="http://jimey.com/2009/03/04/in-the-ubuntu-install-configure-subversion-aapache.html" title="在Ubuntu上安装配置Subversion + Aapache">在Ubuntu上安装配置Subversion + Aapache</a> (0)</li><li>2009-02-26 -- <a href="http://jimey.com/2009/02/26/rtorrent-nix.html" title="rTorrent (*nix)">rTorrent (*nix)</a> (2)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://jimey.com/2009/10/28/ubuntu-8-04-version-to-compile-rtorrent-0-85-pian.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Overall Next-Generation Networking (NGN) functional architecture</title>
		<link>http://jimey.com/2009/07/02/overall-next-generation-networking-ngn-functional-architecture.html</link>
		<comments>http://jimey.com/2009/07/02/overall-next-generation-networking-ngn-functional-architecture.html#comments</comments>
		<pubDate>Thu, 02 Jul 2009 04:45:12 +0000</pubDate>
		<dc:creator>jimey</dc:creator>
				<category><![CDATA[NetWork]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[IMS]]></category>
		<category><![CDATA[NGN]]></category>

		<guid isPermaLink="false">http://jimey.com/2009/07/02/overall-next-generation-networking-ngn-functional-architecture.html</guid>
		<description><![CDATA[&#160;  &#160;     &#160;  Overall Next-Generation Networking (NGN) functional architecture. The NGN architecture has three   layers — transport, control, and service — with the IP multimedia subsystem (IMS) at the architecture’s core... ]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>&#160;</p>
<p><a href="http://jimey.com/blog/wp-content/uploads/2009/07/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://jimey.com/blog/wp-content/uploads/2009/07/image_thumb.png" width="681" height="592" /></a> </p>
<p>&#160;</p>
<p>Overall Next-Generation Networking (NGN) functional architecture. The NGN architecture has three   <br />layers — transport, control, and service — with the IP multimedia subsystem (IMS) at the architecture’s core.</p>
<h3  class="related_post_title">无关博文</h3><ul class="related_post"><li>2009-02-08 -- <a href="http://jimey.com/2009/02/08/recommended-desolate-country-bands-hear-the-band.html" title="推荐国内乐队 惘闻乐队">推荐国内乐队 惘闻乐队</a> (2)</li><li>2008-06-23 -- <a href="http://jimey.com/2008/06/23/eggdrop-ssl-patch-problem.html" title="eggdrop SSL patch problem">eggdrop SSL patch problem</a> (0)</li><li>2009-12-25 -- <a href="http://jimey.com/2009/12/25/christmas-activities-laboratory-of-day-trips-special-offers.html" title="圣诞节活动：实验室一日游,特价优惠">圣诞节活动：实验室一日游,特价优惠</a> (0)</li><li>2009-02-25 -- <a href="http://jimey.com/2009/02/25/south-koreau002639s-twitter-%eb%af%b8%ed%88%ac-%ed%85%8c%ec%9d%b4-me2day.html" title="韩国的twitter 미투테이(me2day)">韩国的twitter 미투테이(me2day)</a> (0)</li><li>2008-11-26 -- <a href="http://jimey.com/2008/11/26/from-now-to-the-end-of-december-the-school-thing.html" title="从现在开始到12月底的学校的事情">从现在开始到12月底的学校的事情</a> (0)</li><li>2008-12-10 -- <a href="http://jimey.com/2008/12/10/i-do-not-know-english-or-a-scary-scary-people.html" title="不知道是英文邪门还是人邪门">不知道是英文邪门还是人邪门</a> (0)</li><li>2009-12-25 -- <a href="http://jimey.com/2009/12/25/twitter-search-result-u0026gt-language-filter.html" title="twitter search result -&gt; language filter">twitter search result -&gt; language filter</a> (0)</li><li>2008-12-16 -- <a href="http://jimey.com/2008/12/16/idea-is-sometimes-forced-out-of.html" title="idea有时候是逼出来的">idea有时候是逼出来的</a> (0)</li><li>2009-09-22 -- <a href="http://jimey.com/2009/09/22/winsshd-using-the-configuration-that-win-under-the-ssh-server-software-system-comparison.html" title="WinSSHD使用配置即win系统下SSH服务器软件对比">WinSSHD使用配置即win系统下SSH服务器软件对比</a> (0)</li><li>2008-08-29 -- <a href="http://jimey.com/2008/08/29/august-harvest-is-there-to-start-preparing-in-september-program.html" title="8月算是有收获，开始准备9月计划">8月算是有收获，开始准备9月计划</a> (0)</li><li>2008-08-30 -- <a href="http://jimey.com/2008/08/30/u-s-democratic-national-convention.html" title="美国民主党全国代表大会">美国民主党全国代表大会</a> (1)</li><li>2009-02-28 -- <a href="http://jimey.com/2009/02/28/zt-twitter-boss-u003d-real-time-search.html" title="[ZT]Twitter + BOSS = Real Time Search">[ZT]Twitter + BOSS = Real Time Search</a> (0)</li><li>2009-03-25 -- <a href="http://jimey.com/2009/03/25/eclipse-based-application-development-environment-configuration-of-hadoop.html" title="基于Eclipse的Hadoop应用开发环境的配置">基于Eclipse的Hadoop应用开发环境的配置</a> (0)</li><li>2009-12-08 -- <a href="http://jimey.com/2009/12/08/%ec%9a%b0%eb%a6%ac-%eb%8a%94-%ec%86%8d%ec%98%b7-%eb%8f%84-%ec%83%9d%ea%b2%bc%ea%b3%a0-%ec%97%ac%ec%9e%90-%eb%8f%84-%eb%8a%98%ec%97%88-%eb%8b%a4%eb%84%a4-off.html" title="우리는 속옷도 생겼고 여자도 늘었다네 &#8211; off">우리는 속옷도 생겼고 여자도 늘었다네 &#8211; off</a> (0)</li><li>2009-03-18 -- <a href="http://jimey.com/2009/03/18/custom-my-winrar-to-extract-the-files-on-demand-and-should.html" title="定制我的WinRAR 让文件解压按需而宜">定制我的WinRAR 让文件解压按需而宜</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://jimey.com/2009/07/02/overall-next-generation-networking-ngn-functional-architecture.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>P2PSim安装</title>
		<link>http://jimey.com/2009/04/09/p2psim-installation.html</link>
		<comments>http://jimey.com/2009/04/09/p2psim-installation.html#comments</comments>
		<pubDate>Wed, 08 Apr 2009 19:49:11 +0000</pubDate>
		<dc:creator>jimey</dc:creator>
				<category><![CDATA[NetWork]]></category>
		<category><![CDATA[P2P]]></category>
		<category><![CDATA[DHT]]></category>
		<category><![CDATA[g++]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[P2PSim]]></category>
		<category><![CDATA[Simulator]]></category>

		<guid isPermaLink="false">http://jimey.com/2009/04/09/p2psim%e5%ae%89%e8%a3%85.html</guid>
		<description><![CDATA[homepage: http://pdos.csail.mit.edu/p2psim/index.html 要用gcc-3.3： 由于目前装了4.2版本的gcc，所以删除……再装3.3版本，然后修改usr/bin/gcc-3.3为gcc 安装g++ 3.3版本 一样修改g++-3.3 为g++。然后就一切正常可以安装了。 如果出现configure错误 ./configure &#8211;build=&#8217;i386-pc-linux&#8217; 手动添加型号、。 #apt-get install gcc-3.3 openssl libssl-dev 可能还要libcrypto++-dev libgmp3c2 #tar xvfz p2psim-0.3.tar.gz #cd p2psim-0.3 #.... ]]></description>
			<content:encoded><![CDATA[<p>homepage: <a title="http://pdos.csail.mit.edu/p2psim/index.html" href="http://pdos.csail.mit.edu/p2psim/index.html">http://pdos.csail.mit.edu/p2psim/index.html</a></p>
<p>要用gcc-3.3：</p>
<p>由于目前装了4.2版本的gcc，所以删除……再装3.3版本，然后修改usr/bin/gcc-3.3为gcc</p>
<p>安装g++ 3.3版本 一样修改g++-3.3 为g++。然后就一切正常可以安装了。</p>
<p>如果出现configure错误</p>
<p>./configure &#8211;build=&#8217;i386-pc-<a href="http://jimey.com/tag/linux" class="st_tag internal_tag" rel="tag" title="Posts tagged with Linux">linux</a>&#8217;</p>
<p>手动添加型号、。</p>
<p>#apt-get install gcc-3.3 openssl libssl-dev</p>
<p>可能还要libcrypto++-dev libgmp3c2</p>
<p>#tar xvfz p2psim-0.3.tar.gz</p>
<p>#cd p2psim-0.3</p>
<p>#./configure</p>
<p>#make</p>
<p>测试：</p>
<p>$p2psim/p2psim example/protocol.txt example/topology.txt example/events.txt</p>
<p>[<a href="http://abbypan.blogspot.com/2008/03/p2psim.html" target="_blank">via1</a>]&#160; [<a href="http://blog.csdn.net/kikikind/archive/2008/08/03/2760576.aspx" target="_blank">via2</a>]</p>
<h3  class="related_post_title">相关博文</h3><ul class="related_post"><li>2010-04-27 -- <a href="http://jimey.com/2010/04/27/the-linux-command-line-a-good-book-describes-linux-command-line.html" title="The Linux Command Line: 一本介绍 Linux 命令行的好书">The Linux Command Line: 一本介绍 Linux 命令行的好书</a> (0)</li><li>2009-10-09 -- <a href="http://jimey.com/2009/10/09/eclipse-hadoop-full-linux-environment-for-development.html" title="Eclipse+Hadoop 全linux环境开发">Eclipse+Hadoop 全linux环境开发</a> (6)</li><li>2009-03-18 -- <a href="http://jimey.com/2009/03/18/glftpd-and-zipscript-install-guide.html" title="glftpd and zipscript install guide">glftpd and zipscript install guide</a> (0)</li><li>2009-03-03 -- <a href="http://jimey.com/2009/03/03/install-vmware-server-on-ubuntu-8-04.html" title="install vmware server on ubuntu 8.04">install vmware server on ubuntu 8.04</a> (0)</li><li>2009-02-26 -- <a href="http://jimey.com/2009/02/26/topology-control-in-wireless-sensor-networks-with-a-companion-simulation-tool-for-teaching-and-research.html" title="Topology Control in Wireless Sensor Networks: with a companion simulation tool for teaching and research">Topology Control in Wireless Sensor Networks: with a companion simulation tool for teaching and research</a> (0)</li><li>2009-02-07 -- <a href="http://jimey.com/2009/02/07/how-businesses-can-use-p2p.html" title="How Businesses Can Use P2P">How Businesses Can Use P2P</a> (0)</li><li>2008-12-06 -- <a href="http://jimey.com/2008/12/06/from-the-u0026quotsun-released-javafx-1-0u0026quot-look-at-the-embarrassment-of-the-current-status-linux.html" title="从&quot;Sun发布JavaFX 1.0&ldquo;来看linux目前的尴尬地位">从&quot;Sun发布JavaFX 1.0&ldquo;来看linux目前的尴尬地位</a> (0)</li><li>2008-10-14 -- <a href="http://jimey.com/2008/10/14/diy-filing-cabinet-linux-server-cluster.html" title="DIY Filing Cabinet Linux Server Cluster">DIY Filing Cabinet Linux Server Cluster</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://jimey.com/2009/04/09/p2psim-installation.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ICU一教授整理的资料</title>
		<link>http://jimey.com/2009/03/06/icu-finishing-a-professor-of-information.html</link>
		<comments>http://jimey.com/2009/03/06/icu-finishing-a-professor-of-information.html#comments</comments>
		<pubDate>Fri, 06 Mar 2009 08:44:25 +0000</pubDate>
		<dc:creator>jimey</dc:creator>
				<category><![CDATA[NS2]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[KICS]]></category>
		<category><![CDATA[ppt]]></category>

		<guid isPermaLink="false">http://jimey.com/2009/03/06/icu%e4%b8%80%e6%95%99%e6%8e%88%e6%95%b4%e7%90%86%e7%9a%84%e8%b5%84%e6%96%99.html</guid>
		<description><![CDATA[공개 자료           NS-2 Simulator for IEEE 802.16 MAC            2007년 1월 17일 한국통신학회(KICS) 초보자를 위한 NS-2 시뮬레이션 강좌 자료            2008년 1월 28일 한국통신학회(KICS) 초보자를 위한 NS-2 시뮬레이션 강좌 자료         NS-2 Simulator for IEEE802.16 MAC  Thank you for your interest in..... ]]></description>
			<content:encoded><![CDATA[<h5>공개 자료 </h5>
<ul>
<li>
<p><a href="http://cnlab.kaist.ac.kr/#mac80216">NS-2 Simulator for IEEE 802.16 MAC</a></p>
</li>
<li>
<p><a href="http://cnlab.kaist.ac.kr/#ns2beginners2007">2007년 1월 17일 한국통신학회(KICS) 초보자를 위한 NS-2 시뮬레이션 강좌 자료</a></p>
</li>
<li>
<p><a href="http://cnlab.kaist.ac.kr/#ns2beginners2008">2008년 1월 28일 한국통신학회(KICS) 초보자를 위한 NS-2 시뮬레이션 강좌 자료</a></p>
</li>
</ul>
<hr /><a name="mac80216"><br />
<h5>NS-2 Simulator for IEEE802.16 MAC </h5>
<p> Thank you for your interest in IEEE802.16 MAC simulator.     <br />You can download the ns-2 simulator for IEEE802.16 MAC at the following link: </a><a href="http://cnlab.kaist.ac.kr/802.16/ieee802.16.html">http://cnlab.kaist.ac.kr/802.16/ieee802.16.html</a>.   <br />The presentation material for the NS-2 tutorial by Korean Institute of Communication and Sciences (<a href="http://jimey.com/tag/kics" class="st_tag internal_tag" rel="tag" title="Posts tagged with KICS">KICS</a>) (Aug. 2, 2006) is also available.<br />
<hr /> <a name="ns2beginners2007"><br />
<h5>한국통신학회(KICS) 초보자를 위한 NS-2 시뮬레이션 강좌 자료</h5>
<p> 2007년 1월 17일에 한국과학기술회관에서 열렸던 초보자를 위한 NS-2 시뮬레이션 강좌의 Session 4: NS-2 Internal Structure and Extension 자료입니다.
<ul>
<li></li>
<p>     <a href="http://cnlab.kaist.ac.kr/NS2forBeginners/ns2_workshop_20070117.pdf">발표자료</a></ul>
<li><a href="http://cnlab.kaist.ac.kr/NS2forBeginners/ns2_workshop_20070117_ex.tar">예제</a></li>
<p> </a><br />
<hr /><a name="ns2beginners2008"><br />
<h5>한국통신학회(KICS) 초보자를 위한 NS-2 시뮬레이션 강좌 자료</h5>
<p> 2008년 1월 28일에 국민대학교에서 열렸던 초보자를 위한 NS-2 시뮬레이션 강좌의 Session 3: NS-2 Internal Structure and Extension 자료입니다.
<ul>
<li></li>
<p>     <a href="http://cnlab.kaist.ac.kr/NS2workshop2008/ns2_workshop_20080128.ppt">발표자료</a></ul>
<li><a href="http://cnlab.kaist.ac.kr/NS2workshop2008/NS2_workshop_20080128_ex.tar">예제</a></li>
<li><a href="http://cnlab.kaist.ac.kr/NS2workshop2008/tcl_debug_help.txt">tcldebug 설치시 configure에서 문제 발생시 참조</a></li>
<p> </a>
<p><a href="http://jimey.com/tag/debug" class="st_tag internal_tag" rel="tag" title="Posts tagged with Debug">debug</a>这部分不错，不过好像是2.31版本的。跟俺的2.33有点……区别</p>
<p> </a></a></a></p>
<h3  class="related_post_title">相关博文</h3><ul class="related_post"><li>2009-12-25 -- <a href="http://jimey.com/2009/12/25/christmas-activities-laboratory-of-day-trips-special-offers.html" title="圣诞节活动：实验室一日游,特价优惠">圣诞节活动：实验室一日游,特价优惠</a> (0)</li><li>2009-09-13 -- <a href="http://jimey.com/2009/09/13/seoul-next-week-to-week-two-education-seminars-ns2.html" title="下周一周二汉城NS2教育讲座">下周一周二汉城NS2教育讲座</a> (2)</li><li>2009-03-26 -- <a href="http://jimey.com/2009/03/26/windows-environment-eclipse-debugging-environment-hadoop-remote-ubuntu.html" title="windows环境下eclipse调试远端ubuntu环境的hadoop">windows环境下eclipse调试远端ubuntu环境的hadoop</a> (12)</li><li>2009-03-06 -- <a href="http://jimey.com/2009/03/06/the-use-of-eclipse-cdt-development-of-ns2.html" title="使用Eclipse CDT 开发NS2">使用Eclipse CDT 开发NS2</a> (0)</li><li>2009-03-05 -- <a href="http://jimey.com/2009/03/05/nsbench-introduction.html" title="nsBench介紹">nsBench介紹</a> (0)</li><li>2008-11-18 -- <a href="http://jimey.com/2008/11/18/how-to-install-ns-2-allinone-2-33-on-ubuntu-8-04.html" title="How to install Ns-2-AllinOne-2.33 on Ubuntu 8.04">How to install Ns-2-AllinOne-2.33 on Ubuntu 8.04</a> (0)</li><li>2008-10-06 -- <a href="http://jimey.com/2008/10/06/prior-to-the-release-of-the-virtual-space-programs-ppt.html" title="之前虚拟空间课程的发表ppt">之前虚拟空间课程的发表ppt</a> (0)</li><li>2008-10-01 -- <a href="http://jimey.com/2008/10/01/wipi-on-the-end.html" title="WIPI发表结束">WIPI发表结束</a> (0)</li><li>2008-08-25 -- <a href="http://jimey.com/2008/08/25/qualnetu002639s-concerns-and-ns2-on-the-outlook.html" title="关于QualNet的顾虑与NS2的展望">关于QualNet的顾虑与NS2的展望</a> (2)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://jimey.com/2009/03/06/icu-finishing-a-professor-of-information.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>使用Eclipse CDT 开发NS2</title>
		<link>http://jimey.com/2009/03/06/the-use-of-eclipse-cdt-development-of-ns2.html</link>
		<comments>http://jimey.com/2009/03/06/the-use-of-eclipse-cdt-development-of-ns2.html#comments</comments>
		<pubDate>Fri, 06 Mar 2009 04:44:28 +0000</pubDate>
		<dc:creator>jimey</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[NS2]]></category>
		<category><![CDATA[CDT]]></category>
		<category><![CDATA[DLTK]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu 8.04]]></category>

		<guid isPermaLink="false">http://jimey.com/2009/03/06/%e4%bd%bf%e7%94%a8eclipse-cdt-%e5%bc%80%e5%8f%91ns2.html</guid>
		<description><![CDATA[有些朋友好像对Eclipse CDT开发很感兴趣，我就把我用Eclipse搭建NS2开发平台的过程说一下吧，经验和大家共享。   一、我的开发环境：Mware 6.5 + Fedora Core 8 + NS 2.31+Eclipse CDT+DLTK    &#160;&#160;&#160; Eclipse CDT用的是 Europa 版本的。这个版本直接装好了Eclipse 的CDT插件。也可以用Fedora内自带的Eclipse在..... ]]></description>
			<content:encoded><![CDATA[<p>有些朋友好像对<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">Eclipse</a> CDT开发很感兴趣，我就把我用<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">Eclipse</a>搭建NS2开发平台的过程说一下吧，经验和大家共享。   <br />一、我的开发环境：Mware 6.5 + Fedora Core 8 + NS 2.31+<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">Eclipse</a> CDT+DLTK    <br />&#160;&#160;&#160; <a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">Eclipse</a> CDT用的是 Europa 版本的。这个版本直接装好了<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">Eclipse</a> 的CDT插件。也可以用Fedora内自带的<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">Eclipse</a>在单独装上CDT插件就行了，DLTK是一个TCL和Ruby的插件，实际上我只用它的高亮显示Tcl关键字的功能，不装也可以。我的NS安装路径为~/ns-allinone-2.31/ns-2.31/     <br />二、过程摘要：    <br />1.装好VMware和<a href="http://jimey.com/tag/linux" class="st_tag internal_tag" rel="tag" title="Posts tagged with Linux">linux</a>    <br />2.装好NS2。配置好环境变量。    <br />a) 运行在ns2目录下运行 ./configure &#8211;enable-<a href="http://jimey.com/tag/debug" class="st_tag internal_tag" rel="tag" title="Posts tagged with Debug">debug</a>    <br />3.安装好<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">Eclipse</a> CDT    <br />4.安装DLTK插件(可选)    <br />5.新建C++ makefile工程 workspace指定到 ~/ns-allinone-2.31/ns-2.31    <br />6.设置    <br />a) 把ns目录下所有文件夹添加为source文件夹    <br />b) 设定Run配置：添加ns可执行文件和变量（tcl脚本的位置）    <br />7.运行 在console中可以看到结果    <br />如果你已经知道怎么做了，那就开始吧。如果不清楚那就接着看下面的详细步骤    <br />三、详细步骤：    <br />&#160;&#160;&#160; 1-4 网上有大量资料可以参考，我简单的说几点：    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; a) VMware 6.5不要装FC7。因为vmware-tools和FC7的内核似乎不兼容，需要将FC7内核升级到2.6.23以上。所以还是装FC8。或者用VMware5.5也行。    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; b) ./configure &#8211;enable-<a href="http://jimey.com/tag/debug" class="st_tag internal_tag" rel="tag" title="Posts tagged with Debug">debug</a>在make文件中加入-g属性 然后重新编译一下ns    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; c) <a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">Eclipse</a>需要安装JAVA虚拟机。简单的方式是安装<a href="http://jimey.com/tag/linux" class="st_tag internal_tag" rel="tag" title="Posts tagged with Linux">linux</a>时完全安装一下，FC8中已经把开发环境都配置好了    <br />现在假设你已经安装好了所有需要的软件，NS可以正常运行，那么把NS导入到<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">Eclipse</a>中就可以了。具体步骤如下：    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; a) 新建C++ makefile工程：在Project Explorer中右键，新建C++工程；    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; b) 设置工程属性：注意位置是ns的安装目录，类型是makefile project，<a href="http://jimey.com/tag/tool" class="st_tag internal_tag" rel="tag" title="Posts tagged with tool">tool</a> chain选<a href="http://jimey.com/tag/linux" class="st_tag internal_tag" rel="tag" title="Posts tagged with Linux">linux</a> GCC；    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; c) 完成    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; d) 在工程名上右键，选properties；    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; e) 在C/C++ General -&gt; paths and symbols中选则source location；添加NS目录下所有文件夹为source；这是为了可以从大纲视图看代码；    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; f) 设置Run：双击C/C++ Local Application， 新建一个Run配置；C/C++ Application中选择目录下的ns可执行文件。enable-<a href="http://jimey.com/tag/debug" class="st_tag internal_tag" rel="tag" title="Posts tagged with Debug">debug</a>后这个文件变大为10几M了。    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; g) 设置Arguments；把你所要仿真的tcl脚本添加进去。相当于在终端中输入ns yourTcl.tcl     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; h) 运行。如果没有设定变量，相当于直接运行ns。Console中提示符变为%; 我们可以测试一下输入    <br />puts “Hello NS2”     <br />输出Hello NS2    <br />安装结束。Enjoy it！    <br />四、<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">Eclipse</a>的作用（欢迎大家讨论）    <br />1.<a href="http://jimey.com/tag/debug" class="st_tag internal_tag" rel="tag" title="Posts tagged with Debug">Debug</a>    <br />&#160;&#160;&#160; <a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">Eclipse</a>调试C++也是调用GDB，相当于一个可视化的GDB调试环境；使用时设定断点，点<a href="http://jimey.com/tag/debug" class="st_tag internal_tag" rel="tag" title="Posts tagged with Debug">debug</a>按钮即可。    <br />2.查找代码    <br />&#160;&#160;&#160; <a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">Eclipse</a>在项目中查找代码的作用我认为非常管用，你可以查一个关键字或者类名，看它在那定义的。只需要在变量名上ctrl+左键单击，就自动打开定义文件。感觉很爽 ^_^ 看代码会省很多事。    <br />3.CVS    <br />&#160;&#160;&#160; 写代码的时候还是用用这些代码管理软件比较好。省得改错了代码时想回都回不去，欲哭无泪啊。    <br />4 ……希望大家在使用中自己多多发现    <br />&#160;&#160;&#160; 我也是一个NS2和<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">Eclipse</a>的新手，希望大家多多发现<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">Eclipse</a>在NS2编程上的技巧，相互交流，有了发现也告诉我一声啊。^_^</p>
<p>&#160;</p>
<p>[<a href="http://www.baisi.net/viewthread.php?tid=944225" target="_blank">via</a>]</p>
<p>^^^^^^^^^^^^^^^^^^</p>
<p>用ubuntu8.04 直接</p>
<p>sudo apt-get install <a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">eclipse</a> 发现默认安装的版本是3.2.2版本</p>
<p>DLTK只支持3.3版本以上</p>
<p>只好再找教程</p>
<h4><a href="http://thecoffeemachine.wordpress.com/2008/09/09/eclipse-34-ganymede-on-ubuntu-804-hardy-heron/">Eclipse 3.4 Ganymede on Ubuntu 8.04 Hardy Heron</a></h4>
<p><a href="http://releases.ubuntu.com/8.04/">Ubuntu Hardy Heron</a> does not have <a href="http://www.eclipse.org">Eclipse 3.4 Ganymede</a> in its deposits. Indeed the <a href="http://packages.ubuntu.com/fr/hardy/eclipse">Aptitude eclipse installation</a> will install <a href="http://www.eclipse.org">Eclipse 3.2</a> on your system.</p>
<p>To install <a href="http://www.eclipse.org">Eclipse Ganymede</a>, it must be done manually.</p>
<h3><img alt="Java" src="http://thecoffeemachine.files.wordpress.com/2008/09/java_22x19.png?w=22&amp;h=19" width="22" height="19" />Java installation</h3>
<p>By default, <a href="http://www.ubuntu.com/">Ubuntu</a> comes with a free Java interpreter: <a href="http://en.wikipedia.org/wiki/GNU_Interpreter_for_Java">gij</a>, so if you want to use the <a href="http://sun.com">Sun Microsystems</a> <a href="http://java.sun.com/javase/downloads/index.jsp">Java™ Development Kit</a> (<a href="http://java.sun.com/javase/downloads/index.jsp">JDK</a>), you will need to install it.</p>
<p><a href="http://java.sun.com/">Java</a> is available in the depots. You have a choice between two versions: <a href="http://java.sun.com/javase/downloads/index_jdk5.jsp">Java5</a> and <a href="http://java.sun.com/javase/6/">Java6</a>.</p>
<ul>
<li><a href="http://java.sun.com/javase/downloads/index_jdk5.jsp">Java5</a> is available in multiverse deposits for all versions of <a href="http://www.ubuntu.com">Ubuntu</a> currently supported. </li>
<li><a href="http://java.sun.com/javase/6/">Java6</a> is available in multiverse deposits since <a href="http://releases.ubuntu.com/7.04/">Feisty</a>. For <a href="http://releases.ubuntu.com/6.10/">Edgy</a> and <a href="http://releases.ubuntu.com/6.06/">Dapper</a> you’ve gor to check the backports multiverse deposits. </li>
</ul>
<p>You can install the following packages according to your needs:</p>
<ul>
<li><a href="http://packages.ubuntu.com/fr/hardy/sun-java6-bin">sun-java6-bin</a>: Sun Java™ Runtime Environment (JRE) 6 (depending on the architecture) </li>
<li><a href="http://packages.ubuntu.com/fr/hardy/sun-java6-demo">sun-java6-demo</a>: Sun Java™ Development Kit (JDK) 6 (demos and examples) </li>
<li><a href="http://packages.ubuntu.com/fr/hardy/sun-java6-doc">sun-java6-doc</a>: JDK™ Documentation – integration installer </li>
<li><a href="http://packages.ubuntu.com/fr/hardy/sun-java6-fonts">sun-java6-fonts</a>: Lucida TrueType fonts. </li>
<li><a href="http://packages.ubuntu.com/fr/hardy/sun-java6-javadb">sun-java6-javadb</a>: Java™ DB, Apache Derby by Sun Microsystems </li>
<li><a href="http://packages.ubuntu.com/fr/hardy/sun-java6-jdk">sun-java6-jdk</a>: Java™ Development Kit (JDK) 6 </li>
<li><a href="http://packages.ubuntu.com/fr/hardy/sun-java6-jre">sun-java6-jre</a>: Java™ Runtime Environment (JRE) 6 (independent from the architecture) </li>
<li><a href="http://packages.ubuntu.com/fr/hardy/sun-java6-plugin">sun-java6-plugin</a>: Web navigator Java™ Plugin. </li>
<li><a href="http://packages.ubuntu.com/fr/hardy/sun-java6-source">sun-java6-source</a>: JDK™ sources. </li>
</ul>
<p>The above list is the list of available packages for <a href="http://java.sun.com/javase/6/">Java6</a>. For the <a href="http://java.sun.com/javase/downloads/index_jdk5.jsp">Java5</a> packages list, simply replace <em>&quot;java6&quot;</em> by <em>&quot;java5&quot;</em>.</p>
<p>For example to install the <a href="http://java.sun.com/javase/6/">Java6</a> JRE execute the following commands:</p>
<p>sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts</p>
<h3><img alt="Eclipse" src="http://thecoffeemachine.files.wordpress.com/2008/09/eclipse_20x20.png?w=20&amp;h=20" width="20" height="20" /><a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">Eclipse</a> 3.4 Ganymede installation</h3>
<p>Download the version that suits you on the <a href="http://www.eclipse.org/downloads/">official website</a>.</p>
<p>For example <strong><a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">Eclipse</a> IDE for Java Developers</strong> (<em><a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">eclipse</a>-java-ganymede-<a href="http://jimey.com/tag/linux" class="st_tag internal_tag" rel="tag" title="Posts tagged with Linux">linux</a>-gtk.tar.gz</em>):</p>
<p>wget http://download.<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">eclipse</a>.org/technology/epp/downloads/release/ganymede/R/<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">eclipse</a>-java-ganymede-<a href="http://jimey.com/tag/linux" class="st_tag internal_tag" rel="tag" title="Posts tagged with Linux">linux</a>-gtk.tar.gz   <br />tar xzvf <a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">eclipse</a>-java-ganymede-<a href="http://jimey.com/tag/linux" class="st_tag internal_tag" rel="tag" title="Posts tagged with Linux">linux</a>-gtk.tar.gz    <br />mv <a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">eclipse</a> eclipse3.4</p>
<p>You should be ready to launch</p>
<p>eclipse3.4/<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">eclipse</a></p>
<p>Wait for your <a href="http://www.eclipse.org">eclipse 3.4 Ganymede</a> to start, and go to <em>Windows</em> -&gt; <em>Preferences</em>. Find <em>Java</em> -&gt; <em>Installed JREs</em>. You should see the list of the JREs known by <a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">eclipse</a>. If the <a href="http://sun.com">Sun Microsystems</a> JREs doesn’t appear, you’ll have to show it to <a href="http://www.eclipse.org">eclipse</a>. To do this, Click the “<strong>Search</strong>” button and select the <strong>/usr/lib/jvm/</strong> path. <a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">Eclipse</a> should find JREs intalled on your system and list them. Just select the one that you want to use, and you’re ready to program on your nice new <a href="http://www.eclipse.org">Eclipse 3.4 Ganymede</a> <img alt=";)" src="http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif" /></p>
<p>[<a href="http://thecoffeemachine.wordpress.com/2008/09/09/eclipse-34-ganymede-on-ubuntu-804-hardy-heron/" target="_blank">via</a>]</p>
<p>不过我装的<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">eclipse</a>版本是<a href="http://ftp.jaist.ac.jp/pub/eclipse/technology/epp/downloads/release/ganymede/SR2/eclipse-cpp-ganymede-SR2-linux-gtk.tar.gz">http://ftp.jaist.ac.jp/pub/eclipse/technology/epp/downloads/release/ganymede/SR2/eclipse-cpp-ganymede-SR2-linux-gtk.tar.gz</a></p>
<p>&#160;</p>
<p>加图标</p>
<p>2、安装<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">eclipse</a>    <br />（1）把<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">eclipse</a>-SDK-3.3解压到某个目录中，俺解压到的是/opt下，得到/opt/<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">eclipse</a>目录    <br />如果想把<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">eclipse</a>目录的更改为root拥有，可以执行下面的命令    <br />sudo chown -R root:root /opt/<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">eclipse</a>    <br />当然也可以不用。    <br />（2）在/usr/bin目录下创建一个启动脚本<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">eclipse</a>，执行下面的命令来创建：    <br />sudo vi /usr/bin/<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">eclipse</a>    <br />如果不熟悉vi命令的可以用<a href="http://jimey.com/tag/ubuntu" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ubuntu">Ubuntu</a>自带的简单文本编辑器gedit，用下面的命令来创建：    <br />sudo gedit /usr/bin/<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">eclipse</a>    <br />然后在该文件中添加以下内容：    <br />#!/bin/sh     <br />export MOZILLA_FIVE_HOME=&quot;/usr/lib/mozilla/&quot;     <br />export ECLIPSE_HOME=&quot;/opt/<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">eclipse</a>&quot;     <br />$ECLIPSE_HOME/<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">eclipse</a> $*     <br />（3）让修改该脚本的权限，让它变成可执行，执行下面的命令：    <br />sudo chmod +x /usr/bin/<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">eclipse</a>    <br />3、在桌面或者gnome菜单中添加<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">eclipse</a>启动图标    <br />（1）在桌面或者启动面板上添加图标：    <br />在桌面（右键单击桌面-&gt;创建启动器）或面板（右键单击面板-&gt;添加到面板 -&gt;定制应用程序启动器）上创建一个新的启动器，然后添加下列数据：     <br />名称：<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">Eclipse</a> Platform     <br />命令：<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">eclipse</a>     <br />图标： /opt/<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">eclipse</a>/icon.xpm     <br />（2）在Applications（应用程序）菜单上添加一个图标    <br />用文本编辑器在/usr/share/applications目录里新建一个名为<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">eclipse</a>.desktop的启动器，如下面的命令:    <br />sudo vi /usr/share/applications/<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">eclipse</a>.desktop    <br />或者    <br />sudo gedit /usr/share/applications/<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">eclipse</a>.desktop    <br />然后在文件中添加下列内容：     <br />[Desktop Entry]     <br />Encoding=UTF-8     <br />Name=<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">Eclipse</a> Platform     <br />Comment=<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">Eclipse</a> IDE     <br />Exec=<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">eclipse</a>     <br />Icon=/opt/<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">eclipse</a>/icon.xpm     <br />Terminal=false     <br />StartupNotify=true    <br />Type=Application     <br />Categories=Application;Development;    <br />保存文件。完成整个安装过程。可以双击桌面<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">eclipse</a>的图标来运行<a href="http://jimey.com/tag/eclipse" class="st_tag internal_tag" rel="tag" title="Posts tagged with Eclipse">eclipse</a></p>
<p>[<a href="http://blog.chinaunix.net/u/21684/showart_367508.html" target="_blank">via</a>]</p>
<h3  class="related_post_title">相关博文</h3><ul class="related_post"><li>2009-03-04 -- <a href="http://jimey.com/2009/03/04/tcl-compiler-environment-win.html" title="Win环境下的TCL Compiler">Win环境下的TCL Compiler</a> (0)</li><li>2009-10-28 -- <a href="http://jimey.com/2009/10/28/ubuntu-8-04-version-to-compile-rtorrent-0-85-pian.html" title="ubuntu 8.04版本编译rtorrent 0.85篇">ubuntu 8.04版本编译rtorrent 0.85篇</a> (0)</li><li>2009-10-09 -- <a href="http://jimey.com/2009/10/09/eclipse-hadoop-full-linux-environment-for-development.html" title="Eclipse+Hadoop 全linux环境开发">Eclipse+Hadoop 全linux环境开发</a> (6)</li><li>2009-03-27 -- <a href="http://jimey.com/2009/03/27/installing-freenx-in-ubuntu-8-04-hardy-u0026amp-8-10-intrepid-u0026amp-9-04-jaunty-ibex.html" title="Installing FreeNX in Ubuntu 8.04 Hardy &#038; 8.10 Intrepid &#038; 9.04 jaunty Ibex">Installing FreeNX in Ubuntu 8.04 Hardy &#038; 8.10 Intrepid &#038; 9.04 jaunty Ibex</a> (0)</li><li>2009-03-26 -- <a href="http://jimey.com/2009/03/26/windows-environment-eclipse-debugging-environment-hadoop-remote-ubuntu.html" title="windows环境下eclipse调试远端ubuntu环境的hadoop">windows环境下eclipse调试远端ubuntu环境的hadoop</a> (12)</li><li>2009-03-25 -- <a href="http://jimey.com/2009/03/25/linux-server-clustered-hdfs-access-from-windows-eclipse-java-application.html" title="Linux server clustered HDFS: access from Windows eclipse Java application">Linux server clustered HDFS: access from Windows eclipse Java application</a> (0)</li><li>2009-03-11 -- <a href="http://jimey.com/2009/03/11/perlu002639s-cpan-permission-issues.html" title="perl的CPAN权限问题">perl的CPAN权限问题</a> (0)</li><li>2009-03-07 -- <a href="http://jimey.com/2009/03/07/disabling-your-pc-speaker-in-ubuntu.html" title="Disabling Your PC Speaker in Ubuntu">Disabling Your PC Speaker in Ubuntu</a> (0)</li><li>2009-03-03 -- <a href="http://jimey.com/2009/03/03/install-vmware-server-on-ubuntu-8-04.html" title="install vmware server on ubuntu 8.04">install vmware server on ubuntu 8.04</a> (0)</li><li>2008-11-18 -- <a href="http://jimey.com/2008/11/18/how-to-install-ns-2-allinone-2-33-on-ubuntu-8-04.html" title="How to install Ns-2-AllinOne-2.33 on Ubuntu 8.04">How to install Ns-2-AllinOne-2.33 on Ubuntu 8.04</a> (0)</li><li>2010-05-04 -- <a href="http://jimey.com/2010/05/04/ubuntu-10-04-installed-sunu002639s-jdk.html" title="ubuntu 10.04安装sun的jdk">ubuntu 10.04安装sun的jdk</a> (0)</li><li>2009-10-08 -- <a href="http://jimey.com/2009/10/08/formatting-windows-partition-under-ubuntu-systems.html" title="Ubuntu系统下格式化windows 分区">Ubuntu系统下格式化windows 分区</a> (0)</li><li>2009-09-13 -- <a href="http://jimey.com/2009/09/13/seoul-next-week-to-week-two-education-seminars-ns2.html" title="下周一周二汉城NS2教育讲座">下周一周二汉城NS2教育讲座</a> (2)</li><li>2009-03-26 -- <a href="http://jimey.com/2009/03/26/midnight.html" title="半夜">半夜</a> (0)</li><li>2009-03-25 -- <a href="http://jimey.com/2009/03/25/eclipse-based-application-development-environment-configuration-of-hadoop.html" title="基于Eclipse的Hadoop应用开发环境的配置">基于Eclipse的Hadoop应用开发环境的配置</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://jimey.com/2009/03/06/the-use-of-eclipse-cdt-development-of-ns2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nsBench介紹</title>
		<link>http://jimey.com/2009/03/05/nsbench-introduction.html</link>
		<comments>http://jimey.com/2009/03/05/nsbench-introduction.html#comments</comments>
		<pubDate>Thu, 05 Mar 2009 13:01:56 +0000</pubDate>
		<dc:creator>jimey</dc:creator>
				<category><![CDATA[NS2]]></category>
		<category><![CDATA[nsBench]]></category>
		<category><![CDATA[QualNet]]></category>

		<guid isPermaLink="false">http://jimey.com/2009/03/05/nsbench%e4%bb%8b%e7%b4%b9.html</guid>
		<description><![CDATA[[簡介]  The goal of nsBench [1] project is to develop supporting tools that enable creating, analyzing and visualizing NS-2 simulation scripts and traces automatically.  nsBench is a drag-and-drop GUI and easy to use in undergraduate and graduate networking courses. nsBench makes NS-2 simulation dev..... ]]></description>
			<content:encoded><![CDATA[<p>[<b>簡介</b>]</p>
<p><b></b>The goal of <a href="http://jimey.com/tag/nsbench" class="st_tag internal_tag" rel="tag" title="Posts tagged with nsBench">nsBench</a> [1] project is to develop supporting tools that enable creating, analyzing and visualizing NS-2 simulation scripts and traces automatically.</p>
<p><a href="http://jimey.com/tag/nsbench" class="st_tag internal_tag" rel="tag" title="Posts tagged with nsBench">nsBench</a> is a drag-and-drop GUI and easy to use in undergraduate and graduate networking courses. <a href="http://jimey.com/tag/nsbench" class="st_tag internal_tag" rel="tag" title="Posts tagged with nsBench">nsBench</a> makes NS-2 simulation development and analysis faster and easier for students and researchers without losing the flexibility or expressiveness gained by writing a script.</p>
<p>[<b>特色</b>]</p>
<p>1. Nodes, simplex/duplex links and LANs</p>
<p>2. Agents: TCP, UDP, TCPSink, TCP/Fack, TCP/FullTcp, TCP/Newreno, TCP/Reno, TCP/Sack1, TCPSink, TCPSink/Sack1, TCPSink/DelAck, TCPSink/Sack1/DelAck, TCP/Vegas, Null Agent</p>
<p>3. Applications/Traffic: FTP, Telent, Http/Server, Http/Client, Http/Cache, webtraf, Traffic/CBR, Traffic/Pareto, Traffic/Exponential</p>
<p>4. Services: Multicast, Packet Scheduling, RED, DiffServ</p>
<p>5. Creating &quot;Groups&quot; concept to compensate for &quot;loops&quot;</p>
<p>6. Scenario generator</p>
<p>7. Link Monitors</p>
<p>8. Loss Models</p>
<p>9. Routing Protocols</p>
<p>[<b>準備工具</b>]</p>
<p>由於<a href="http://jimey.com/tag/nsbench" class="st_tag internal_tag" rel="tag" title="Posts tagged with nsBench">nsBench</a>是由Java所開發的，因此在實行<a href="http://jimey.com/tag/nsbench" class="st_tag internal_tag" rel="tag" title="Posts tagged with nsBench">nsBench</a>之前必需先安裝可執行JVM，此軟體可到Sun的網站下載，而筆者所使用的是jre-1_5_0_03-windows-i586-p.exe。</p>
<p>安裝完後，接著就是下載<a href="http://jimey.com/tag/nsbench" class="st_tag internal_tag" rel="tag" title="Posts tagged with nsBench">nsBench</a>，下載網址是<a href="http://www.mnlab.cs.depaul.edu/projects/nsbench/download/nsBench-1.0b3.jar">http://www.mnlab.cs.depaul.edu/projects/nsbench/download/nsBench-1.0b3.jar</a>。</p>
<p>[<b>執行<a href="http://jimey.com/tag/nsbench" class="st_tag internal_tag" rel="tag" title="Posts tagged with nsBench">nsBench</a></b>]</p>
<p>作者所使用的環境是windows xp + cygwin + ns2.28，<a href="http://jimey.com/tag/nsbench" class="st_tag internal_tag" rel="tag" title="Posts tagged with nsBench">nsBench</a>的軟體<a href="http://jimey.com/tag/nsbench" class="st_tag internal_tag" rel="tag" title="Posts tagged with nsBench">nsBench</a>-1.0b3.jar是放在c:\cygwin\home\smallko\<a href="http://jimey.com/tag/nsbench" class="st_tag internal_tag" rel="tag" title="Posts tagged with nsBench">nsBench</a>下。執行的方法為：</p>
<p>1. 打開一個cygwin的視窗。</p>
<p>2. $cd <a href="http://jimey.com/tag/nsbench" class="st_tag internal_tag" rel="tag" title="Posts tagged with nsBench">nsBench</a></p>
<p>3. $java -jar <a href="http://jimey.com/tag/nsbench" class="st_tag internal_tag" rel="tag" title="Posts tagged with nsBench">nsBench</a>-1.0b3.jar</p>
<p>4. 就會出現底下的視窗。</p>
<p>[<a href="http://140.116.72.80/~smallko/ns2/nsBench.htm" target="_blank">via</a>]</p>
<p>终于有跟qualnet一样的gui环境了 强的</p>
<h3  class="related_post_title">相关博文</h3><ul class="related_post"><li>2008-08-25 -- <a href="http://jimey.com/2008/08/25/qualnetu002639s-concerns-and-ns2-on-the-outlook.html" title="关于QualNet的顾虑与NS2的展望">关于QualNet的顾虑与NS2的展望</a> (2)</li><li>2009-09-13 -- <a href="http://jimey.com/2009/09/13/seoul-next-week-to-week-two-education-seminars-ns2.html" title="下周一周二汉城NS2教育讲座">下周一周二汉城NS2教育讲座</a> (2)</li><li>2009-03-06 -- <a href="http://jimey.com/2009/03/06/icu-finishing-a-professor-of-information.html" title="ICU一教授整理的资料">ICU一教授整理的资料</a> (0)</li><li>2009-03-06 -- <a href="http://jimey.com/2009/03/06/the-use-of-eclipse-cdt-development-of-ns2.html" title="使用Eclipse CDT 开发NS2">使用Eclipse CDT 开发NS2</a> (0)</li><li>2008-11-18 -- <a href="http://jimey.com/2008/11/18/how-to-install-ns-2-allinone-2-33-on-ubuntu-8-04.html" title="How to install Ns-2-AllinOne-2.33 on Ubuntu 8.04">How to install Ns-2-AllinOne-2.33 on Ubuntu 8.04</a> (0)</li><li>2008-08-24 -- <a href="http://jimey.com/2008/08/24/chinese-version-of-qualnet-tutorial.html" title="QualNet教程中文版">QualNet教程中文版</a> (9)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://jimey.com/2009/03/05/nsbench-introduction.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network simulator</title>
		<link>http://jimey.com/2009/02/28/network-simulator.html</link>
		<comments>http://jimey.com/2009/02/28/network-simulator.html#comments</comments>
		<pubDate>Sat, 28 Feb 2009 08:47:54 +0000</pubDate>
		<dc:creator>jimey</dc:creator>
				<category><![CDATA[NetWork]]></category>
		<category><![CDATA[Artifex]]></category>
		<category><![CDATA[MetroWAND]]></category>
		<category><![CDATA[network simulator]]></category>
		<category><![CDATA[Petri Net]]></category>

		<guid isPermaLink="false">http://jimey.com/2009/02/28/network-simualtor.html</guid>
		<description><![CDATA[MetroWAND™  MetroWAND is a PC-based network planning tool developed for metropolitan network:      planners that want to evaluate the trade-off between traditional and emerging technologies with a mix of services      equipment vendors who want to demonstrate the validity of a customer proposal    ..... ]]></description>
			<content:encoded><![CDATA[<p><b><a href="http://jimey.com/tag/metrowand" class="st_tag internal_tag" rel="tag" title="Posts tagged with MetroWAND">MetroWAND</a>™</b></p>
<p><a href="http://jimey.com/tag/metrowand" class="st_tag internal_tag" rel="tag" title="Posts tagged with MetroWAND">MetroWAND</a> is a PC-based network planning <a href="http://jimey.com/tag/tool" class="st_tag internal_tag" rel="tag" title="Posts tagged with tool">tool</a> developed for metropolitan network:</p>
<p><img hspace="13" alt="bullet" src="http://www.foservice.com/_themes/blank/ablbull1.gif" width="15" height="15" />    <br />planners that want to evaluate the trade-off between traditional and emerging technologies with a mix of services</p>
<p><img hspace="13" alt="bullet" src="http://www.foservice.com/_themes/blank/ablbull1.gif" width="15" height="15" />    <br />equipment vendors who want to demonstrate the validity of a customer proposal</p>
<p><img hspace="13" alt="bullet" src="http://www.foservice.com/_themes/blank/ablbull1.gif" width="15" height="15" />    <br />equipment vendors who want to determine the trade-off between equipment capability and network cost.</p>
<p><img hspace="13" alt="bullet" src="http://www.foservice.com/_themes/blank/ablbull1.gif" width="15" height="15" />    <br />service providers that want to evaluate network configuration and demand provisioning.</p>
<p>[<a href="http://www.foservice.com/SOFTWARE/metrowand.htm" target="_blank">via</a>]</p>
<p><b>Artifex™</b></p>
<p><b>Artifex</b> has an intuitive graphical language that visually describes the system dynamic behavior, supported by a comprehensive design environment for both discrete event simulation and real time software development.</p>
<p><b>Artifex</b> is ideal for the design and simulation of</p>
<p><img hspace="13" alt="bullet" src="http://www.foservice.com/_themes/blank/ablbull1.gif" width="15" height="15" />    <br />communication networks</p>
<p><img hspace="13" alt="bullet" src="http://www.foservice.com/_themes/blank/ablbull1.gif" width="15" height="15" />    <br />switching equipment</p>
<p><img hspace="13" alt="bullet" src="http://www.foservice.com/_themes/blank/ablbull1.gif" width="15" height="15" />    <br />protocols</p>
</p>
<p>[<a href="http://www.foservice.com/SOFTWARE/artifex.htm" target="_blank">via</a>]</p>
<p>&#160;</p>
<h4>Petri Net</h4>
<p>&#160;</p>
<h4>What is a Petri Net?</h4>
<p>A Petri net is a graphical and mathematical modeling <a href="http://jimey.com/tag/tool" class="st_tag internal_tag" rel="tag" title="Posts tagged with tool">tool</a>. It consists of <em>places</em>, <em>transitions</em>, and <em>arcs</em> that connect them. <em>Input arcs</em> connect places with transitions, while <em>output arcs</em> start at a transition and end at a place. There are other types of arcs, e.g. <em>inhibitor arcs</em>. Places can contain <em>tokens</em>; the current state of the modeled system (the <em>marking</em>) is given by the number (and type if the tokens are distinguishable) of tokens in each place. Transitions are active components. They model activities which can occur (the transition <em>fires</em>), thus changing the state of the system (the marking of the Petri net). Transitions are only allowed to fire if they are <em>enabled</em>, which means that all the preconditions for the activity must be fulfilled (there are enough tokens available in the input places). When the transition fires, it removes tokens from its input places and adds some at all of its output places. The number of tokens removed / added depends on the cardinality of each arc. The interactive firing of transitions in subsequent markings is called <b>token game</b></p>
<p>&#160;</p>
<p>[<a href="http://www.cse.fau.edu/~maria/COURSES/CEN4010-SE/C10/10-7.html" target="_blank">via</a>]</p>
<h3  class="related_post_title">无关博文</h3><ul class="related_post"><li>2008-12-04 -- <a href="http://jimey.com/2008/12/04/my-friend-donu002639t-get-depressed.html" title="My Friend, Don&#8217;t Get Depressed">My Friend, Don&#8217;t Get Depressed</a> (0)</li><li>2005-11-10 -- <a href="http://jimey.com/2005/11/10/details-php-ini-configuration-options.html" title="php.ini 配置详细选项">php.ini 配置详细选项</a> (0)</li><li>2008-12-30 -- <a href="http://jimey.com/2008/12/30/hear-2008u002639s-top-25-pop-songs-in-one-mashup.html" title="Hear 2008&#8242;s Top 25 Pop Songs in One Mashup">Hear 2008&#8242;s Top 25 Pop Songs in One Mashup</a> (0)</li><li>2009-01-22 -- <a href="http://jimey.com/2009/01/22/human-beings-are-social-animals.html" title="人是社会性动物">人是社会性动物</a> (2)</li><li>2005-12-01 -- <a href="http://jimey.com/2005/12/01/can-not-be-published-under-the-linux-strange.html" title="在linux下无法发布。奇怪">在linux下无法发布。奇怪</a> (0)</li><li>2008-10-28 -- <a href="http://jimey.com/2008/10/28/zt-maizhu.html" title="[ZT]卖猪">[ZT]卖猪</a> (0)</li><li>2006-02-06 -- <a href="http://jimey.com/2006/02/06/the-language-was-changed.html" title="The language was changed.">The language was changed.</a> (0)</li><li>2008-09-18 -- <a href="http://jimey.com/2008/09/18/windows-live-wave-3-in-english-chinese-almost-simultaneously-released.html" title="Windows Live Wave 3 英文、中文几乎同时发布">Windows Live Wave 3 英文、中文几乎同时发布</a> (0)</li><li>2006-12-06 -- <a href="http://jimey.com/2006/12/06/automatically-find-and-remove-the-autorun-virus-related-documents-1-1.html" title="自动查找并删除 AutoRun 病毒相关文件 1.1">自动查找并删除 AutoRun 病毒相关文件 1.1</a> (0)</li><li>2009-04-24 -- <a href="http://jimey.com/2009/04/24/saturday-attended-an-academic-conference-location-%ed%95%9c%ed%99%94-%eb%a6%ac%ec%a1%b0%ed%8a%b8.html" title="周六参加的某学术会议位置한화리조트">周六参加的某学术会议位置한화리조트</a> (2)</li><li>2008-07-07 -- <a href="http://jimey.com/2008/07/07/%eb%af%b8%eb%93%9c-chinese-opera-called-america.html" title="미드 中文叫美剧……">미드 中文叫美剧……</a> (0)</li><li>2010-05-05 -- <a href="http://jimey.com/2010/05/05/what-causes-errors-in-databases.html" title="what causes errors in databases.">what causes errors in databases.</a> (0)</li><li>2006-01-08 -- <a href="http://jimey.com/2006/01/08/atl-server-tutorial.html" title="ATL Server 教程">ATL Server 教程</a> (1)</li><li>2008-12-20 -- <a href="http://jimey.com/2008/12/20/bit-floating.html" title="有点飘">有点飘</a> (0)</li><li>2008-11-07 -- <a href="http://jimey.com/2008/11/07/%e5%a5%bd%e6%83%b3-48-hours-a-day.html" title="好想48小时一天">好想48小时一天</a> (2)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://jimey.com/2009/02/28/network-simulator.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Topology Control in Wireless Sensor Networks: with a companion simulation tool for teaching and research</title>
		<link>http://jimey.com/2009/02/26/topology-control-in-wireless-sensor-networks-with-a-companion-simulation-tool-for-teaching-and-research.html</link>
		<comments>http://jimey.com/2009/02/26/topology-control-in-wireless-sensor-networks-with-a-companion-simulation-tool-for-teaching-and-research.html#comments</comments>
		<pubDate>Thu, 26 Feb 2009 14:50:58 +0000</pubDate>
		<dc:creator>jimey</dc:creator>
				<category><![CDATA[Wireless]]></category>
		<category><![CDATA[Control]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[Simulation]]></category>
		<category><![CDATA[Simulator]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[Topology]]></category>
		<category><![CDATA[Wireless Sensor Network]]></category>

		<guid isPermaLink="false">http://jimey.com/2009/02/26/topology-control-in-wireless-sensor-networks-with-a-companion-simulation-tool-for-teaching-and-research.html</guid>
		<description><![CDATA[期待的一本书  by Miguel A. Labrador (Author), Pedro M. Wightman (Author)  Editorial Reviews  Product Description  Topology Control in Wireless Sensor Networks addresses the need for a text that combines the background material needed to understand wireless sensor networks with in-depth material abou..... ]]></description>
			<content:encoded><![CDATA[<p>期待的一本书</p>
<p>by <a href="http://www.amazon.com/exec/obidos/search-handle-url/ref=ntt_athr_dp_sr_1?%5Fencoding=UTF8&amp;search-type=ss&amp;index=books&amp;field-author=Miguel%20A.%20Labrador">Miguel A. Labrador</a> (Author), <a href="http://www.amazon.com/exec/obidos/search-handle-url/ref=ntt_athr_dp_sr_2?%5Fencoding=UTF8&amp;search-type=ss&amp;index=books&amp;field-author=Pedro%20M.%20Wightman">Pedro M. Wightman</a> (Author)</p>
<h4>Editorial Reviews</h4>
<p><b>Product Description</b></p>
<p><em>Topology Control in Wireless Sensor Networks</em> addresses the need for a text that combines the background material needed to understand wireless sensor networks with in-depth material about topology control, which is a very important topic related to this technology; and a companion simulation <a href="http://jimey.com/tag/tool" class="st_tag internal_tag" rel="tag" title="Posts tagged with tool">tool</a> of great value for instructors and researchers.</p>
<p><a name="productDetails"></a></p>
<hr size="1" noshade="noshade" />
<h4>Product Details</h4>
<ul>
<li><b>Hardcover:</b> 210 pages </li>
<li><b>Publisher:</b> Springer; 1 edition (March 1, 2009) </li>
<li><b>Language:</b> English </li>
<li><b>ISBN-10:</b> 1402095848 </li>
<li><b>ISBN-13:</b> 978-1402095849 </li>
<li><b>Product Dimensions: </b>9.2 x 6.1 x 0.6 inches </li>
<li><b>Shipping Weight:</b> 1.1 pounds (<a href="http://www.amazon.com/gp/help/seller/shipping.html/ref=dp_pd_shipping?ie=UTF8&amp;asin=1402095848&amp;seller=ATVPDKIKX0DER">View shipping rates and policies</a>) </li>
<li><b>Average Customer Review:</b> No customer reviews yet. <a href="http://www.amazon.com/review/create-review/ref=dp_db_cm_cr_acr_wr_link?ie=UTF8&amp;nodeID=&amp;asin=1402095848">Be the first.</a></li>
</ul>
<h3  class="related_post_title">相关博文</h3><ul class="related_post"><li>2009-09-29 -- <a href="http://jimey.com/2009/09/29/iriver-story-scheduled-to-begin-about-340008-price-2000-yuan.html" title="iRiver STORY开始接受预定了价格34万8 大概2000人民币">iRiver STORY开始接受预定了价格34万8 大概2000人民币</a> (0)</li><li>2009-09-11 -- <a href="http://jimey.com/2009/09/11/prs-505-hand-three-days-feel.html" title="PRS 505到手3天，感受">PRS 505到手3天，感受</a> (2)</li><li>2009-04-09 -- <a href="http://jimey.com/2009/04/09/p2psim-installation.html" title="P2PSim安装">P2PSim安装</a> (0)</li><li>2009-03-11 -- <a href="http://jimey.com/2009/03/11/ubuntu-ubuntu-8-04-lts-configuration-notes.html" title="Ubuntu Ubuntu 8.04 LTS 配置笔记">Ubuntu Ubuntu 8.04 LTS 配置笔记</a> (0)</li><li>2009-03-07 -- <a href="http://jimey.com/2009/03/07/my-web-2-0-topology.html" title="My Web 2.0 Topology">My Web 2.0 Topology</a> (0)</li><li>2009-02-10 -- <a href="http://jimey.com/2009/02/10/wanted-to-go-to-bed-early.html" title="本想早点睡觉">本想早点睡觉</a> (4)</li><li>2009-02-09 -- <a href="http://jimey.com/2009/02/09/p2p-ad-hoc-and-sensor-networks-all-the-different-or-all-the-same.html" title="P2P, Ad Hoc and Sensor Networks &ndash; All the Different or All the Same?">P2P, Ad Hoc and Sensor Networks &ndash; All the Different or All the Same?</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://jimey.com/2009/02/26/topology-control-in-wireless-sensor-networks-with-a-companion-simulation-tool-for-teaching-and-research.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auerbach.Unlicensed.Mobile.Access.Technology.Aug.2008</title>
		<link>http://jimey.com/2009/02/25/auerbach-unlicensed-mobile-access-technology-aug-2008.html</link>
		<comments>http://jimey.com/2009/02/25/auerbach-unlicensed-mobile-access-technology-aug-2008.html#comments</comments>
		<pubDate>Wed, 25 Feb 2009 13:18:20 +0000</pubDate>
		<dc:creator>jimey</dc:creator>
				<category><![CDATA[Wireless]]></category>
		<category><![CDATA[System Model]]></category>
		<category><![CDATA[UMA]]></category>
		<category><![CDATA[WiFi]]></category>
		<category><![CDATA[WiMAX]]></category>

		<guid isPermaLink="false">http://jimey.com/2009/02/25/auerbachunlicensedmobileaccesstechnologyaug2008.html</guid>
		<description><![CDATA[该书152页  System model 的参数设置说明还是蛮经典的值得典藏... ]]></description>
			<content:encoded><![CDATA[<p>该书152页</p>
<p>System model 的参数设置说明还是蛮经典的值得典藏 </p>
<h3  class="related_post_title">相关博文</h3><ul class="related_post"><li>2009-02-26 -- <a href="http://jimey.com/2009/02/26/thereu002639s-always-a-restlessness-with.html" title="其实一直在躁动着">其实一直在躁动着</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://jimey.com/2009/02/25/auerbach-unlicensed-mobile-access-technology-aug-2008.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JUNOS Enterprise Routing的免费书收到了</title>
		<link>http://jimey.com/2009/02/11/junos-enterprise-routing-received-a-free-book.html</link>
		<comments>http://jimey.com/2009/02/11/junos-enterprise-routing-received-a-free-book.html#comments</comments>
		<pubDate>Wed, 11 Feb 2009 06:50:56 +0000</pubDate>
		<dc:creator>jimey</dc:creator>
				<category><![CDATA[NetWork]]></category>
		<category><![CDATA[放心情]]></category>
		<category><![CDATA[JUNOS]]></category>

		<guid isPermaLink="false">http://jimey.cn/2009/02/11/junos-enterprise-routing%e7%9a%84%e5%85%8d%e8%b4%b9%e4%b9%a6%e6%94%b6%e5%88%b0%e4%ba%86.html</guid>
		<description><![CDATA[JUNOS Enterprise Routing by Doug Marschke; Harry Reynolds &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; Publisher: O&#8217;Reilly Pub Date: March 27, 2008 Print ISBN-13: 978-0-596-51442-6 Pages: 812 http://www.amazon.com/JUNOS-Enterprise-Routing-Practical-Certification/dp/0596514425/ref=pd_bbs_sr_1?ie=UTF8&#38;s=books&#38;qid=1207900873&#38;sr=8-1 新... ]]></description>
			<content:encoded><![CDATA[<p>JUNOS Enterprise Routing    <br />by Doug Marschke; Harry Reynolds     <br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;    <br />Publisher: O&#8217;Reilly     <br />Pub Date: March 27, 2008     <br />Print ISBN-13: 978-0-596-51442-6     <br />Pages: 812     <br />http://www.amazon.com/JUNOS-Enterprise-Routing-Practical-Certification/dp/0596514425/ref=pd_bbs_sr_1?ie=UTF8&amp;s=books&amp;qid=1207900873&amp;sr=8-1    <br />新出的关于Juniper的书，这个是设计企业路由的，不但是作为参考书而且是作为JNCIA-ER，JNCIS-ER和JNCIE-ER三个认证的官方认证指南。    </p>
<p>10月初在<a href="https://www.j-central.net/">https://www.j-central.net/</a></p>
<p>免费注册即可收到，今天学校国际交流学院那边收到我的书了，lol 可能我地址只写了学校的地址，学校收发室那边不知道该给谁看收件人姓名是外国人的名字就给了那边，还好那边老师能认出来是我&#160; lol&#160; 终于转战到我手中了</p>
<p>书是从UK寄过来的，真是强大 lol</p>
<h3  class="related_post_title">无关博文</h3><ul class="related_post"><li>2006-01-01 -- <a href="http://jimey.com/2006/01/01/does-not-require-changes-to-the-live-mail-invites-hotmail.html" title="不需要邀请Hotmail 变去Live Mail">不需要邀请Hotmail 变去Live Mail</a> (4)</li><li>2007-08-14 -- <a href="http://jimey.com/2007/08/14/setting-up-an-eggdrop.html" title="Setting up an Eggdrop">Setting up an Eggdrop</a> (0)</li><li>2008-12-13 -- <a href="http://jimey.com/2008/12/13/lewebu00263908-wrapup.html" title="LeWeb&#8217;08 Wrapup">LeWeb&#8217;08 Wrapup</a> (0)</li><li>2009-05-30 -- <a href="http://jimey.com/2009/05/30/true-%e3%80%8f%e3%80%8e-user-interface.html" title="真．『使用者』接口！">真．『使用者』接口！</a> (0)</li><li>2009-12-24 -- <a href="http://jimey.com/2009/12/24/%eb%a7%9d%eb%85%84%ed%9a%8c-hope-annual-dinner.html" title="망년회 望年会 聚餐">망년회 望年会 聚餐</a> (0)</li><li>2007-11-23 -- <a href="http://jimey.com/2007/11/23/edit-pkgindex-tcl.html" title="edit pkgIndex.tcl">edit pkgIndex.tcl</a> (0)</li><li>2009-05-18 -- <a href="http://jimey.com/2009/05/18/reminder.html" title="Reminder">Reminder</a> (0)</li><li>2008-08-22 -- <a href="http://jimey.com/2008/08/22/today-is-an-important-day.html" title="今天是个重要的日子">今天是个重要的日子</a> (2)</li><li>2006-02-22 -- <a href="http://jimey.com/2006/02/22/ma-quan-zhi-lying-li-yuchun-endorsement-amoi-mobile-phones.html" title="马全智：大话李宇春代言夏新手机">马全智：大话李宇春代言夏新手机</a> (0)</li><li>2009-05-06 -- <a href="http://jimey.com/2009/05/06/5-3-kanai-hill-king-temple-multi-figure-kill-cats.html" title="5.3金井山，金刚寺（多图杀猫）">5.3金井山，金刚寺（多图杀猫）</a> (0)</li><li>2008-10-25 -- <a href="http://jimey.com/2008/10/25/exchange-rate-and-economic-and-life.html" title="汇率与经济与生活">汇率与经济与生活</a> (0)</li><li>2009-01-05 -- <a href="http://jimey.com/2009/01/05/ikunori-technology-news.html" title="几则科技新闻">几则科技新闻</a> (0)</li><li>2009-02-26 -- <a href="http://jimey.com/2009/02/26/ieee-international-conference-on-scalable-computing-and-communications-scalcom-2009.html" title="IEEE International Conference on Scalable Computing and Communications (ScalCom 2009)">IEEE International Conference on Scalable Computing and Communications (ScalCom 2009)</a> (0)</li><li>2006-02-12 -- <a href="http://jimey.com/2006/02/12/lovely.html" title="Lovely">Lovely</a> (1)</li><li>2008-08-02 -- <a href="http://jimey.com/2008/08/02/8-2-%ed%95%9c%ea%b5%ad%ec%96%b4.html" title="8.2한국어">8.2한국어</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://jimey.com/2009/02/11/junos-enterprise-routing-received-a-free-book.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>P2P, Ad Hoc and Sensor Networks &#8211; All the Different or All the Same?</title>
		<link>http://jimey.com/2009/02/09/p2p-ad-hoc-and-sensor-networks-all-the-different-or-all-the-same.html</link>
		<comments>http://jimey.com/2009/02/09/p2p-ad-hoc-and-sensor-networks-all-the-different-or-all-the-same.html#comments</comments>
		<pubDate>Sun, 08 Feb 2009 17:31:06 +0000</pubDate>
		<dc:creator>jimey</dc:creator>
				<category><![CDATA[NetWork]]></category>
		<category><![CDATA[Mobile Ad Hoc Network]]></category>
		<category><![CDATA[Mobile Wireless Sensor Network]]></category>
		<category><![CDATA[Ubiquitous Sensor Network]]></category>
		<category><![CDATA[USN]]></category>
		<category><![CDATA[Wireless Sensor Network]]></category>
		<category><![CDATA[WSN]]></category>

		<guid isPermaLink="false">http://jimey.cn/2009/02/09/p2p-ad-hoc-and-sensor-networks-all-the-different-or-all-the-same.html</guid>
		<description><![CDATA[2 Definitions   Summarizing the discussion of diverse understandings of the different network types, we present the following definitions:   Mobile Ad Hoc Networks: A mobile ad hoc network (MANET) is a kind of wireless ad hoc network, and is a self-configuring network of mobile routers (and associat..... ]]></description>
			<content:encoded><![CDATA[<p>2 Definitions   <br />Summarizing the discussion of diverse understandings of the different network types, we present the following definitions: </p>
<p>Mobile Ad Hoc Networks: A mobile ad hoc network (MANET) is a kind of wireless ad hoc network, and is a self-configuring network of mobile routers (and associated hosts) connected by wireless links—the union of which forms an arbitrary topology. The routers are free to move randomly and organize themselves arbitrarily; thus, the network’s wireless topology may change rapidly and unpredictably (inspired by [1]). Alternatively, a MANET may be considered as a mobile version of an ad hoc network.</p>
<p><a href="http://jimey.com/tag/wireless-sensor-network" class="st_tag internal_tag" rel="tag" title="Posts tagged with Wireless Sensor Network">Wireless Sensor Network</a>: A <a href="http://jimey.com/tag/wireless-sensor-network" class="st_tag internal_tag" rel="tag" title="Posts tagged with Wireless Sensor Network">wireless sensor network</a> (<a href="http://jimey.com/tag/wsn" class="st_tag internal_tag" rel="tag" title="Posts tagged with WSN">WSN</a>) is a wireless computer network consisting of spatially distributed autonomous devices using sensors to cooperatively monitor physical or environmental conditions, such as temperature, sound, vibration, pressure, motion or pollutants, at   <br />different locations (inspired by [2])</p>
<p>Mobile <a href="http://jimey.com/tag/wireless-sensor-network" class="st_tag internal_tag" rel="tag" title="Posts tagged with Wireless Sensor Network">Wireless Sensor Network</a>: A <a href="http://jimey.com/tag/wireless-sensor-network" class="st_tag internal_tag" rel="tag" title="Posts tagged with Wireless Sensor Network">wireless sensor network</a> in which the nodes are mobile.</p>
<p>[<a href="http://drops.dagstuhl.de/opus/volltexte/2007/951/pdf/06431.JanacikPeter.Paper.951.pdf" target="_blank">via</a>]</p>
<h3  class="related_post_title">相关博文</h3><ul class="related_post"><li>2009-02-26 -- <a href="http://jimey.com/2009/02/26/topology-control-in-wireless-sensor-networks-with-a-companion-simulation-tool-for-teaching-and-research.html" title="Topology Control in Wireless Sensor Networks: with a companion simulation tool for teaching and research">Topology Control in Wireless Sensor Networks: with a companion simulation tool for teaching and research</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://jimey.com/2009/02/09/p2p-ad-hoc-and-sensor-networks-all-the-different-or-all-the-same.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KT逛回来</title>
		<link>http://jimey.com/2008/11/24/kt-stroll-back.html</link>
		<comments>http://jimey.com/2008/11/24/kt-stroll-back.html#comments</comments>
		<pubDate>Mon, 24 Nov 2008 08:11:35 +0000</pubDate>
		<dc:creator>jimey</dc:creator>
				<category><![CDATA[NetWork]]></category>
		<category><![CDATA[放心情]]></category>
		<category><![CDATA[KT]]></category>
		<category><![CDATA[网络]]></category>

		<guid isPermaLink="false">http://jimey.cn/2008/11/24/kt%e9%80%9b%e5%9b%9e%e6%9d%a5.html</guid>
		<description><![CDATA[早上被大雨的雨声给吵醒，然后本想继续睡，闹钟响了，8点30  选了5分钟以后再闹，又钻被窝了，8点35，又响了，关掉闹钟，继续钻被窝，在被窝里面做了5分钟的思想斗争之后，爬起来了  出门一看，雨真的好大，不过既然起来了就得出发，走到家门口大马路的车站边，稍微等了下，1001路就开过来了，没想到这一路上车上可以挤爆人..... ]]></description>
			<content:encoded><![CDATA[<p>早上被大雨的雨声给吵醒，然后本想继续睡，闹钟响了，8点30</p>
<p>选了5分钟以后再闹，又钻被窝了，8点35，又响了，关掉闹钟，继续钻被窝，在被窝里面做了5分钟的思想斗争之后，爬起来了</p>
<p>出门一看，雨真的好大，不过既然起来了就得出发，走到家门口大马路的车站边，稍微等了下，1001路就开过来了，没想到这一路上车上可以挤爆人…… 以前坐1001路基本上就不会有人站的，这会竟然差点挤不下车……</p>
<p>9点25 到了영주동下车，走不到5分钟就到了，门口见了教授，就直接上了8楼，先看了宣称广告片，然后讲了一些纪律的事情，比如不能用手机，不能拍照，不能乱跑，国家机关之类的事情等等等 然后每个人发了一个不锈钢的被子，倒是还不错。</p>
<p>40几个人分成4个组，我们这边8个人组成了最后一组，跟着一位蛮好的大叔，带我们走到营业楼那边去了，真是恐怖的楼，完全是个迷宫，而且装修布局真的很老套，完全不像是一个最牛x的单位，hmm </p>
<p>当然进去参观了几个地方，电话管理中心，釜山地区的internet网络管理 韩国地区的backbone&#160; 无线网络管理 IDC </p>
<p>有印象的不多，虽然见了很多设备，但是都是很单调的，而且大部分设备都不知道干吗用，只是知道性能有点强，印象最深的还是在Internet管理那个地方给我们介绍那4台CSR路由，说每台价值80亿韩元……每台可以处理1.5T的数据每秒 而且hanaro那边最牛x的机器只能800G每秒的样子 只值20-30亿的样子</p>
<p>一些细节的东西嘛，就是这种有钱的单位，竟然其他设备那么的破……大家都很勤俭，每个人都穿着员工服，都是30多40岁的人讲起来技术术语都是一套一套的，用的电脑都很破很烂，办公用的显示器大多都是17寸的……</p>
<p>进每个部门，都要换拖鞋，门口放有除静电纸 </p>
<p>基本上总结来讲呢：</p>
<p>严重的打消了我去做网管的积极性，那机房里面的味道实在是太难闻了。进去就是在刮风，里面一堆刮风的机器，还有一堆抽风的机器在运作，进去简直就是相当于站在大街上周围全是风扇吹啊吹，那个噪音，还有很明显的电磁……也就看了几个机柜，要么就是看不明白，去IDC看了下倒是看明白了，就是那些1u 2u的服务器托管嘛，其他基本上啥都没，看到4台80亿韩元买的路由器，思科真是贵……</p>
<p>一些题外话，就是带我们参观的人，还有给我们讲解的人，都是很语重心长的讲，大家一定要好好学习，等等等之类的话&#160; 估计这些员工们30多40岁的人了，还在那拼命的学习，技术日新月异的更新，而这些人也都一直在更新储备自己的知识，尤其看着wibro部门那些人，很怀疑我进去的是wibro部门，竟然一个年轻人都没……这些大叔们太强了</p>
<p><a href="http://jimey.cn/blog/wp-content/uploads/2008/11/dsc02486.jpg"><img title="DSC02486" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="336" alt="DSC02486" src="http://jimey.cn/blog/wp-content/uploads/2008/11/dsc02486-thumb.jpg" width="446" border="0" /></a> </p>
<p>参观回来，每个人发的不锈钢杯子…… life is wonderfull</p>
<p>hmm貌似那背景的面包明天截止就不能吃了</p>
<h3  class="related_post_title">相关博文</h3><ul class="related_post"><li>2009-12-26 -- <a href="http://jimey.com/2009/12/26/nateu002639s-twitter-business-model.html" title="NATE的twitter商业模式">NATE的twitter商业模式</a> (0)</li><li>2009-03-06 -- <a href="http://jimey.com/2009/03/06/days-do-not-want-to-sleep-to-be-bright.html" title="天要亮了不想睡觉了">天要亮了不想睡觉了</a> (2)</li><li>2009-01-10 -- <a href="http://jimey.com/2009/01/10/study-and-life-balance.html" title="学习生活两不误">学习生活两不误</a> (0)</li><li>2008-12-21 -- <a href="http://jimey.com/2008/12/21/swinging-blind-one-day.html" title="瞎晃悠了一天">瞎晃悠了一天</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://jimey.com/2008/11/24/kt-stroll-back.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Ns-2-AllinOne-2.33 on Ubuntu 8.04</title>
		<link>http://jimey.com/2008/11/18/how-to-install-ns-2-allinone-2-33-on-ubuntu-8-04.html</link>
		<comments>http://jimey.com/2008/11/18/how-to-install-ns-2-allinone-2-33-on-ubuntu-8-04.html#comments</comments>
		<pubDate>Tue, 18 Nov 2008 08:28:48 +0000</pubDate>
		<dc:creator>jimey</dc:creator>
				<category><![CDATA[NS2]]></category>
		<category><![CDATA[AllinOne]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://jimey.cn/2008/11/18/how-to-install-ns-2-allinone-233-on-ubuntu-804.html</guid>
		<description><![CDATA[This is an example of the NS2-AllInOne-2.33 installation for Ubuntu 8.04.   Download the most recent Ns-2-AllinOne-2.33 from Sourceforge.    Suppose that there is &#34;ns-allinone-2.33.tar.gz&#34; in current directory (e.g. &#34;~/&#34; for me is &#34;/home/mm&#34;).    All steps are done in T..... ]]></description>
			<content:encoded><![CDATA[<p>This is an example of the NS2-AllInOne-2.33 installation for <a href="http://jimey.com/tag/ubuntu" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ubuntu">Ubuntu</a> 8.04.<br />
Download the most recent Ns-2-AllinOne-2.33 from <a href="http://sourceforge.net/project/showfiles.php?group_id=149743&amp;package_id=169584&amp;release_id=588644">Sourceforge</a>.<br />
Suppose that there is &#8220;ns-allinone-2.33.tar.gz&#8221; in current directory (e.g. &#8220;~/&#8221; for me is &#8220;/home/mm&#8221;).<br />
All steps are done in Terminal, so open a terminal in Accessories/Terminal.<br />
To extract the file:<br />
tar xvfz ./ns-allinone-2.33.tar.gz<br />
Go into extracted directory:<br />
cd ns-allinone-2.33<br />
Download required packages:<br />
sudo apt-get install build-essential autoconf automake libxmu-dev<br />
Start installation:<br />
./install<br />
Set environment parameter:<br />
gedit ~/.bashrc<br />
Then at the last line, append the following text with changing &#8220;/your/path&#8221; to the directory that contains &#8220;ns-allinone-2.33&#8243;. (e.g. &#8220;/home/jimey/&#8221; )</p>
<blockquote><p>
# LD_LIBRARY_PATH<br />
OTCL_LIB=/home/jimey/ns-allinone-2.33/otcl-1.13<br />
NS2_LIB=/home/jimey/ns-allinone-2.33/lib<br />
X11_LIB=/usr/X11R6/lib<br />
USR_LOCAL_LIB=/usr/local/lib<br />
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$OTCL_LIB:$NS2_LIB:$X11_LIB:$USR_LOCAL_LIB<br />
# TCL_LIBRARY<br />
TCL_LIB=/home/jimey/ns-allinone-2.33/tcl8.4.18/library<br />
USR_LIB=/usr/lib<br />
export TCL_LIBRARY=$TCL_LIB:$USR_LIB<br />
# PATH<br />
XGRAPH=/home/jimey/ns-allinone-2.33/bin:/home/jimey/ns-allinone-2.33/tcl8.4.18/unix:/home/jimey/ns-allinone-2.33/tk8.4.18/unix<br />
NS=/home/jimey/ns-allinone-2.33/ns-2.33/<br />
NAM=/home/jimey/ns-allinone-2.33/nam-1.13/<br />
PATH=$PATH:$XGRAPH:$NS:$NAM</p></blockquote>
<p>Let it take effect immediately:</p>
<blockquote>
<pre>$ source ~/.bashrc</pre>
</blockquote>
<p>[<a href="http://suchaxplore.blogspot.com/2008/07/install-ns2-allinone-233-on-ubuntu-804.html">via</a>]</p>
<h3  class="related_post_title">相关博文</h3><ul class="related_post"><li>2009-03-06 -- <a href="http://jimey.com/2009/03/06/the-use-of-eclipse-cdt-development-of-ns2.html" title="使用Eclipse CDT 开发NS2">使用Eclipse CDT 开发NS2</a> (0)</li><li>2010-05-04 -- <a href="http://jimey.com/2010/05/04/ubuntu-10-04-installed-sunu002639s-jdk.html" title="ubuntu 10.04安装sun的jdk">ubuntu 10.04安装sun的jdk</a> (0)</li><li>2009-10-28 -- <a href="http://jimey.com/2009/10/28/ubuntu-8-04-version-to-compile-rtorrent-0-85-pian.html" title="ubuntu 8.04版本编译rtorrent 0.85篇">ubuntu 8.04版本编译rtorrent 0.85篇</a> (0)</li><li>2009-10-09 -- <a href="http://jimey.com/2009/10/09/eclipse-hadoop-full-linux-environment-for-development.html" title="Eclipse+Hadoop 全linux环境开发">Eclipse+Hadoop 全linux环境开发</a> (6)</li><li>2009-10-08 -- <a href="http://jimey.com/2009/10/08/formatting-windows-partition-under-ubuntu-systems.html" title="Ubuntu系统下格式化windows 分区">Ubuntu系统下格式化windows 分区</a> (0)</li><li>2009-09-13 -- <a href="http://jimey.com/2009/09/13/seoul-next-week-to-week-two-education-seminars-ns2.html" title="下周一周二汉城NS2教育讲座">下周一周二汉城NS2教育讲座</a> (2)</li><li>2009-03-27 -- <a href="http://jimey.com/2009/03/27/installing-freenx-in-ubuntu-8-04-hardy-u0026amp-8-10-intrepid-u0026amp-9-04-jaunty-ibex.html" title="Installing FreeNX in Ubuntu 8.04 Hardy &#038; 8.10 Intrepid &#038; 9.04 jaunty Ibex">Installing FreeNX in Ubuntu 8.04 Hardy &#038; 8.10 Intrepid &#038; 9.04 jaunty Ibex</a> (0)</li><li>2009-03-25 -- <a href="http://jimey.com/2009/03/25/linux-server-clustered-hdfs-access-from-windows-eclipse-java-application.html" title="Linux server clustered HDFS: access from Windows eclipse Java application">Linux server clustered HDFS: access from Windows eclipse Java application</a> (0)</li><li>2009-03-18 -- <a href="http://jimey.com/2009/03/18/glftpd-and-zipscript-install-guide.html" title="glftpd and zipscript install guide">glftpd and zipscript install guide</a> (0)</li><li>2009-03-11 -- <a href="http://jimey.com/2009/03/11/perlu002639s-cpan-permission-issues.html" title="perl的CPAN权限问题">perl的CPAN权限问题</a> (0)</li><li>2009-03-11 -- <a href="http://jimey.com/2009/03/11/ubuntu-ubuntu-8-04-lts-configuration-notes.html" title="Ubuntu Ubuntu 8.04 LTS 配置笔记">Ubuntu Ubuntu 8.04 LTS 配置笔记</a> (0)</li><li>2009-03-07 -- <a href="http://jimey.com/2009/03/07/disabling-your-pc-speaker-in-ubuntu.html" title="Disabling Your PC Speaker in Ubuntu">Disabling Your PC Speaker in Ubuntu</a> (0)</li><li>2009-03-06 -- <a href="http://jimey.com/2009/03/06/icu-finishing-a-professor-of-information.html" title="ICU一教授整理的资料">ICU一教授整理的资料</a> (0)</li><li>2009-03-05 -- <a href="http://jimey.com/2009/03/05/install-and-configuration-vsftpd-ftp-service-on-ubuntu-linux.html" title="install and configuration vsftpd ftp service on Ubuntu Linux">install and configuration vsftpd ftp service on Ubuntu Linux</a> (0)</li><li>2009-03-05 -- <a href="http://jimey.com/2009/03/05/nsbench-introduction.html" title="nsBench介紹">nsBench介紹</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://jimey.com/2008/11/18/how-to-install-ns-2-allinone-2-33-on-ubuntu-8-04.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GRID</title>
		<link>http://jimey.com/2008/11/07/grid.html</link>
		<comments>http://jimey.com/2008/11/07/grid.html#comments</comments>
		<pubDate>Thu, 06 Nov 2008 16:05:03 +0000</pubDate>
		<dc:creator>jimey</dc:creator>
				<category><![CDATA[NetWork]]></category>
		<category><![CDATA[grid]]></category>

		<guid isPermaLink="false">http://jimey.cn/2008/11/07/grid.html</guid>
		<description><![CDATA[http://folding.stanford.edu/  http://boinc.berkeley.edu... ]]></description>
			<content:encoded><![CDATA[<p><a title="http://folding.stanford.edu/" href="http://folding.stanford.edu/">http://folding.stanford.edu/</a></p>
<p><a title="http://boinc.berkeley.edu/" href="http://boinc.berkeley.edu/">http://boinc.berkeley.edu/</a></p>
<h3  class="related_post_title">相关博文</h3><ul class="related_post"><li>2008-11-10 -- <a href="http://jimey.com/2008/11/10/look-at-the-papers-the-last-month-of-a-small-comments.html" title="最近一个月看的论文一个小点评">最近一个月看的论文一个小点评</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://jimey.com/2008/11/07/grid.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>关于QualNet的顾虑与NS2的展望</title>
		<link>http://jimey.com/2008/08/25/qualnetu002639s-concerns-and-ns2-on-the-outlook.html</link>
		<comments>http://jimey.com/2008/08/25/qualnetu002639s-concerns-and-ns2-on-the-outlook.html#comments</comments>
		<pubDate>Sun, 24 Aug 2008 17:11:50 +0000</pubDate>
		<dc:creator>jimey</dc:creator>
				<category><![CDATA[QualNet]]></category>
		<category><![CDATA[NS2]]></category>
		<category><![CDATA[商业软件]]></category>

		<guid isPermaLink="false">http://jimey.cn/2008/08/25/%e5%85%b3%e4%ba%8equalnet%e7%9a%84%e9%a1%be%e8%99%91%e4%b8%8ens2%e7%9a%84%e5%b1%95%e6%9c%9b/</guid>
		<description><![CDATA[最近一直在想这个问题，商业软件，而且很商业，商业到无破解软件使用，即使我们买了序列号也是需要专门安装一台认证服务器，而且这个序列号每年更改一次。在本机器使用，要连到认证服务器去认证是否合法有效  虽然QualNet很直观很有效，但是这样的商业软件，如果我学的很好，如果我要靠这个来维持生活，那我岂不是要把自己逼..... ]]></description>
			<content:encoded><![CDATA[<p>最近一直在想这个问题，商业软件，而且很商业，商业到无破解软件使用，即使我们买了序列号也是需要专门安装一台认证服务器，而且这个序列号每年更改一次。在本机器使用，要连到认证服务器去认证是否合法有效</p>
<p>虽然QualNet很直观很有效，但是这样的商业软件，如果我学的很好，如果我要靠这个来维持生活，那我岂不是要把自己逼入一个绝境，因为如果我毕业就业，而就业的公司根本无意这个软件的话，那我岂不是白学，那我只能成为QualNet的营销人员来向公司积极推销这款软件了-_-</p>
<p>至于NS2，开源软件目前为止不会有这样的问题存在。</p>
<p>虽然有顾虑，但是对于QualNet这款软件的功能强大还是很佩服的，完全是Windows和早年<a href="http://jimey.com/tag/linux" class="st_tag internal_tag" rel="tag" title="Posts tagged with Linux">Linux</a>的比拼风格，但是由于认证的风格导致破解难度很大，结果就导致无法大范围的推广，从那家公司的位置可以看出他们销售并不是很好，从那家公司里面一位职员的电脑一开机就蓝屏，也可以看出来他们职员待遇也不怎么样-_- </p>
<blockquote><p>我在那学了2天，那位职员的电脑我就没看到好过，而且有一次是貌似被谁重启了，XP的开机滚动条刚滚完就蓝屏-_-</p>
</blockquote>
<p>不过学了总是有用的，至少我还可以在这实验室待上2年以上-_-</p>
<h3  class="related_post_title">相关博文</h3><ul class="related_post"><li>2009-03-05 -- <a href="http://jimey.com/2009/03/05/nsbench-introduction.html" title="nsBench介紹">nsBench介紹</a> (0)</li><li>2009-09-13 -- <a href="http://jimey.com/2009/09/13/seoul-next-week-to-week-two-education-seminars-ns2.html" title="下周一周二汉城NS2教育讲座">下周一周二汉城NS2教育讲座</a> (2)</li><li>2009-03-06 -- <a href="http://jimey.com/2009/03/06/icu-finishing-a-professor-of-information.html" title="ICU一教授整理的资料">ICU一教授整理的资料</a> (0)</li><li>2009-03-06 -- <a href="http://jimey.com/2009/03/06/the-use-of-eclipse-cdt-development-of-ns2.html" title="使用Eclipse CDT 开发NS2">使用Eclipse CDT 开发NS2</a> (0)</li><li>2008-11-18 -- <a href="http://jimey.com/2008/11/18/how-to-install-ns-2-allinone-2-33-on-ubuntu-8-04.html" title="How to install Ns-2-AllinOne-2.33 on Ubuntu 8.04">How to install Ns-2-AllinOne-2.33 on Ubuntu 8.04</a> (0)</li><li>2008-08-24 -- <a href="http://jimey.com/2008/08/24/chinese-version-of-qualnet-tutorial.html" title="QualNet教程中文版">QualNet教程中文版</a> (9)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://jimey.com/2008/08/25/qualnetu002639s-concerns-and-ns2-on-the-outlook.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>QualNet教程中文版</title>
		<link>http://jimey.com/2008/08/24/chinese-version-of-qualnet-tutorial.html</link>
		<comments>http://jimey.com/2008/08/24/chinese-version-of-qualnet-tutorial.html#comments</comments>
		<pubDate>Sun, 24 Aug 2008 13:29:32 +0000</pubDate>
		<dc:creator>jimey</dc:creator>
				<category><![CDATA[QualNet]]></category>
		<category><![CDATA[教程]]></category>

		<guid isPermaLink="false">http://jimey.cn/2008/08/24/qualnet%e6%95%99%e7%a8%8b%e4%b8%ad%e6%96%87%e7%89%88/</guid>
		<description><![CDATA[这个教程跟我这周18号-19号上的那个教育班内容一样，只是这个中文版教程只有到第十章内容，而那个教育班的pdf资料到第十二章截止，缺了c++实例以及如何在QualNet中新加自创的protocol的教程  QualNet_4.n_中文教程.rar  QualNet_4.n_中文教程_(操作用例).rar  后面2章内容,如果需要请留言  本中文教程 SNT版权所有 华仪盛科..... ]]></description>
			<content:encoded><![CDATA[<p>这个教程跟我这周18号-19号上的那个教育班内容一样，只是这个中文版教程只有到第十章内容，而那个教育班的pdf资料到第十二章截止，缺了c++实例以及如何在QualNet中新加自创的protocol的教程</p>
<p><a href="http://www.box.net/shared/54ar4lkue0" target="_blank"><img height="24" alt="File icon" src="http://www.box.net/thumbs/24x24/application/zip_file.gif" width="24" align="absMiddle" border="0" />QualNet_4.n_中文教程.rar</a></p>
<p><a href="http://www.box.net/shared/knn5d50n2u" target="_blank"><img height="24" alt="File icon" src="http://www.box.net/thumbs/24x24/application/zip_file.gif" width="24" align="absMiddle" border="0" />QualNet_4.n_中文教程_(操作用例).rar</a></p>
<p>后面2章内容,如果需要请留言</p>
<p>本中文教程 SNT版权所有 华仪盛科编译</p>
<h3  class="related_post_title">相关博文</h3><ul class="related_post"><li>2009-03-05 -- <a href="http://jimey.com/2009/03/05/nsbench-introduction.html" title="nsBench介紹">nsBench介紹</a> (0)</li><li>2008-08-27 -- <a href="http://jimey.com/2008/08/27/%e3%80%90%e3%80%91-vim-zhuantie-chinese-version-pdf-user-manual-7-2.html" title="【转帖】VIM用户手册7.2中文版PDF">【转帖】VIM用户手册7.2中文版PDF</a> (0)</li><li>2008-08-25 -- <a href="http://jimey.com/2008/08/25/qualnetu002639s-concerns-and-ns2-on-the-outlook.html" title="关于QualNet的顾虑与NS2的展望">关于QualNet的顾虑与NS2的展望</a> (2)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://jimey.com/2008/08/24/chinese-version-of-qualnet-tutorial.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>18号和19号的讲座内容</title>
		<link>http://jimey.com/2008/08/20/18-and-19-of-the-lecture-content.html</link>
		<comments>http://jimey.com/2008/08/20/18-and-19-of-the-lecture-content.html#comments</comments>
		<pubDate>Mon, 29 Nov 1999 16:00:00 +0000</pubDate>
		<dc:creator>jimey</dc:creator>
				<category><![CDATA[QualNet]]></category>

		<guid isPermaLink="false">http://jimey.s216.sureserver.com/blog/index.php/2008/08/20/18%e5%8f%b7%e5%92%8c19%e5%8f%b7%e7%9a%84%e8%ae%b2%e5%ba%a7%e5%86%85%e5%ae%b9/</guid>
		<description><![CDATA[18号早上到那以后就是开始讲如何安装 基本就是，如何设置环境，在什么CL环境下安装才是正确的，以前我看的教材那要求必须是要在QualNet的CL下用nmake编译才可以，但是我每次用VS2005都没编译环境，每次nmake都不管用，但是参考QualNet-4.5-InstallationGuide.pdf文档中，解决办法 直接用vs的cp编译nmake即可   18号下午第一部分先是讲license的问题，有2个一个是lmgrd和parsec机制，lmgrd是采用... ]]></description>
			<content:encoded><![CDATA[<p>18号早上到那以后就是开始讲如何安装 </p>
<p>基本就是，如何设置环境，在什么CL环境下安装才是正确的，以前我看的教材那要求必须是要在QualNet的CL下用nmake编译才可以，但是我每次用VS2005都没编译环境，每次nmake都不管用，但是参考QualNet-4.5-InstallationGuide.pdf文档中，解决办法 </p>
<p>直接用vs的cp编译nmake即可  </p>
<p>  </p>
<p>18号下午第一部分先是讲license的问题，有2个一个是lmgrd和parsec机制，lmgrd是采用一个固定的tcp端口来验证，而parsec的tcp端口随机，所以在做lincense服务器的时候注意关闭防火墙-_- 因为parsec端口随机  </p>
<p>然后就开始第二部分介绍qualnet的GUI界面部分，功能等等  </p>
<p>第三部分讲了一个细节，Routing的设置权限，QualNet中设置Routing的部分有5个阶段，从全局到部分  分别是  </p>
<p>1.ConfigSettings 默认值是AODV  </p>
<p>2.Hierarchy-&gt;Nodeconfig部分 默认是DSR  </p>
<p>3.Hierarchy-&gt;Nodes-&gt;Wired subset 默认是CER1  </p>
<p>4.Hierarchy-&gt;Nodes-&gt;Host#-&gt;NodeConfig 默认是DYMO  </p>
<p>5.Hierarchy-&gt;Nodes-&gt;Host#-&gt;Interfaces -&gt; Interface#默认是STAR  </p>
<p>一般情况下只设置1  </p>
<p>如果是有戏或者无线网sensor等情况需要设置3  </p>
<p>如果是RFID的话需要设置5  </p>
<p>  </p>
<p>19号开始讲比较深层的东西  </p>
<p>早上  </p>
<p>关于gui和cl环境互相利用来解决一些问题的方法  </p>
<p>举了2个例子  </p>
<p>首先是需要在GUI环境下做一个90个点组成的圆圈，然后每隔4秒转到到下一个点，每个点之间用CBR方式  </p>
<p>具体办法，先确定这90个点组成的圆圈的坐标值，然后在excel中读取坐标值，再添加其他QualNet需要的值，其实就是用excel做一个格式化的.nodes的文件  </p>
<p>然后再用excel做一个.mobility的文件，基本就是把那.node的值再做4遍做到360个点的坐标 最后用excel做一个CBR传输的.app文件  </p>
<p>在QualNet GUI中新建一个scenario分别在合适的地方，代入.nodes .mobility .app文件即可自动生成要求，run即可运行  </p>
<p>另外一个是在一个1500&#215;1500的环境下做4个wireless网，数学角度讲就是分别在4个象限每个象限一个wireless网，基本做法就是先在QualNet中做一个wireless网，然后再直接文档编辑处理增加其他3个象限点的坐标即可  </p>
<p>一个是从文档&#8211;&gt;QualNet  </p>
<p>另一个是QualNet-&gt;文档-&gt;QualNet  </p>
<p>这种情况是特殊情况特殊做法，手动在GUI环境下无法做，就只能用巧办法  </p>
<p>  </p>
<p>下午：  </p>
<p>如果在控制面板添加新的devices和backimage  </p>
<p>然后新创建了一个战船 一个无人侦察机 一个地面雷达  </p>
<p>摆了三艘船在海面上，一个无人机在上空，在一个岛上设置了一个地面卫星接收站并且和3个终端通过Hub连接，天空加了一个卫星跟无人机连接，三艘船和无人机连接，然后卫星再跟地面卫星接收站相连  </p>
<p>一艘船的发送CBR到岛上一个终端，然后run-看animation  </p>
<p>接着是做一个Unicast的组播  </p>
<p>最后讲了如何在QualNet中，compile自己新做的protocol  </p>
<p>例子是用一个routing protocol为例，复制文件到libraries\developer\src文件夹中  </p>
<p>然后修改几个文件Makefile-common network_ip.cpp network.h 等等等  </p>
<p>重新nmake developer中的Makefile-common  </p>
<p>最后修改choices.xml，这样可以使得在GUI环境中看到新加的protocol选项  </p>
<p>  </p>
<p>关于NS2和QualNet的部分区别  </p>
<p>NS2是采用TCL语言编译出结果后，再用nam读结果出animation  </p>
<p>TCL就是一个程序式语言，if then等等  </p>
<p>而QualNet虽然也可以采用CL的方式运行，QualNet采用的CL运行方式，完全是设置各个参数，然后出来一个config，QualNet的CL读取config来运行，Animation部分QualNet是一边运行一边出动画效果 </p>
<p>从新增protocol上来看，QualNet要比NS2多一个步骤，NS2直接做tcl脚本即可解决问题，而QualNet不仅仅要做.cpp .h而且还要让QualNet好识别它们 </p>
<p>以上只是个人浅见，如果有错误欢迎探讨 </p>
<p>  </p>
<p><a title="http://211.75.223.172/qualnet0092873/" href="http://211.75.223.172/qualnet0092873/">http://211.75.223.172/qualnet0092873/</a>  这个地方可以下载QualNet的一些资料</p>
<h3  class="related_post_title">无关博文</h3><ul class="related_post"><li>2008-10-25 -- <a href="http://jimey.com/2008/10/25/exchange-rate-and-economic-and-life.html" title="汇率与经济与生活">汇率与经济与生活</a> (0)</li><li>2008-10-19 -- <a href="http://jimey.com/2008/10/19/epic45.html" title="Epic45">Epic45</a> (0)</li><li>2005-12-19 -- <a href="http://jimey.com/2005/12/19/publications-method.html" title="发表论文办法">发表论文办法</a> (0)</li><li>2008-07-08 -- <a href="http://jimey.com/2008/07/08/zt-a-gaoren-views-of-love.html" title="[ZT]某高人对爱情的看法">[ZT]某高人对爱情的看法</a> (0)</li><li>2010-01-03 -- <a href="http://jimey.com/2010/01/03/made-a-dream-last-night.html" title="昨晚做了个梦">昨晚做了个梦</a> (0)</li><li>2008-07-12 -- <a href="http://jimey.com/2008/07/12/moving-day-moving-laboratory.html" title="搬实验室搬了一天">搬实验室搬了一天</a> (0)</li><li>2008-09-20 -- <a href="http://jimey.com/2008/09/20/the-concept-of-a-new-lifestream.html" title="一个新的lifestream概念">一个新的lifestream概念</a> (0)</li><li>2009-01-21 -- <a href="http://jimey.com/2009/01/21/software-algorithms-visualization-of-large-data-sets.html" title="软件算法可视化大型数据集">软件算法可视化大型数据集</a> (0)</li><li>2009-03-13 -- <a href="http://jimey.com/2009/03/13/blog-and-personal-home-page-or-significance-of-ecosystems.html" title="Blog与个人主页的生态系统or意义">Blog与个人主页的生态系统or意义</a> (0)</li><li>2008-08-20 -- <a href="http://jimey.com/2008/08/20/seoul-huang-of-2-days.html" title="汉城晃了2天">汉城晃了2天</a> (0)</li><li>2010-07-08 -- <a href="http://jimey.com/2010/07/08/%e5%bc%80%e5%b7%a5%e4%b8%89%e5%a4%a9%e4%ba%86.html" title="开工三天了">开工三天了</a> (3)</li><li>2008-09-07 -- <a href="http://jimey.com/2008/09/07/scrum-one-of-the-software-development-process.html" title="Scrum,软件开发流程之一">Scrum,软件开发流程之一</a> (0)</li><li>2009-10-06 -- <a href="http://jimey.com/2009/10/06/try-google-wave.html" title="Google Wave试用">Google Wave试用</a> (11)</li><li>2008-08-23 -- <a href="http://jimey.com/2008/08/23/practical-live-writer-plug-ins-collection.html" title="live writer实用插件合集">live writer实用插件合集</a> (0)</li><li>2009-01-18 -- <a href="http://jimey.com/2009/01/18/went-to-the-pusan-national.html" title="去了釜山大">去了釜山大</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://jimey.com/2008/08/20/18-and-19-of-the-lecture-content.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>新开题Ad Hoc wireless Network</title>
		<link>http://jimey.com/2008/08/03/the-new-opening-theme-ad-hoc-wireless-network.html</link>
		<comments>http://jimey.com/2008/08/03/the-new-opening-theme-ad-hoc-wireless-network.html#comments</comments>
		<pubDate>Mon, 29 Nov 1999 16:00:00 +0000</pubDate>
		<dc:creator>jimey</dc:creator>
				<category><![CDATA[NetWork]]></category>

		<guid isPermaLink="false">http://jimey.s216.sureserver.com/blog/index.php/2008/08/03/%e6%96%b0%e5%bc%80%e9%a2%98ad-hoc-wireless-network-2/</guid>
		<description><![CDATA[1.问题点 protocal mode  physical mode 差异点？구별점?   问了下 说是一个是理论上的mode一个是实际上的流量上的mode 无关博文2008-07-24 -- timestamp.timeline.etc ///Creating the Social Media Broadcast (Sonecast) (0)2008-08-24 -- 无聊的周末晚上，明天停电 (0)2008-07-27 -- 我的Psytopic心理测试结果 (0)2009-12-14 -- 预定了12.17 avatar 2009 IMAX DMR 3D的韩国首映 (2)2009-12-04 -- [ZT]恋爱中识别和摆脱Loser (2)2009-07-31 -- 推荐Brea... ]]></description>
			<content:encoded><![CDATA[<p>1.问题点 </p>
<p>protocal mode  physical mode </p>
<p>差异点？구별점? </p>
<p>  </p>
<p>问了下 说是一个是理论上的mode一个是实际上的流量上的mode</p>
<h3  class="related_post_title">无关博文</h3><ul class="related_post"><li>2010-07-03 -- <a href="http://jimey.com/2010/07/03/%e9%a6%96%e5%b0%94%e7%ac%ac%e4%b8%80%e5%a4%a9.html" title="首尔第一天">首尔第一天</a> (1)</li><li>2008-09-26 -- <a href="http://jimey.com/2008/09/26/cell-phone-pictures-of-pp-chaos-inside.html" title="手机里面的乱拍的pp">手机里面的乱拍的pp</a> (1)</li><li>2009-04-16 -- <a href="http://jimey.com/2009/04/16/zt-writing-your-own-real-time-search-engine-and-adwords-service.html" title="[ZT]Writing your own real-time search engine and Adwords service">[ZT]Writing your own real-time search engine and Adwords service</a> (0)</li><li>2010-05-06 -- <a href="http://jimey.com/2010/05/06/ubuntu10-04-compiled-hadoop-version-eclipse-plugin-jar-and-hadoop-0-20-3-dev-eclipse-plugin-jar-download.html" title="Ubuntu10.04 编译hadoop-${version}-eclipse- plugin.jar and hadoop-0.20.3-dev-eclipse-plugin.jar">Ubuntu10.04 编译hadoop-${version}-eclipse- plugin.jar and hadoop-0.20.3-dev-eclipse-plugin.jar</a> (0)</li><li>2008-07-01 -- <a href="http://jimey.com/2008/07/01/java-interview-questions2.html" title="Java Interview Questions2">Java Interview Questions2</a> (0)</li><li>2007-08-14 -- <a href="http://jimey.com/2007/08/14/tcl-tk.html" title="TCL/TK">TCL/TK</a> (0)</li><li>2007-02-12 -- <a href="http://jimey.com/2007/02/12/kingate-proxy-server-guide.html" title="kingate代理服务器指南">kingate代理服务器指南</a> (0)</li><li>2006-02-22 -- <a href="http://jimey.com/2006/02/22/mathematics-and-algorithms-caprice-zt.html" title="数学与算法随想 [zt]">数学与算法随想 [zt]</a> (0)</li><li>2009-02-17 -- <a href="http://jimey.com/2009/02/17/also-hypocritical.html" title="又矫情?">又矫情?</a> (2)</li><li>2010-07-25 -- <a href="http://jimey.com/2010/07/25/zt%e4%ba%a4%e9%80%9a%e7%81%af%ef%bc%8c%e5%ad%a6%e6%a0%a1%e6%95%99%e8%82%b2%e4%b8%8e%e5%b0%8f%e8%b6%8b%e5%8a%bf.html" title="[ZT]交通灯，学校教育与小趋势">[ZT]交通灯，学校教育与小趋势</a> (0)</li><li>2005-11-07 -- <a href="http://jimey.com/2005/11/07/speech-and-language-processing.html" title="SPEECH and LANGUAGE PROCESSING">SPEECH and LANGUAGE PROCESSING</a> (0)</li><li>2009-01-27 -- <a href="http://jimey.com/2009/01/27/to-continue-to-new-year.html" title="继续过年">继续过年</a> (3)</li><li>2008-07-07 -- <a href="http://jimey.com/2008/07/07/2-sets-of-lab-bought-a-new-fan-with-remote-control.html" title="实验室新买2台风扇，带遥控">实验室新买2台风扇，带遥控</a> (0)</li><li>2008-12-30 -- <a href="http://jimey.com/2008/12/30/wordpress-changed-a-blog-hosting.html" title="WordPress换了个博客主机">WordPress换了个博客主机</a> (0)</li><li>2008-07-27 -- <a href="http://jimey.com/2008/07/27/football-is-football.html" title="足球，又是足球">足球，又是足球</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://jimey.com/2008/08/03/the-new-opening-theme-ad-hoc-wireless-network.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>qualnet 4.5 安装</title>
		<link>http://jimey.com/2008/08/01/qualnet-4-5-installation.html</link>
		<comments>http://jimey.com/2008/08/01/qualnet-4-5-installation.html#comments</comments>
		<pubDate>Mon, 29 Nov 1999 16:00:00 +0000</pubDate>
		<dc:creator>jimey</dc:creator>
				<category><![CDATA[QualNet]]></category>

		<guid isPermaLink="false">http://jimey.s216.sureserver.com/blog/index.php/2008/08/01/qualnet-45-%e5%ae%89%e8%a3%85/</guid>
		<description><![CDATA[QualNet4.5环境: Windows XP P4 3.0 RAM 512M X 2 HD 36G+500G NVIDIA Quadro NVS VS2008环境下compile问题始终出现 估计QualNet还未支持2008或者……其他问题 VS2005环境下 nmake安装正常 无关博文2008-12-10 -- Last.fm Publishes Most Listened-To Lists of 2008 (0)2008-10-04 -- 天气终于转晴 (2)2007-11-01 -- Fdisk (0)2009-03-17 -- 数据挖掘应用于人力资源 (0)2008-12-11 -- Linkin Park &#8211; Road To Revolution (6)2008-10-27 -- NCS 2008 (0)2008-12-06 -- 从&#34... ]]></description>
			<content:encoded><![CDATA[</p>
<p>QualNet4.5环境:  </p>
<p>Windows XP P4 3.0 RAM 512M X 2 HD 36G+500G NVIDIA Quadro NVS  </p>
<p>VS2008环境下compile问题始终出现 估计QualNet还未支持2008或者……其他问题  </p>
<p>VS2005环境下 nmake安装正常</p>
<h3  class="related_post_title">无关博文</h3><ul class="related_post"><li>2008-09-22 -- <a href="http://jimey.com/2008/09/22/review-of-the-weekend-2-days.html" title="周末2天的回顾">周末2天的回顾</a> (0)</li><li>2009-03-18 -- <a href="http://jimey.com/2009/03/18/wget-manual-wget-command-to-use.html" title="wget手册 wget命令使用方法">wget手册 wget命令使用方法</a> (1)</li><li>2009-01-21 -- <a href="http://jimey.com/2009/01/21/weekend-project-host-your-own-web-services.html" title="Weekend Project: Host Your Own Web Services">Weekend Project: Host Your Own Web Services</a> (0)</li><li>2008-08-20 -- <a href="http://jimey.com/2008/08/20/18-and-19-of-the-lecture-content.html" title="18号和19号的讲座内容">18号和19号的讲座内容</a> (0)</li><li>2010-04-28 -- <a href="http://jimey.com/2010/04/28/zt-classified-papers-on-cloud-computing.html" title="[ZT]关于cloud computing论文的归类">[ZT]关于cloud computing论文的归类</a> (0)</li><li>2006-12-11 -- <a href="http://jimey.com/2006/12/11/authority-in-the-world-of-academic-meetings-magazine-papers.html" title="在世界权威学术会议/杂志发表论文">在世界权威学术会议/杂志发表论文</a> (0)</li><li>2008-09-02 -- <a href="http://jimey.com/2008/09/02/today-we-taught-virtualization-space-systems.html" title="今天上我们教授的虚拟化空间系统">今天上我们教授的虚拟化空间系统</a> (0)</li><li>2009-07-04 -- <a href="http://jimey.com/2009/07/04/fear-of-death.html" title="fear of death">fear of death</a> (0)</li><li>2008-11-12 -- <a href="http://jimey.com/2008/11/12/2-machines.html" title="2台机器">2台机器</a> (0)</li><li>2008-08-29 -- <a href="http://jimey.com/2008/08/29/sheng-seng-and-his-daughter-was-beautiful.html" title="圣僧,女儿美不美？">圣僧,女儿美不美？</a> (0)</li><li>2008-08-27 -- <a href="http://jimey.com/2008/08/27/%e3%80%90zhuantie%e3%80%91-halo-my-buddies-have-been-using-the-machine-generated-paper-conference-accept-the-domestic-ei.html" title="【转帖】晕！我哥们用机器生成的Paper被国内EI会议Accept了">【转帖】晕！我哥们用机器生成的Paper被国内EI会议Accept了</a> (0)</li><li>2010-03-29 -- <a href="http://jimey.com/2010/03/29/the-subversion-of-traditional.html" title="传统的颠覆">传统的颠覆</a> (6)</li><li>2009-10-14 -- <a href="http://jimey.com/2009/10/14/paper-a-practical-scalable-distributed-b-tree.html" title="Paper: A practical scalable distributed B-tree">Paper: A practical scalable distributed B-tree</a> (0)</li><li>2008-10-04 -- <a href="http://jimey.com/2008/10/04/the-weather-has-finally-turned-fine.html" title="天气终于转晴">天气终于转晴</a> (2)</li><li>2009-09-13 -- <a href="http://jimey.com/2009/09/13/come-to-south-korea-four-years-and-four-days.html" title="来韩国4年零4天">来韩国4年零4天</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://jimey.com/2008/08/01/qualnet-4-5-installation.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[ZT]Big Growth for the Internet to Continue, Cisco Predicts</title>
		<link>http://jimey.com/2008/07/10/zt-big-growth-for-the-internet-to-continue-cisco-predicts.html</link>
		<comments>http://jimey.com/2008/07/10/zt-big-growth-for-the-internet-to-continue-cisco-predicts.html#comments</comments>
		<pubDate>Mon, 29 Nov 1999 16:00:00 +0000</pubDate>
		<dc:creator>jimey</dc:creator>
				<category><![CDATA[NetWork]]></category>

		<guid isPermaLink="false">http://jimey.s216.sureserver.com/blog/index.php/2008/07/10/ztbig-growth-for-the-internet-to-continue-cisco-predicts/</guid>
		<description><![CDATA[Cisco Systems, the San Jose, Calif.-based company that makes a living selling plumbing for the Internet (amongst other things), has come out with a prediction: Traffic on the world???s networks will increase 46 percent from 2007 to 2012, nearly doubling every two years. As a result, there will be an annual bandwidth demand of approximately [...... ]]></description>
			<content:encoded><![CDATA[<div></div>
<p><img src="http://www.gigaomnimedia.com/images/cable-capacity.jpg" />
</p>
<p>Cisco Systems, the San Jose, Calif.-based company that makes a living selling plumbing for the Internet (amongst other things), <a href="http://newsroom.cisco.com/dlls/2008/prod_061608b.html"><font color="#3080cb">has come out with a prediction</font></a>: Traffic on the world???s networks will increase 46 percent from 2007 to 2012, nearly doubling every two years. As a result, there will be an annual bandwidth demand of approximately 522 exabytes2, or more than half a zettabyte.
</p>
<p>If these kinds of predictions remind you of the wild-and-wooly claims made by folks like MCI and WorldCom in the early days of Internet 1.0, relax ???- these numbers aren’t that bad. And I would normally douse them with the cold water of skepticism, except that my dear friend, Andrew Odlyzko, who was the first one to spot the con in WorldCon???s traffic bunkum and <a href="http://www.dtc.umn.edu/mints/home.html"><font color="#3080cb">has been tracking the growth of Internet traffic</font></a>, says he expects, overall, an annual growth rate of some 50 percent to 60 percent.
</p>
<p>That???s why I’m happy to take Cisco???s study and its newly announced Visual Networking Index (VNI) seriously. Cisco???s data is actually important to note, especially in the light of the recent <a href="http://gigaom.com/2008/06/02/time-warner-cable-broadband-tiers-lead-to-fears/"><font color="#3080cb">tiered/metered broadband moves by U.S. carriers</font></a> and their demagogy about bandwidth consumption.
</p>
<p>Anyway, some interesting findings from Cisco include:</p>
<ul>
<li>Global IP traffic will reach 44 exabytes per month in 2012, compared to less than seven per month in 2007. In 2002, global IP traffic was five exabytes, which means that the volume of IP traffic in 2012 will be 100 times as large.
</li>
<li>Monthly global IP traffic in December 2012 will be 11 exabytes higher than in December 2011, a single-year increase that will exceed the amount by which traffic has increased in the eight years since 2000.
</li>
<li>Mobile data traffic will roughly double each year from 2008 through 2012. U.S. will surpass Japan in mobile traffic in 2009. (I guess thanks to the iPhone.)
</li>
<li>In 2012, Internet video traffic alone will be 400 times the traffic carried by the U.S. Internet backbone in 2000. Representative of this trend, Internet video has jumped to 22 percent of the global consumer Internet traffic in 2007 from 12 percent in 2006. Video-on-demand, IPTV, peer-to-peer (P2P) video, and Internet video are forecast to account for nearly 90 percent of all consumer IP traffic in 2012. </li>
</ul>
<p>My own observation with regards to all these developments is the continuous <a href="http://gigaom.com/2008/05/20/oecd-us-largest-if-not-the-fastest-broadband-market/"><font color="#3080cb">contribution of</font></a> new economies -??? China, Brazil, Russia, India, Eastern Europe and the new Nordic nations. <a href="http://gigaom.com/2008/05/25/around-the-world-dsl-speeds-prices-go-up/"><font color="#3080cb">A growing number of</font></a> subscribers and their usage of broadband and mobile broadband is slowly pushing up the demand for bandwidth, which has lead to a huge spurt in the traffic <a href="http://gigaom.com/2007/03/27/trans-pacific-optical-cable/"><font color="#3080cb">on regional and international backbones</font></a>. New fiber construction to support the growth in traffic also bolsters Cisco???s claims.
</p>
<p>China has already passed the U.S. as the world???s largest broadband and mobile market. India is getting there. VeriSign, a Mountain View, Calif.-based company that’s a major player in business domain names, notes that India now has about 41 million Internet users, making it the eight-largest Internet country. Cisco notes that Internet traffic is growing fastest in Latin America, followed by Western Europe and the Asia-Pacific region, and says that’s likely to be the case through 2012. It kind of makes sense — after years and years of U.S. domination, Internet traffic is beginning to act in a more global fashion.<img src="http://gigaom.files.wordpress.com/2008/06/iptraffic.gif" /></p>
<h3  class="related_post_title">无关博文</h3><ul class="related_post"><li>2008-11-12 -- <a href="http://jimey.com/2008/11/12/there-yigu-guilt.html" title="又有一股罪恶感">又有一股罪恶感</a> (4)</li><li>2008-08-31 -- <a href="http://jimey.com/2008/08/31/weekend.html" title="周末">周末</a> (0)</li><li>2008-12-21 -- <a href="http://jimey.com/2008/12/21/home-live-com-new-status.html" title="home.live.com新状况">home.live.com新状况</a> (0)</li><li>2008-12-04 -- <a href="http://jimey.com/2008/12/04/a-taste-of-magic-the-first-apps-we-show-new-users-u0026amp-top-10-semantic-web-products-of-2008.html" title="A Taste of Magic: The First Apps We Show New Users &amp;Top 10 Semantic Web Products of 2008">A Taste of Magic: The First Apps We Show New Users &amp;Top 10 Semantic Web Products of 2008</a> (0)</li><li>2007-11-23 -- <a href="http://jimey.com/2007/11/23/dict-tcl-install.html" title="dict.TCL.install">dict.TCL.install</a> (0)</li><li>2008-09-06 -- <a href="http://jimey.com/2008/09/06/is-pig-the-right-platform-for-your-scenario.html" title="Is Pig the right platform for your scenario?">Is Pig the right platform for your scenario?</a> (0)</li><li>2009-02-24 -- <a href="http://jimey.com/2009/02/24/the-multi-principal-os-construction-of-the-gazelle-web-browser.html" title="The Multi-Principal OS Construction of the Gazelle Web Browser">The Multi-Principal OS Construction of the Gazelle Web Browser</a> (0)</li><li>2009-02-12 -- <a href="http://jimey.com/2009/02/12/reading.html" title="看书">看书</a> (0)</li><li>2009-11-13 -- <a href="http://jimey.com/2009/11/13/can-be-said-that-three-weeks-never-left-the-school-within-a-radius-of-100-meters.html" title="可以说是三周没离开过学校方圆100米内">可以说是三周没离开过学校方圆100米内</a> (4)</li><li>2009-02-14 -- <a href="http://jimey.com/2009/02/14/%e2%95%ae-%e2%95%af-_-%e2%95%b0-%e2%95%ad.html" title="╮(╯_╰)╭">╮(╯_╰)╭</a> (0)</li><li>2008-08-25 -- <a href="http://jimey.com/2008/08/25/recommend-a-free-anti-virus-software-%ec%95%8c%ec%95%bd.html" title="推荐一款免费杀毒软件알약">推荐一款免费杀毒软件알약</a> (0)</li><li>2008-08-11 -- <a href="http://jimey.com/2008/08/11/talented-too-much.html" title="有才的太多了">有才的太多了</a> (1)</li><li>2008-12-06 -- <a href="http://jimey.com/2008/12/06/install-qt-on-ubuntu.html" title="Install QT On Ubuntu">Install QT On Ubuntu</a> (0)</li><li>2009-10-23 -- <a href="http://jimey.com/2009/10/23/feedsky-feed-plug-in-plug-in-will-lead-to-failure-of-task-execution-wp-booking.html" title="Feedsky Feed 插件插件会导致wp的预订任务执行失败">Feedsky Feed 插件插件会导致wp的预订任务执行失败</a> (0)</li><li>2009-02-12 -- <a href="http://jimey.com/2009/02/12/a-friendu002639s-buddy-biede.html" title="一朋友的哥们憋得">一朋友的哥们憋得</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://jimey.com/2008/07/10/zt-big-growth-for-the-internet-to-continue-cisco-predicts.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
