23 #include "ns3/arp-l3-protocol.h"
24 #include "ns3/assert.h"
25 #include "ns3/callback.h"
26 #include "ns3/config.h"
27 #include "ns3/core-config.h"
28 #include "ns3/global-router-interface.h"
29 #include "ns3/icmpv6-l4-protocol.h"
30 #include "ns3/ipv4-global-routing-helper.h"
31 #include "ns3/ipv4-global-routing.h"
32 #include "ns3/ipv4-list-routing-helper.h"
33 #include "ns3/ipv4-static-routing-helper.h"
35 #include "ns3/ipv6-extension-demux.h"
36 #include "ns3/ipv6-extension-header.h"
37 #include "ns3/ipv6-extension.h"
38 #include "ns3/ipv6-static-routing-helper.h"
41 #include "ns3/names.h"
42 #include "ns3/net-device.h"
43 #include "ns3/node-list.h"
45 #include "ns3/object.h"
46 #include "ns3/packet-socket-factory.h"
47 #include "ns3/simulator.h"
48 #include "ns3/string.h"
49 #include "ns3/traffic-control-layer.h"
67 #define INTERFACE_CONTEXT
95 typedef std::map<InterfacePairIpv4, Ptr<PcapFileWrapper>>
97 typedef std::map<InterfacePairIpv4, Ptr<OutputStreamWrapper>>
106 typedef std::map<InterfacePairIpv6, Ptr<PcapFileWrapper>>
108 typedef std::map<InterfacePairIpv6, Ptr<OutputStreamWrapper>>
117 : m_routing(nullptr),
118 m_routingv6(nullptr),
121 m_ipv4ArpJitterEnabled(true),
122 m_ipv6NsRsJitterEnabled(true)
132 SetTcp(
"ns3::TcpL4Protocol");
137 listRouting.
Add(staticRouting, 0);
138 listRouting.
Add(globalRouting, -10);
227 int64_t currentStream = stream;
237 currentStream += gr->AssignStreams(currentStream);
253 currentStream += arpL3Protocol->AssignStreams(currentStream);
260 if (icmpv6L4Protocol)
262 currentStream += icmpv6L4Protocol->AssignStreams(currentStream);
266 return (currentStream - stream);
307 "an InternetStack to a node with an existing Ipv4 object");
318 arp->SetAttribute(
"RequestJitter",
319 StringValue(
"ns3::ConstantRandomVariable[Constant=0.0]"));
324 ipv4->SetRoutingProtocol(ipv4Routing);
333 "an InternetStack to a node with an existing Ipv6 object");
343 icmpv6l4->SetAttribute(
"SolicitationJitter",
344 StringValue(
"ns3::ConstantRandomVariable[Constant=0.0]"));
349 ipv6->SetRoutingProtocol(ipv6Routing);
352 ipv6->RegisterExtensions();
353 ipv6->RegisterOptions();
371 arp->SetTrafficControl(tc);
378 Ptr<Node> node = Names::Find<Node>(nodeName);
402 NS_LOG_INFO(
"Ignoring packet to/from interface " << interface);
417 if ((*i).first.first == ipv4->GetObject<
Node>()->
GetId())
429 bool explicitFilename)
435 NS_LOG_INFO(
"Call to enable Ipv4 pcap tracing but Ipv4 not enabled");
445 std::string filename;
446 if (explicitFilename)
469 "InternetStackHelper::EnablePcapIpv4Internal(): "
470 "m_ipv4Enabled and ipv4L3Protocol inconsistent");
475 "InternetStackHelper::EnablePcapIpv4Internal(): "
476 "Unable to connect ipv4L3Protocol \"Tx\"");
481 "InternetStackHelper::EnablePcapIpv4Internal(): "
482 "Unable to connect ipv4L3Protocol \"Rx\"");
508 NS_LOG_INFO(
"Ignoring packet to/from interface " << interface);
523 if ((*i).first.first == ipv6->GetObject<
Node>()->
GetId())
535 bool explicitFilename)
541 NS_LOG_INFO(
"Call to enable Ipv6 pcap tracing but Ipv6 not enabled");
551 std::string filename;
552 if (explicitFilename)
575 "InternetStackHelper::EnablePcapIpv6Internal(): "
576 "m_ipv6Enabled and ipv6L3Protocol inconsistent");
581 "InternetStackHelper::EnablePcapIpv6Internal(): "
582 "Unable to connect ipv6L3Protocol \"Tx\"");
587 "InternetStackHelper::EnablePcapIpv6Internal(): "
588 "Unable to connect ipv6L3Protocol \"Rx\"");
620 NS_LOG_INFO(
"Ignoring packet to/from interface " << interface);
646 NS_LOG_INFO(
"Ignoring packet to/from interface " << interface);
668 NS_LOG_INFO(
"Ignoring packet to/from interface " << interface);
703 NS_LOG_INFO(
"Ignoring packet to/from interface " << interface);
709 #ifdef INTERFACE_CONTEXT
711 <<
interface << ") " << *p << std::endl;
736 NS_LOG_INFO(
"Ignoring packet to/from interface " << interface);
740 #ifdef INTERFACE_CONTEXT
742 <<
interface << ") " << *packet << std::endl;
745 << *packet << std::endl;
767 NS_LOG_INFO(
"Ignoring packet to/from interface " << interface);
771 #ifdef INTERFACE_CONTEXT
773 <<
interface << ") " << *packet << std::endl;
776 << *packet << std::endl;
787 if ((*i).first.first == ipv4->GetObject<
Node>()->
GetId())
800 bool explicitFilename)
804 NS_LOG_INFO(
"Call to enable Ipv4 ascii tracing but Ipv4 not enabled");
833 std::string filename;
834 if (explicitFilename)
872 "InternetStackHelper::EnableAsciiIpv4Internal(): "
873 "Unable to connect ipv4L3Protocol \"Drop\"");
874 result = ipv4L3Protocol->TraceConnectWithoutContext(
878 "InternetStackHelper::EnableAsciiIpv4Internal(): "
879 "Unable to connect ipv4L3Protocol \"Tx\"");
880 result = ipv4L3Protocol->TraceConnectWithoutContext(
884 "InternetStackHelper::EnableAsciiIpv4Internal(): "
885 "Unable to connect ipv4L3Protocol \"Rx\"");
908 std::ostringstream oss;
916 oss <<
"/NodeList/" << node->
GetId() <<
"/$ns3::ArpL3Protocol/Drop";
925 oss <<
"/NodeList/" << node->
GetId() <<
"/$ns3::Ipv4L3Protocol/Drop";
928 oss <<
"/NodeList/" << node->
GetId() <<
"/$ns3::Ipv4L3Protocol/Tx";
931 oss <<
"/NodeList/" << node->
GetId() <<
"/$ns3::Ipv4L3Protocol/Rx";
964 NS_LOG_INFO(
"Ignoring packet to/from interface " << interface);
989 NS_LOG_INFO(
"Ignoring packet to/from interface " << interface);
1012 NS_LOG_INFO(
"Ignoring packet to/from interface " << interface);
1031 std::string context,
1047 NS_LOG_INFO(
"Ignoring packet to/from interface " << interface);
1053 #ifdef INTERFACE_CONTEXT
1055 <<
interface << ") " << *p << std::endl;
1072 std::string context,
1080 NS_LOG_INFO(
"Ignoring packet to/from interface " << interface);
1084 #ifdef INTERFACE_CONTEXT
1086 <<
interface << ") " << *packet << std::endl;
1089 << *packet << std::endl;
1103 std::string context,
1111 NS_LOG_INFO(
"Ignoring packet to/from interface " << interface);
1115 #ifdef INTERFACE_CONTEXT
1117 <<
interface << ") " << *packet << std::endl;
1120 << *packet << std::endl;
1131 if ((*i).first.first == ipv6->GetObject<
Node>()->
GetId())
1144 bool explicitFilename)
1148 NS_LOG_INFO(
"Call to enable Ipv6 ascii tracing but Ipv6 not enabled");
1177 std::string filename;
1178 if (explicitFilename)
1202 bool result = ipv6L3Protocol->TraceConnectWithoutContext(
1206 "InternetStackHelper::EnableAsciiIpv6Internal(): "
1207 "Unable to connect ipv6L3Protocol \"Drop\"");
1208 result = ipv6L3Protocol->TraceConnectWithoutContext(
1212 "InternetStackHelper::EnableAsciiIpv6Internal(): "
1213 "Unable to connect ipv6L3Protocol \"Tx\"");
1214 result = ipv6L3Protocol->TraceConnectWithoutContext(
1218 "InternetStackHelper::EnableAsciiIpv6Internal(): "
1219 "Unable to connect ipv6L3Protocol \"Rx\"");
1242 std::ostringstream oss;
1245 oss <<
"/NodeList/" << node->
GetId() <<
"/$ns3::Ipv6L3Protocol/Drop";
1248 oss <<
"/NodeList/" << node->
GetId() <<
"/$ns3::Ipv6L3Protocol/Tx";
1251 oss <<
"/NodeList/" << node->
GetId() <<
"/$ns3::Ipv6L3Protocol/Rx";
An implementation of the ARP protocol.
Manage ASCII trace files for device models.
void HookDefaultDropSinkWithoutContext(Ptr< T > object, std::string traceName, Ptr< OutputStreamWrapper > stream)
Hook a trace source to the default drop operation trace sink that does not accept nor log a trace con...
static void DefaultDropSinkWithContext(Ptr< OutputStreamWrapper > file, std::string context, Ptr< const Packet > p)
Basic Drop default trace sink.
std::string GetFilenameFromInterfacePair(std::string prefix, Ptr< Object > object, uint32_t interface, bool useObjectNames=true)
Let the ascii trace helper figure out a reasonable filename to use for an ascii trace file associated...
Ptr< OutputStreamWrapper > CreateFileStream(std::string filename, std::ios::openmode filemode=std::ios::out)
Create and initialize an output stream object we'll use to write the traced bits.
An interface aggregated to a node to provide global routing info.
An implementation of the ICMPv6 protocol.
aggregate IP/TCP/UDP functionality to existing Nodes.
void EnablePcapIpv6Internal(std::string prefix, Ptr< Ipv6 > ipv6, uint32_t interface, bool explicitFilename) override
Enable pcap output the indicated Ipv6 and interface pair.
void SetIpv4StackInstall(bool enable)
Enable/disable IPv4 stack install.
void Install(std::string nodeName) const
Aggregate implementations of the ns3::Ipv4, ns3::Ipv6, ns3::Udp, and ns3::Tcp classes onto the provid...
void SetIpv4ArpJitter(bool enable)
Enable/disable IPv4 ARP Jitter.
void EnableAsciiIpv4Internal(Ptr< OutputStreamWrapper > stream, std::string prefix, Ptr< Ipv4 > ipv4, uint32_t interface, bool explicitFilename) override
Enable ascii trace output on the indicated Ipv4 and interface pair.
bool m_ipv6Enabled
IPv6 install state (enabled/disabled) ?
void SetRoutingHelper(const Ipv4RoutingHelper &routing)
bool m_ipv6NsRsJitterEnabled
IPv6 IPv6 NS and RS Jitter state (enabled/disabled) ?
bool AsciiHooked(Ptr< Ipv4 > ipv4)
checks if there is an hook to an ascii output stream
bool m_ipv4Enabled
IPv4 install state (enabled/disabled) ?
const Ipv4RoutingHelper * m_routing
IPv4 routing helper.
void InstallAll() const
Aggregate IPv4, IPv6, UDP, and TCP stacks to all nodes in the simulation.
void SetIpv6StackInstall(bool enable)
Enable/disable IPv6 stack install.
int64_t AssignStreams(NodeContainer c, int64_t stream)
Assign a fixed random variable stream number to the random variables used by this model.
static void CreateAndAggregateObjectFromTypeId(Ptr< Node > node, const std::string typeId)
create an object from its TypeId and aggregates it to the node
void Initialize()
Initialize the helper to its default values.
ObjectFactory m_tcpFactory
TCP objects factory.
void SetIpv6NsRsJitter(bool enable)
Enable/disable IPv6 NS and RS Jitter.
bool PcapHooked(Ptr< Ipv4 > ipv4)
checks if there is an hook to a Pcap wrapper
void EnablePcapIpv4Internal(std::string prefix, Ptr< Ipv4 > ipv4, uint32_t interface, bool explicitFilename) override
Enable pcap output the indicated Ipv4 and interface pair.
bool m_ipv4ArpJitterEnabled
IPv4 ARP Jitter state (enabled/disabled) ?
const Ipv6RoutingHelper * m_routingv6
IPv6 routing helper.
InternetStackHelper & operator=(const InternetStackHelper &o)
Copy constructor.
InternetStackHelper()
Create a new InternetStackHelper which uses a mix of static routing and global routing by default.
void SetTcp(std::string tid)
set the Tcp stack which will not need any other parameter.
void Reset()
Return helper internal state to that of a newly constructed one.
~InternetStackHelper() override
Destroy the InternetStackHelper.
void EnableAsciiIpv6Internal(Ptr< OutputStreamWrapper > stream, std::string prefix, Ptr< Ipv6 > ipv6, uint32_t interface, bool explicitFilename) override
Enable ascii trace output on the indicated Ipv6 and interface pair.
Helper class that adds ns3::Ipv4GlobalRouting objects.
Access to the IPv4 forwarding table, interfaces, and configuration.
Implement the IPv4 layer.
DropReason
Reason why a packet has been dropped.
Helper class that adds ns3::Ipv4ListRouting objects.
void Add(const Ipv4RoutingHelper &routing, int16_t priority)
a factory to create ns3::Ipv4RoutingProtocol objects
virtual Ipv4RoutingHelper * Copy() const =0
virtual constructor
virtual Ptr< Ipv4RoutingProtocol > Create(Ptr< Node > node) const =0
Helper class that adds ns3::Ipv4StaticRouting objects.
Demultiplexes IPv6 extensions.
static const uint8_t EXT_NUMBER
Fragmentation extension number.
int64_t AssignStreams(int64_t stream)
Assign a fixed random variable stream number to the random variables used by this model.
Access to the IPv6 forwarding table, interfaces, and configuration.
IPv6 layer implementation.
DropReason
Reason why a packet has been dropped.
A factory to create ns3::Ipv6RoutingProtocol objects.
virtual Ipv6RoutingHelper * Copy() const =0
virtual constructor
virtual Ptr< Ipv6RoutingProtocol > Create(Ptr< Node > node) const =0
Helper class that adds ns3::Ipv6StaticRouting objects.
keep track of a set of node pointers.
Iterator End() const
Get an iterator which indicates past-the-last Node in the container.
static NodeContainer GetGlobal()
Create a NodeContainer that contains a list of all nodes created through NodeContainer::Create() and ...
std::vector< Ptr< Node > >::const_iterator Iterator
Node container iterator.
Iterator Begin() const
Get an iterator which refers to the first Node in the container.
bool TraceConnectWithoutContext(std::string name, const CallbackBase &cb)
Connect a TraceSource to a Callback without a context.
Instantiate subclasses of ns3::Object.
Ptr< Object > Create() const
Create an Object instance of the configured TypeId.
void SetTypeId(TypeId tid)
Set the TypeId of the Objects to be created by this factory.
A base class which provides memory management and object aggregation.
Ptr< T > GetObject() const
Get a pointer to the requested aggregated Object.
void AggregateObject(Ptr< Object > other)
Aggregate two Objects together.
std::ostream * GetStream()
Return a pointer to an ostream previously set in the wrapper.
void AddHeader(const Header &header)
Add header to this packet.
Ptr< Packet > Copy() const
performs a COW copy of the packet.
static void EnablePrinting()
Enable printing packets metadata.
Manage pcap files for device models.
Ptr< PcapFileWrapper > CreateFile(std::string filename, std::ios::openmode filemode, DataLinkType dataLinkType, uint32_t snapLen=std::numeric_limits< uint32_t >::max(), int32_t tzCorrection=0)
Create and initialize a pcap file.
std::string GetFilenameFromInterfacePair(std::string prefix, Ptr< Object > object, uint32_t interface, bool useObjectNames=true)
Let the pcap helper figure out a reasonable filename to use for the pcap file associated with a node.
static Time Now()
Return the current simulation virtual time.
Hold variables of type string.
double GetSeconds() const
Get an approximation of the time stored in this instance in the indicated unit.
The Traffic Control layer aims at introducing an equivalent of the Linux Traffic Control infrastructu...
#define NS_ASSERT(condition)
At runtime, in debugging builds, if this condition is not true, the program prints the source file,...
#define NS_ASSERT_MSG(condition, message)
At runtime, in debugging builds, if this condition is not true, the program prints the message to out...
void Connect(std::string path, const CallbackBase &cb)
#define NS_FATAL_ERROR(msg)
Report a fatal error with a message and terminate.
#define NS_LOG_COMPONENT_DEFINE(name)
Define a Log component with a specific name.
#define NS_LOG_FUNCTION(parameters)
If log level LOG_FUNCTION is enabled, this macro will output all input parameters separated by ",...
#define NS_LOG_INFO(msg)
Use NS_LOG to output a message of level LOG_INFO.
auto MakeBoundCallback(R(*fnPtr)(Args...), BArgs &&... bargs)
Make Callbacks with varying number of bound arguments.
Every class exported by the ns3 library is enclosed in the ns3 namespace.
static void Ipv6L3ProtocolDropSinkWithContext(Ptr< OutputStreamWrapper > stream, std::string context, const Ipv6Header &header, Ptr< const Packet > packet, Ipv6L3Protocol::DropReason reason, Ptr< Ipv6 > ipv6, uint32_t interface)
Sync function for IPv6 dropped packet - Ascii output.
static void Ipv4L3ProtocolDropSinkWithContext(Ptr< OutputStreamWrapper > stream, std::string context, const Ipv4Header &header, Ptr< const Packet > packet, Ipv4L3Protocol::DropReason reason, Ptr< Ipv4 > ipv4, uint32_t interface)
Sync function for IPv4 dropped packet - Ascii output.
Callback< R, Args... > MakeCallback(R(T::*memPtr)(Args...), OBJ objPtr)
Build Callbacks for class method members which take varying numbers of arguments and potentially retu...
static void Ipv6L3ProtocolRxTxSink(Ptr< const Packet > p, Ptr< Ipv6 > ipv6, uint32_t interface)
Sync function for IPv6 packet - Pcap output.
std::map< InterfacePairIpv4, Ptr< OutputStreamWrapper > > InterfaceStreamMapIpv4
Ipv4/interface and output stream container.
static void Ipv4L3ProtocolRxTxSink(Ptr< const Packet > p, Ptr< Ipv4 > ipv4, uint32_t interface)
Sync function for IPv4 packet - Pcap output.
static void Ipv6L3ProtocolRxSinkWithContext(Ptr< OutputStreamWrapper > stream, std::string context, Ptr< const Packet > packet, Ptr< Ipv6 > ipv6, uint32_t interface)
Sync function for IPv6 received packet - Ascii output.
std::map< InterfacePairIpv6, Ptr< OutputStreamWrapper > > InterfaceStreamMapIpv6
Ipv6/interface and output stream container.
static InterfaceStreamMapIpv6 g_interfaceStreamMapIpv6
A mapping of Ipv6/interface pairs to pcap files.
std::map< InterfacePairIpv6, Ptr< PcapFileWrapper > > InterfaceFileMapIpv6
Ipv6/interface and Pcap file wrapper container.
std::pair< uint32_t, uint32_t > InterfacePairIpv6
Ipv6/interface pair.
static void Ipv4L3ProtocolRxSinkWithContext(Ptr< OutputStreamWrapper > stream, std::string context, Ptr< const Packet > packet, Ptr< Ipv4 > ipv4, uint32_t interface)
Sync function for IPv4 received packet - Ascii output.
static void Ipv6L3ProtocolTxSinkWithContext(Ptr< OutputStreamWrapper > stream, std::string context, Ptr< const Packet > packet, Ptr< Ipv6 > ipv6, uint32_t interface)
Sync function for IPv6 transmitted packet - Ascii output.
std::map< InterfacePairIpv4, Ptr< PcapFileWrapper > > InterfaceFileMapIpv4
Ipv4/interface and Pcap file wrapper container.
static void Ipv4L3ProtocolRxSinkWithoutContext(Ptr< OutputStreamWrapper > stream, Ptr< const Packet > packet, Ptr< Ipv4 > ipv4, uint32_t interface)
Sync function for IPv4 received packet - Ascii output.
std::pair< uint32_t, uint32_t > InterfacePairIpv4
Ipv4/interface pair.
static InterfaceFileMapIpv4 g_interfaceFileMapIpv4
A mapping of Ipv4/interface pairs to pcap files.
static InterfaceStreamMapIpv4 g_interfaceStreamMapIpv4
A mapping of Ipv4/interface pairs to ascii streams.
static void Ipv4L3ProtocolDropSinkWithoutContext(Ptr< OutputStreamWrapper > stream, const Ipv4Header &header, Ptr< const Packet > packet, Ipv4L3Protocol::DropReason reason, Ptr< Ipv4 > ipv4, uint32_t interface)
Sync function for IPv4 dropped packet - Ascii output.
static void Ipv4L3ProtocolTxSinkWithoutContext(Ptr< OutputStreamWrapper > stream, Ptr< const Packet > packet, Ptr< Ipv4 > ipv4, uint32_t interface)
Sync function for IPv4 transmitted packet - Ascii output.
static InterfaceFileMapIpv6 g_interfaceFileMapIpv6
A mapping of Ipv6/interface pairs to pcap files.
static void Ipv4L3ProtocolTxSinkWithContext(Ptr< OutputStreamWrapper > stream, std::string context, Ptr< const Packet > packet, Ptr< Ipv4 > ipv4, uint32_t interface)
Sync function for IPv4 transmitted packet - Ascii output.
static void Ipv6L3ProtocolRxSinkWithoutContext(Ptr< OutputStreamWrapper > stream, Ptr< const Packet > packet, Ptr< Ipv6 > ipv6, uint32_t interface)
Sync function for IPv6 received packet - Ascii output.
static void Ipv6L3ProtocolTxSinkWithoutContext(Ptr< OutputStreamWrapper > stream, Ptr< const Packet > packet, Ptr< Ipv6 > ipv6, uint32_t interface)
Sync function for IPv6 transmitted packet - Ascii output.
static void Ipv6L3ProtocolDropSinkWithoutContext(Ptr< OutputStreamWrapper > stream, const Ipv6Header &header, Ptr< const Packet > packet, Ipv6L3Protocol::DropReason reason, Ptr< Ipv6 > ipv6, uint32_t interface)
Sync function for IPv6 dropped packet - Ascii output.