Skip to content

NS-2 : Tcl Script for Antnet Project

This is my tcl script for simulating Antnet routing protocol in wired network running on ns-2.34 using 14 nodes.

#Antnet tcl script modified by Abdusy  
#Number of nodes
set sz 14
#Create event Schedular
set ns [ new Simulator ]
#colors
$ns color 1 Blue
$ns color 2 Red
…etc
The full tcl script you can  Download here.
 

12 thoughts on “NS-2 : Tcl Script for Antnet Project”

  1. i need tcl script for antnet routing alogorithm for wireless network.I will be very thankful to you if you could send it

Leave a Reply

Your email address will not be published. Required fields are marked *