原创 在ns-3中 允許和禁止例子的執行

在ns-3中 允許和禁止例子的執行 首先介紹一種最簡單允許 examples 和 tests的方法: $./waf configure --enab

原创 常用waf命令

常用waf命令 一、配置及編譯: $ ./waf  configure [option] $ ./waf 幫助:  $ ./waf --help 配

原创 NS-3中wifi傳輸中的常見模型

wifi傳輸中的常見模型 1.ErrorRateModel   http://www.nsnam.org/doxygen/classns3_1_1_

原创 NS-3中Config::Connect與Config::ConnectWithoutContext的區別

void ns3::Config::ConnectWithoutContext (std::string      path,const CallbackBase &cb ) This function

原创 NS-3 Module overview

  The ns-3 library is split across many modules organized under the Modules tab. aodvapplicationsbridg

原创 爲你的代碼增加日誌功能

  可以通過幾個宏調用日誌組件給仿真增加新的日誌功能。我們可以在scratch目錄中的myfirst.cc中做。 也許你還記得在腳本中我們已經定義過一個日誌組件:     NS_LOG_COMPONENT

原创 NS-3 Developers Overview

  Many users of ns-3 focus on using existing models to conduct simulations. However, when the existing

原创 NS-3中Modules not built: click openflow

 這不是安裝錯誤。NS-3採用模塊化的方式,需要什麼組件,引用相關的組件頭文件就行了。NS-3一般默認不安裝click、openflow組件,因爲很多人一般不用這兩個組件。

原创 NS-3中Ipv4Header說明

以下面爲例來解釋:ns3::Ipv4Header (tos 0x0 ttl 64 id 0 protocol 2 offset (bytes) 0 flags [none] length: 1220 19

原创 ns-3 GridPositionAllocator 屬性解釋

ns3::GridPositionAllocator 屬性解釋: Allocate positions on a rectangular 2d grid. 即把節點分配在一個矩形網格中。 網址:http:

原创 一個wif ad hoc的例子

#include <iostream> #include <string> #include "ns3/core-module.h" #include "ns3/network-module.h" #in

原创 WHAT IS NS-3

ns-3 is a discrete-event network simulator, targeted primarily for research and educational use. ns-3 is free software,

原创 NS-3 Develop Tools

To download, manage the source code history, track the bugs, build, and review patches, we use many tools that were no

原创 關於Anycast的介紹

  http://blog.csdn.net/stonee/article/details/581992

原创 三種循環的流程圖畫法總結 [轉]

轉自: http://www.cnblogs.com/greenteaone/archive/2010/08/24/1807500.html      C語言編程中常用的三種循環爲for(;;),while  和 do-while。