You cannot post messages because only members can post, and you are not currently a member.
Description:
This group is dedicated to users of the ns-3 software: all questions related to the use of simulation scripts for ns-3, and/or the development of new models for ns-3 are welcome.
|
|
|
extract packet's header
|
| |
Dear All, I made some modification in the UdpHeader.h , that if I have packet P then I can say p.data = "xx.." . and my question is how can I read this data at the received packet, because the header is part of the packet and this inserted data is part of the header, so to read the data in the header should be possible... more »
|
|
FTP application
|
| |
Hi all,
has anyone a scenario where all nodes run FTP applications to generate TCP
flows?
If yes, please send me. I haven't found this kind of example.
-- Nadilma Nunes.
|
|
Read Header
|
| |
Dear All, I would like to ask how can I read the header in the received packet I am using UdpHeader thanks a lot
|
|
HWMP PREQ problem/bug?
|
| |
Dear all,
I'm simulating a mesh network on NS-3.13.
However, I notice a weird behavior regarding the PREQ frames.
According to IEEE 802.11s amendment (final, 10th sept 2011): to use HWMP
in PROACTIVE mode, a root must be set and send PREQ frames to the STAs
(11C.9.4). To use HWMP in REACTIVE mode, a root is not mandatory, but a... more »
|
|
Creating a TcpSocket using a method similar to CreateSocket
|
| |
Hi,
I am currently performing simulations where I create a socket using
sockets = Socket::CreateSocket (n, TcpSocketFactory::GetTypeId ())
where n is of type Ptr<Node>. I would like the variable socket to be
of type Ptr<TcpSocket> rather than Ptr<Socket>. I would like to know
the procedure to create a socket of type Ptr<TcpSocket> rather than... more »
|
|
Add data to packet
|
| |
Dear All, I would like to ask how can man add data like string name to the packet in ns3 I want to create the packet and add a specific data to it thanks a lot
|
|
Wireless broadcast
|
| |
I have a Vanet scenario in which 451 nodes have to send packet every
0.1 seconds in a broadcast way. The problem is how to generate
broadcast traffic!!! I've tried to use OnOffApplication
for(int i=0; i<1; i++)
{
OnOffHelper onoff ("ns3::UdpSocketFactory",Addre ss
(InetSocketAddress (Ipv4Address ("255.255.255.255"), 80)));... more »
|
|
|