问题标签 [ns-3]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
1823 浏览

networking - ns-3 源代码

ns-3 用户!我是 ns-3 的新手,请帮助我在这里理解一些东西:http: //code.nsnam.org/ns-3-dev/file/tip/examples/wireless/wifi-simple-adhoc-grid.cc

我在这里无法理解某些内容(从 209 到 217 的行):

这里发生了什么?仅供参考:附加代码。

请帮我!谢谢你们!:)

0 投票
1 回答
353 浏览

network-programming - 如何设置/获取 ns-3 模型中数据包碎片所花费的时间?

如果我通过多个子网传输数据包,这些子网在路由器上具有不同的 MTU,它可能会被分段。如何获取或设置 ns-3 模型中每个碎片操作所花费的时间?我需要知道这一点来计算速度。

0 投票
1 回答
1748 浏览

c++ - FlowMonitor 不显示统计信息,但 PyViz 和跟踪文件显示它

有一个简单的数据传输模型。

我可以构建并运行这个模型并在PyViz中查看结果。

在此处输入图像描述

同样在 PyViz 中,我看到了节点接收器的统计信息。

在此处输入图像描述

跟踪文件包含数据。这是大跟踪文件中的一行。

我可以使用AWK解析这个跟踪文件。

但是FlowMonitor没有任何显示,并且 xml 文件没有有用的信息。

可能是什么原因?

0 投票
1 回答
1621 浏览

wifi - NS-3 跟踪文件数据包 ID

我在 NS-3 中有一个简单的点对点 UDP WiFi 模拟,可将数据输出到跟踪文件。它提供了大量有用的数据,但没有信息可以为每个数据包提供唯一 ID。当我打开 pcap 文件时,我在wireshark 中也找不到任何东西。

我已将模拟结果输出到两个节点的 ascii 跟踪文件和 pcap 文件,但我找不到任何数据包标识符。我可以看到数据包的序列号,仅此而已。

我是 NS-3 的新手,所以我不确定如何生成这些信息。

这是跟踪文件的一些输出。

t 2.00082 /NodeList/0/DeviceList/0/$ns3::WifiNetDevice/Phy/State/Tx ns3::WifiMacHeader (DATA ToDS=0, FromDS=0, MoreFrag=0, Retry=0, MoreData=0 持续时间/ID =0usDA=ff:ff:ff:ff:ff:ff, SA=00:00:00:00:00:01, BSSID=00:00:00:00:00:01, FragNumber=0, SeqNumber=0 ) ns3::LlcSnapHeader (type 0x806) ns3::ArpHeader (request source mac: 00-06-00:00:00:00:00:01 source ipv4: 10.1.1.1 dest ipv4: 10.1.1.2) ns3::WifiMacTrailer ()

任何建议表示赞赏。

谢谢。

0 投票
2 回答
795 浏览

c++ - Variable sized packet

I am trying to define a packet whose length is determined during an ns-3 simulation (think of it as a packet sent on the downlink containing schedule information whose length depends on the number of nodes in the network which can join/leave the network during simulation). Does anyone have any idea how I could approach this?

0 投票
1 回答
268 浏览

udp - Ns-3 Distributed Coordination Function and Collision Avoidance

I am new to NS-3 and I have a UDP WiFi simulation that works fine. I need to expand my simulation by enabling Distributed Coordination Function with Collision Avoidance. Can someone please explain to me exactly how I modify my code to achieve this?

Thanks.

0 投票
1 回答
413 浏览

networking - Does NS-3 supports Mobile IPv6?

I have to simulate a few scenarios of network mobility (MIPv6). I was told to use NS-3, but I don't find any good information about it. Can anyone give me some lights about this? I just need to simulate a few simple scenarios of networks moving around... Thanks anyway.

0 投票
1 回答
238 浏览

ns2 - ns2中EnergyModel()中的l1和l2是什么意思

在 ns-2 的 EnergyModule() 方法中有参数l1l2我想知道级别的含义,为什么我们称它为有级别。以及设置它的目的是什么?

0 投票
3 回答
8879 浏览

ns-3 - 使用 NS3 实现简单 TCP

嗨,我是 NS3 的新手,我正在尝试修改 first.cc 以执行 TCP 而不是 UDP。我没有收到任何错误,但也没有发生数据交换。任何人都可以帮助我吗?〜〜非常感谢〜〜这是代码:主要是:

0 投票
1 回答
684 浏览

wifi - 在 wifi、NS3 中启用跟踪文件

如何在 NS3 中使用 WifiHelper 启用跟踪文件,类似于它的 lte 等价物:

我对 SINR 信息特别感兴趣。