src/virtual-net-device/examples/virtual-net-device.cc
author Mitch Watrous
Mon, 13 Aug 2012 16:08:13 -0700
changeset 8966 060dba23e9bb
parent 7256 b04ba6772f8c
child 8996 d0e0a162a990
permissions -rw-r--r--
Replace src/application usage of RandomVariable with RandomVariableStream
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
     1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
     2
/*
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
     3
 * This program is free software; you can redistribute it and/or modify
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
     4
 * it under the terms of the GNU General Public License version 2 as
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
     5
 * published by the Free Software Foundation;
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
     6
 *
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
     7
 * This program is distributed in the hope that it will be useful,
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
     8
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
     9
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    10
 * GNU General Public License for more details.
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    11
 *
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    12
 * You should have received a copy of the GNU General Public License
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    13
 * along with this program; if not, write to the Free Software
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    14
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    15
 *
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    16
 * Based on simple-global-routing.cc
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    17
 */
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    18
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    19
// Network topology
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    20
//
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    21
//  n0
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    22
//     \ 5 Mb/s, 2ms
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    23
//      \          1.5Mb/s, 10ms
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    24
//       n2 -------------------------n3
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    25
//      /
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    26
//     / 5 Mb/s, 2ms
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    27
//   n1
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    28
//
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    29
// - all links are point-to-point links with indicated one-way BW/delay
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    30
// - CBR/UDP flows from n0 to n3, and from n3 to n1
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    31
// - FTP/TCP flow from n0 to n3, starting at time 1.2 to time 1.35 sec.
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    32
// - UDP packet size of 210 bytes, with per-packet interval 0.00375 sec.
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    33
//   (i.e., DataRate of 448,000 bps)
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    34
// - DropTail queues 
4542
5644bae99850 cleanup virtual netdevice example
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4541
diff changeset
    35
// - Tracing of queues and packet receptions to file "virtual-net-device.tr"
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    36
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    37
// Tunneling changes (relative to the simple-global-routing example):
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    38
// n0 will receive an extra virtual interface with address 11.0.0.1
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    39
// n1 will also receive an extra virtual interface with the same address 11.0.0.1
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    40
// n3 will receive an extra virtual interface with address 11.0.0.254
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    41
// The flows will be between 11.0.0.x (tunnel) addresses instead of 10.1.x.y ones
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    42
// n3 will decide, on a per-packet basis, via random number, whether to
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    43
// send the packet to n0 or to n1.
4542
5644bae99850 cleanup virtual netdevice example
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4541
diff changeset
    44
//
5644bae99850 cleanup virtual netdevice example
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4541
diff changeset
    45
// Note: here we create a tunnel where IP packets are tunneled over
5644bae99850 cleanup virtual netdevice example
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4541
diff changeset
    46
// UDP/IP, but tunneling directly IP-over-IP would also be possible;
5644bae99850 cleanup virtual netdevice example
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4541
diff changeset
    47
// see src/node/ipv4-raw-socket-factory.h.
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    48
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    49
#include <iostream>
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    50
#include <fstream>
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    51
#include <string>
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    52
#include <cassert>
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    53
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    54
#include "ns3/core-module.h"
6823
a27f86fb4e55 Merge node and common modules into new network module
Tom Henderson <tomh@tomh.org>
parents: 6821
diff changeset
    55
#include "ns3/network-module.h"
6848
1f453ad50ef3 Converts csma, emu, tap-bridge, point-to-point, wifi and wimax modules into modular format
Lalith Suresh <suresh.lalith@gmail.com>
parents: 6847
diff changeset
    56
#include "ns3/internet-module.h"
1f453ad50ef3 Converts csma, emu, tap-bridge, point-to-point, wifi and wimax modules into modular format
Lalith Suresh <suresh.lalith@gmail.com>
parents: 6847
diff changeset
    57
#include "ns3/point-to-point-module.h"
6847
138f00c56381 Move applications to a single module
Mitch Watrous <watrous@u.washington.edu>
parents: 6845
diff changeset
    58
#include "ns3/applications-module.h"
4541
e943b94bf523 Rename TapNetDevice to VirtualNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4538
diff changeset
    59
#include "ns3/virtual-net-device.h"
6649
f5413d463948 Missing ipv4-global-routing-helper.h include
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 6636
diff changeset
    60
#include "ns3/ipv4-global-routing-helper.h"
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    61
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    62
using namespace ns3;
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    63
4541
e943b94bf523 Rename TapNetDevice to VirtualNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4538
diff changeset
    64
NS_LOG_COMPONENT_DEFINE ("VirtualNetDeviceExample");
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    65
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    66
class Tunnel
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    67
{
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    68
  Ptr<Socket> m_n3Socket;
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    69
  Ptr<Socket> m_n0Socket;
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    70
  Ptr<Socket> m_n1Socket;
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    71
  Ipv4Address m_n3Address;
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    72
  Ipv4Address m_n0Address;
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    73
  Ipv4Address m_n1Address;
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    74
  UniformVariable m_rng;
4541
e943b94bf523 Rename TapNetDevice to VirtualNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4538
diff changeset
    75
  Ptr<VirtualNetDevice> m_n0Tap;
e943b94bf523 Rename TapNetDevice to VirtualNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4538
diff changeset
    76
  Ptr<VirtualNetDevice> m_n1Tap;
e943b94bf523 Rename TapNetDevice to VirtualNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4538
diff changeset
    77
  Ptr<VirtualNetDevice> m_n3Tap;
7193
04871cc0be94 virtual-net-device coding style changes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6865
diff changeset
    78
04871cc0be94 virtual-net-device coding style changes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6865
diff changeset
    79
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    80
  bool
4648
ea24d0fafd1e Fix the virtual-net-device.cc example; thanks Antti Mäkelä.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4616
diff changeset
    81
  N0VirtualSend (Ptr<Packet> packet, const Address& source, const Address& dest, uint16_t protocolNumber)
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    82
  {
4653
1d6962688009 More virtual-net-device.cc bug fixes
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4648
diff changeset
    83
    NS_LOG_DEBUG ("Send to " << m_n3Address << ": " << *packet);
4648
ea24d0fafd1e Fix the virtual-net-device.cc example; thanks Antti Mäkelä.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4616
diff changeset
    84
    m_n0Socket->SendTo (packet, 0, InetSocketAddress (m_n3Address, 667));
ea24d0fafd1e Fix the virtual-net-device.cc example; thanks Antti Mäkelä.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4616
diff changeset
    85
    return true;
ea24d0fafd1e Fix the virtual-net-device.cc example; thanks Antti Mäkelä.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4616
diff changeset
    86
  }
ea24d0fafd1e Fix the virtual-net-device.cc example; thanks Antti Mäkelä.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4616
diff changeset
    87
ea24d0fafd1e Fix the virtual-net-device.cc example; thanks Antti Mäkelä.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4616
diff changeset
    88
  bool
ea24d0fafd1e Fix the virtual-net-device.cc example; thanks Antti Mäkelä.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4616
diff changeset
    89
  N1VirtualSend (Ptr<Packet> packet, const Address& source, const Address& dest, uint16_t protocolNumber)
ea24d0fafd1e Fix the virtual-net-device.cc example; thanks Antti Mäkelä.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4616
diff changeset
    90
  {
4653
1d6962688009 More virtual-net-device.cc bug fixes
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4648
diff changeset
    91
    NS_LOG_DEBUG ("Send to " << m_n3Address << ": " << *packet);
4648
ea24d0fafd1e Fix the virtual-net-device.cc example; thanks Antti Mäkelä.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4616
diff changeset
    92
    m_n1Socket->SendTo (packet, 0, InetSocketAddress (m_n3Address, 667));
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    93
    return true;
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    94
  }
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    95
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    96
  bool
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    97
  N3VirtualSend (Ptr<Packet> packet, const Address& source, const Address& dest, uint16_t protocolNumber)
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    98
  {
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
    99
    if (m_rng.GetValue () < 0.25)
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   100
      {
4653
1d6962688009 More virtual-net-device.cc bug fixes
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4648
diff changeset
   101
        NS_LOG_DEBUG ("Send to " << m_n0Address << ": " << *packet);
4648
ea24d0fafd1e Fix the virtual-net-device.cc example; thanks Antti Mäkelä.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4616
diff changeset
   102
        m_n3Socket->SendTo (packet, 0, InetSocketAddress (m_n0Address, 667));
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   103
      }
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   104
    else 
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   105
      {
4653
1d6962688009 More virtual-net-device.cc bug fixes
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4648
diff changeset
   106
        NS_LOG_DEBUG ("Send to " << m_n1Address << ": " << *packet);
4648
ea24d0fafd1e Fix the virtual-net-device.cc example; thanks Antti Mäkelä.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4616
diff changeset
   107
        m_n3Socket->SendTo (packet, 0, InetSocketAddress (m_n1Address, 667));
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   108
      }
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   109
    return true;
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   110
  }
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   111
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   112
  void N3SocketRecv (Ptr<Socket> socket)
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   113
  {
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   114
    Ptr<Packet> packet = socket->Recv (65535, 0);
4653
1d6962688009 More virtual-net-device.cc bug fixes
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4648
diff changeset
   115
    NS_LOG_DEBUG ("N3SocketRecv: " << *packet);
4548
e883e2df59af Don't remove all tags, only the SocketAddressTag.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4547
diff changeset
   116
    SocketAddressTag socketAddressTag;
e883e2df59af Don't remove all tags, only the SocketAddressTag.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4547
diff changeset
   117
    packet->RemovePacketTag (socketAddressTag);
4545
8566a9f6725a VirtualNetDevice: Single Receive() (promisc. one); add trace sources to align better with CsmaNetDevice. Add SetAddress()
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4542
diff changeset
   118
    m_n3Tap->Receive (packet, 0x0800, m_n3Tap->GetAddress (), m_n3Tap->GetAddress (), NetDevice::PACKET_HOST);
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   119
  }
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   120
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   121
  void N0SocketRecv (Ptr<Socket> socket)
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   122
  {
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   123
    Ptr<Packet> packet = socket->Recv (65535, 0);
4653
1d6962688009 More virtual-net-device.cc bug fixes
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4648
diff changeset
   124
    NS_LOG_DEBUG ("N0SocketRecv: " << *packet);
4548
e883e2df59af Don't remove all tags, only the SocketAddressTag.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4547
diff changeset
   125
    SocketAddressTag socketAddressTag;
e883e2df59af Don't remove all tags, only the SocketAddressTag.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4547
diff changeset
   126
    packet->RemovePacketTag (socketAddressTag);
4545
8566a9f6725a VirtualNetDevice: Single Receive() (promisc. one); add trace sources to align better with CsmaNetDevice. Add SetAddress()
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4542
diff changeset
   127
    m_n0Tap->Receive (packet, 0x0800, m_n0Tap->GetAddress (), m_n0Tap->GetAddress (), NetDevice::PACKET_HOST);
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   128
  }
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   129
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   130
  void N1SocketRecv (Ptr<Socket> socket)
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   131
  {
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   132
    Ptr<Packet> packet = socket->Recv (65535, 0);
4653
1d6962688009 More virtual-net-device.cc bug fixes
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4648
diff changeset
   133
    NS_LOG_DEBUG ("N1SocketRecv: " << *packet);
4548
e883e2df59af Don't remove all tags, only the SocketAddressTag.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4547
diff changeset
   134
    SocketAddressTag socketAddressTag;
e883e2df59af Don't remove all tags, only the SocketAddressTag.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4547
diff changeset
   135
    packet->RemovePacketTag (socketAddressTag);
4545
8566a9f6725a VirtualNetDevice: Single Receive() (promisc. one); add trace sources to align better with CsmaNetDevice. Add SetAddress()
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4542
diff changeset
   136
    m_n1Tap->Receive (packet, 0x0800, m_n1Tap->GetAddress (), m_n1Tap->GetAddress (), NetDevice::PACKET_HOST);
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   137
  }
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   138
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   139
public:
7193
04871cc0be94 virtual-net-device coding style changes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6865
diff changeset
   140
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   141
  Tunnel (Ptr<Node> n3, Ptr<Node> n0, Ptr<Node> n1,
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   142
          Ipv4Address n3Addr, Ipv4Address n0Addr, Ipv4Address n1Addr)
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   143
    : m_n3Address (n3Addr), m_n0Address (n0Addr), m_n1Address (n1Addr)
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   144
  {
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   145
    m_n3Socket = Socket::CreateSocket (n3, TypeId::LookupByName ("ns3::UdpSocketFactory"));
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   146
    m_n3Socket->Bind (InetSocketAddress (Ipv4Address::GetAny (), 667));
7193
04871cc0be94 virtual-net-device coding style changes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6865
diff changeset
   147
    m_n3Socket->SetRecvCallback (MakeCallback (&Tunnel::N3SocketRecv, this));
04871cc0be94 virtual-net-device coding style changes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6865
diff changeset
   148
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   149
    m_n0Socket = Socket::CreateSocket (n0, TypeId::LookupByName ("ns3::UdpSocketFactory"));
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   150
    m_n0Socket->Bind (InetSocketAddress (Ipv4Address::GetAny (), 667));
7193
04871cc0be94 virtual-net-device coding style changes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6865
diff changeset
   151
    m_n0Socket->SetRecvCallback (MakeCallback (&Tunnel::N0SocketRecv, this));
04871cc0be94 virtual-net-device coding style changes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6865
diff changeset
   152
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   153
    m_n1Socket = Socket::CreateSocket (n1, TypeId::LookupByName ("ns3::UdpSocketFactory"));
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   154
    m_n1Socket->Bind (InetSocketAddress (Ipv4Address::GetAny (), 667));
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   155
    m_n1Socket->SetRecvCallback (MakeCallback (&Tunnel::N1SocketRecv, this));
7193
04871cc0be94 virtual-net-device coding style changes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6865
diff changeset
   156
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   157
    // n0 tap device
4541
e943b94bf523 Rename TapNetDevice to VirtualNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4538
diff changeset
   158
    m_n0Tap = CreateObject<VirtualNetDevice> ();
4545
8566a9f6725a VirtualNetDevice: Single Receive() (promisc. one); add trace sources to align better with CsmaNetDevice. Add SetAddress()
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4542
diff changeset
   159
    m_n0Tap->SetAddress (Mac48Address ("11:00:01:02:03:01"));
4648
ea24d0fafd1e Fix the virtual-net-device.cc example; thanks Antti Mäkelä.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4616
diff changeset
   160
    m_n0Tap->SetSendCallback (MakeCallback (&Tunnel::N0VirtualSend, this));
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   161
    n0->AddDevice (m_n0Tap);
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   162
    Ptr<Ipv4> ipv4 = n0->GetObject<Ipv4> ();
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   163
    uint32_t i = ipv4->AddInterface (m_n0Tap);
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   164
    ipv4->AddAddress (i, Ipv4InterfaceAddress (Ipv4Address ("11.0.0.1"), Ipv4Mask ("255.255.255.0")));
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   165
    ipv4->SetUp (i);
7193
04871cc0be94 virtual-net-device coding style changes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6865
diff changeset
   166
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   167
    // n1 tap device
4541
e943b94bf523 Rename TapNetDevice to VirtualNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4538
diff changeset
   168
    m_n1Tap = CreateObject<VirtualNetDevice> ();
4545
8566a9f6725a VirtualNetDevice: Single Receive() (promisc. one); add trace sources to align better with CsmaNetDevice. Add SetAddress()
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4542
diff changeset
   169
    m_n1Tap->SetAddress (Mac48Address ("11:00:01:02:03:02"));
4648
ea24d0fafd1e Fix the virtual-net-device.cc example; thanks Antti Mäkelä.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4616
diff changeset
   170
    m_n1Tap->SetSendCallback (MakeCallback (&Tunnel::N1VirtualSend, this));
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   171
    n1->AddDevice (m_n1Tap);
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   172
    ipv4 = n1->GetObject<Ipv4> ();
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   173
    i = ipv4->AddInterface (m_n1Tap);
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   174
    ipv4->AddAddress (i, Ipv4InterfaceAddress (Ipv4Address ("11.0.0.1"), Ipv4Mask ("255.255.255.0")));
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   175
    ipv4->SetUp (i);
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   176
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   177
    // n3 tap device
4541
e943b94bf523 Rename TapNetDevice to VirtualNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4538
diff changeset
   178
    m_n3Tap = CreateObject<VirtualNetDevice> ();
4545
8566a9f6725a VirtualNetDevice: Single Receive() (promisc. one); add trace sources to align better with CsmaNetDevice. Add SetAddress()
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4542
diff changeset
   179
    m_n3Tap->SetAddress (Mac48Address ("11:00:01:02:03:04"));
8566a9f6725a VirtualNetDevice: Single Receive() (promisc. one); add trace sources to align better with CsmaNetDevice. Add SetAddress()
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4542
diff changeset
   180
    m_n3Tap->SetSendCallback (MakeCallback (&Tunnel::N3VirtualSend, this));
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   181
    n3->AddDevice (m_n3Tap);
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   182
    ipv4 = n3->GetObject<Ipv4> ();
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   183
    i = ipv4->AddInterface (m_n3Tap);
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   184
    ipv4->AddAddress (i, Ipv4InterfaceAddress (Ipv4Address ("11.0.0.254"), Ipv4Mask ("255.255.255.0")));
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   185
    ipv4->SetUp (i);
7193
04871cc0be94 virtual-net-device coding style changes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6865
diff changeset
   186
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   187
  }
7193
04871cc0be94 virtual-net-device coding style changes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6865
diff changeset
   188
04871cc0be94 virtual-net-device coding style changes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6865
diff changeset
   189
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   190
};
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   191
7193
04871cc0be94 virtual-net-device coding style changes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6865
diff changeset
   192
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   193
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   194
int 
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   195
main (int argc, char *argv[])
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   196
{
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   197
  // Users may find it convenient to turn on explicit debugging
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   198
  // for selected modules; the below lines suggest how to do this
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   199
#if 0 
4542
5644bae99850 cleanup virtual netdevice example
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4541
diff changeset
   200
  LogComponentEnable ("VirtualNetDeviceExample", LOG_LEVEL_INFO);
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   201
#endif
4653
1d6962688009 More virtual-net-device.cc bug fixes
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4648
diff changeset
   202
  Packet::EnablePrinting ();
7193
04871cc0be94 virtual-net-device coding style changes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6865
diff changeset
   203
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   204
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   205
  // Set up some default values for the simulation.  Use the 
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   206
  Config::SetDefault ("ns3::OnOffApplication::PacketSize", UintegerValue (210));
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   207
  Config::SetDefault ("ns3::OnOffApplication::DataRate", StringValue ("448kb/s"));
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   208
7193
04871cc0be94 virtual-net-device coding style changes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6865
diff changeset
   209
  //DefaultValue::Bind ("DropTailQueue::m_maxPackets", 30);
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   210
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   211
  // Allow the user to override any of the defaults and the above
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   212
  // DefaultValue::Bind ()s at run-time, via command-line arguments
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   213
  CommandLine cmd;
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   214
  cmd.Parse (argc, argv);
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   215
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   216
  // Here, we will explicitly create four nodes.  In more sophisticated
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   217
  // topologies, we could configure a node factory.
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   218
  NS_LOG_INFO ("Create nodes.");
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   219
  NodeContainer c;
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   220
  c.Create (4);
7256
b04ba6772f8c rerun check-style.py at default level to enforce space after function name
Tom Henderson <tomh@tomh.org>
parents: 7193
diff changeset
   221
  NodeContainer n0n2 = NodeContainer (c.Get (0), c.Get (2));
b04ba6772f8c rerun check-style.py at default level to enforce space after function name
Tom Henderson <tomh@tomh.org>
parents: 7193
diff changeset
   222
  NodeContainer n1n2 = NodeContainer (c.Get (1), c.Get (2));
b04ba6772f8c rerun check-style.py at default level to enforce space after function name
Tom Henderson <tomh@tomh.org>
parents: 7193
diff changeset
   223
  NodeContainer n3n2 = NodeContainer (c.Get (3), c.Get (2));
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   224
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   225
  InternetStackHelper internet;
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   226
  internet.Install (c);
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   227
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   228
  // We create the channels first without any IP addressing information
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   229
  NS_LOG_INFO ("Create channels.");
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   230
  PointToPointHelper p2p;
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   231
  p2p.SetDeviceAttribute ("DataRate", StringValue ("5Mbps"));
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   232
  p2p.SetChannelAttribute ("Delay", StringValue ("2ms"));
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   233
  NetDeviceContainer d0d2 = p2p.Install (n0n2);
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   234
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   235
  NetDeviceContainer d1d2 = p2p.Install (n1n2);
7193
04871cc0be94 virtual-net-device coding style changes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6865
diff changeset
   236
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   237
  p2p.SetDeviceAttribute ("DataRate", StringValue ("1500kbps"));
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   238
  p2p.SetChannelAttribute ("Delay", StringValue ("10ms"));
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   239
  NetDeviceContainer d3d2 = p2p.Install (n3n2);
7193
04871cc0be94 virtual-net-device coding style changes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6865
diff changeset
   240
04871cc0be94 virtual-net-device coding style changes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6865
diff changeset
   241
  // Later, we add IP addresses.
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   242
  NS_LOG_INFO ("Assign IP Addresses.");
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   243
  Ipv4AddressHelper ipv4;
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   244
  ipv4.SetBase ("10.1.1.0", "255.255.255.0");
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   245
  Ipv4InterfaceContainer i0i2 = ipv4.Assign (d0d2);
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   246
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   247
  ipv4.SetBase ("10.1.2.0", "255.255.255.0");
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   248
  Ipv4InterfaceContainer i1i2 = ipv4.Assign (d1d2);
7193
04871cc0be94 virtual-net-device coding style changes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6865
diff changeset
   249
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   250
  ipv4.SetBase ("10.1.3.0", "255.255.255.0");
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   251
  Ipv4InterfaceContainer i3i2 = ipv4.Assign (d3d2);
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   252
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   253
  // Create router nodes, initialize routing database and set up the routing
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   254
  // tables in the nodes.
4616
a84f60b6cd12 bug 600: lower the default routing priority of Ipv4GlobalRouting; move to helper
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 4548
diff changeset
   255
  Ipv4GlobalRoutingHelper::PopulateRoutingTables ();
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   256
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   257
  // Add the tunnels
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   258
  Tunnel tunnel (c.Get (3), c.Get (0), c.Get (1),
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   259
                 i3i2.GetAddress (0), i0i2.GetAddress (0), i1i2.GetAddress (0));
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   260
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   261
  // Create the OnOff application to send UDP datagrams of size
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   262
  // 210 bytes at a rate of 448 Kb/s
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   263
  NS_LOG_INFO ("Create Applications.");
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   264
  uint16_t port = 9;   // Discard port (RFC 863)
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   265
  OnOffHelper onoff ("ns3::UdpSocketFactory", 
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   266
                     Address (InetSocketAddress (Ipv4Address ("11.0.0.254"), port)));
8966
060dba23e9bb Replace src/application usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 7256
diff changeset
   267
  onoff.SetAttribute ("OnTime", StringValue ("ns3::ConstantRandomVariable[Constant=1]"));
060dba23e9bb Replace src/application usage of RandomVariable with RandomVariableStream
Mitch Watrous
parents: 7256
diff changeset
   268
  onoff.SetAttribute ("OffTime", StringValue ("ns3::ConstantRandomVariable[Constant=0]"));
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   269
  ApplicationContainer apps = onoff.Install (c.Get (0));
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   270
  apps.Start (Seconds (1.0));
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   271
  apps.Stop (Seconds (10.0));
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   272
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   273
  // Create a packet sink to receive these packets
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   274
  PacketSinkHelper sink ("ns3::UdpSocketFactory",
7193
04871cc0be94 virtual-net-device coding style changes
Josh Pelkey <jpelkey@gatech.edu>
parents: 6865
diff changeset
   275
                         Address (InetSocketAddress (Ipv4Address::GetAny (), port)));
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   276
  apps = sink.Install (c.Get (3));
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   277
  apps.Start (Seconds (1.0));
4653
1d6962688009 More virtual-net-device.cc bug fixes
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4648
diff changeset
   278
  //apps.Stop (Seconds (10.0));
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   279
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   280
  // Create a similar flow from n3 to n1, starting at time 1.1 seconds
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   281
  onoff.SetAttribute ("Remote", 
4653
1d6962688009 More virtual-net-device.cc bug fixes
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4648
diff changeset
   282
                      AddressValue (InetSocketAddress (Ipv4Address ("11.0.0.1"), port)));
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   283
  apps = onoff.Install (c.Get (3));
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   284
  apps.Start (Seconds (1.1));
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   285
  apps.Stop (Seconds (10.0));
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   286
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   287
  // Create a packet sink to receive these packets
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   288
  apps = sink.Install (c.Get (1));
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   289
  apps.Start (Seconds (1.1));
4653
1d6962688009 More virtual-net-device.cc bug fixes
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 4648
diff changeset
   290
  //apps.Stop (Seconds (10.0));
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   291
6014
d251d4a44fde checkpoint
Craig Dowell <craigdo@ee.washington.edu>
parents: 6009
diff changeset
   292
  AsciiTraceHelper ascii;
d251d4a44fde checkpoint
Craig Dowell <craigdo@ee.washington.edu>
parents: 6009
diff changeset
   293
  p2p.EnableAsciiAll (ascii.CreateFileStream ("virtual-net-device.tr"));
6009
e1b696a1ed28 redo pcap tracing
Craig Dowell <craigdo@ee.washington.edu>
parents: 5369
diff changeset
   294
  p2p.EnablePcapAll ("virtual-net-device");
4538
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   295
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   296
  NS_LOG_INFO ("Run Simulation.");
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   297
  Simulator::Run ();
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   298
  Simulator::Destroy ();
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   299
  NS_LOG_INFO ("Done.");
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   300
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   301
  return 0;
3048bd67e5cf Add an example for TapNetDevice
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
diff changeset
   302
}