NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

# This script is created by NSG2 beta1
# <http://wushoupong.googlepages.com/nsg>

#===================================
# Simulation parameters setup
#===================================
set val(stop) 20.0 ;# time of simulation end

#===================================
# Initialization
#===================================

Agent/Ping instproc recv {from rtt} {
$self instvar node_
puts "node [$node_ id] received ping answer from $from with round-trip-time $rtt ms."
}

#Create a ns simulator
set ns [new Simulator]

#Open the NS trace file
set tracefile [open p2.tr w]
$ns trace-all $tracefile

#Open the NAM trace file
set namfile [open p2.nam w]
$ns namtrace-all $namfile

#===================================
# Nodes Definition
#===================================
#Create 6 nodes
set n0 [$ns node]
set n1 [$ns node]
set n2 [$ns node]
set n3 [$ns node]
set n4 [$ns node]
set n5 [$ns node]

#===================================
# Links Definition
#===================================
#Createlinks between nodes
$ns duplex-link $n0 $n1 10.0Mb 10ms DropTail
$ns queue-limit $n0 $n1 5
$ns duplex-link $n1 $n2 1.0Mb 10ms DropTail
$ns queue-limit $n1 $n2 3
$ns duplex-link $n2 $n3 0.1Mb 10ms DropTail
$ns queue-limit $n2 $n3 2
$ns duplex-link $n3 $n4 100.0Mb 10ms DropTail
$ns queue-limit $n3 $n4 10
$ns duplex-link $n4 $n5 10.0Mb 10ms DropTail
$ns queue-limit $n4 $n5 5
$ns duplex-link $n5 $n0 0.1Mb 10ms DropTail
$ns queue-limit $n5 $n0 2

#Give node position (for NAM)
$ns duplex-link-op $n0 $n1 orient right-up
$ns duplex-link-op $n1 $n2 orient right
$ns duplex-link-op $n2 $n3 orient right-down
$ns duplex-link-op $n3 $n4 orient left-down
$ns duplex-link-op $n4 $n5 orient left

$ns duplex-link-op $n5 $n0 orient left-up

#===================================
# Agents Definition
#===================================

set PingAgent1 [new Agent/Ping]
$ns attach-agent $n0 $PingAgent1
set PingAgent2 [new Agent/Ping]
$ns attach-agent $n1 $PingAgent2
set PingAgent3 [new Agent/Ping]
$ns attach-agent $n2 $PingAgent3
set PingAgent4 [new Agent/Ping]
$ns attach-agent $n3 $PingAgent4
set PingAgent5 [new Agent/Ping]
$ns attach-agent $n4 $PingAgent5
set PingAgent6 [new Agent/Ping]
$ns attach-agent $n5 $PingAgent6

#===================================
# Applications Definition
#===================================

$ns connect $PingAgent1 $PingAgent2
$ns connect $PingAgent2 $PingAgent3
$ns connect $PingAgent3 $PingAgent4
$ns connect $PingAgent4 $PingAgent5
$ns connect $PingAgent5 $PingAgent6
$ns connect $PingAgent6 $PingAgent1



$ns at 0.1 "$PingAgent1 send"
$ns at 0.1 "$PingAgent2 send"
$ns at 0.1 "$PingAgent3 send"
$ns at 0.1 "$PingAgent4 send"
$ns at 0.1 "$PingAgent5 send"
$ns at 0.1 "$PingAgent6 send"
$ns at 0.1 "$PingAgent1 send"
$ns at 0.1 "$PingAgent2 send"
$ns at 0.1 "$PingAgent3 send"
$ns at 0.1 "$PingAgent4 send"
$ns at 0.1 "$PingAgent5 send"
$ns at 0.1 "$PingAgent6 send"
$ns at 0.1 "$PingAgent1 send"
$ns at 0.1 "$PingAgent2 send"
$ns at 0.1 "$PingAgent3 send"
$ns at 0.1 "$PingAgent4 send"
$ns at 0.1 "$PingAgent5 send"
$ns at 0.1 "$PingAgent6 send"
$ns at 0.1 "$PingAgent1 send"
$ns at 0.1 "$PingAgent2 send"
$ns at 0.1 "$PingAgent3 send"
$ns at 0.1 "$PingAgent4 send"
$ns at 0.1 "$PingAgent5 send"
$ns at 0.1 "$PingAgent6 send"
$ns at 0.1 "$PingAgent1 send"
$ns at 0.1 "$PingAgent2 send"
$ns at 0.1 "$PingAgent3 send"
$ns at 0.1 "$PingAgent4 send"
$ns at 0.1 "$PingAgent5 send"
$ns at 0.1 "$PingAgent6 send"


#===================================
# Termination
#===================================
#Define a 'finish' procedure
proc finish {} {
global ns tracefile namfile
$ns flush-trace
close $tracefile
close $namfile
exec nam p2.nam &
exit 0
}
$ns at $val(stop) "$ns nam-end-wireless $val(stop)"
$ns at $val(stop) "finish"
$ns at $val(stop) "puts "done" ; $ns halt"
$ns run

#To check Number of Packets dropped use following command
#grep -c "^d" p2.tr
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.