[ns] Fw: Re: The Mobile Node Location

2007-10-18 Thread Saeed SHAHBAZI
-- Forwarded Message --- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thu, 18 Oct 2007 19:55:27 -0700 (PDT) Subject: Re: The Mobile Node Location Welcome to posting to the ns-users mailing list! We automatically send this message to every new person who sends mail to the

[ns] Classifier::no-slot{} execution and simulation terminates with exit code 1

2007-10-18 Thread Ramzi Tka
Hi all, I'm running wired-cum-wireless simulation . When I decrease the mean interval time between connections so i increase connection number, I got an execution of the default classifier no-slot{} routine which terminates the simulation with exit code 1. --- Classfier::no-slot{} default handler

Re: [ns] Bug in 802.15.4?

2007-10-18 Thread Stefano Busanelli
In the past I'd had noticed a similar strange behavior: in fact, during some simulation runs, nodes didn't transmit packets, seemingly without no reason, while in other simulations nodes transmitted normally. I had solved the problem disabling ARP packet transmissions. In the mailing list archiv

Re: [ns] Please Solve: Mac/802_16 set debug_ 0

2007-10-18 Thread ByungJoon Oh
Hello, Raaj, I think you didn't define "Mac/802_16 set debug_ 0" in ns-default.tcl, you have to recheck it out please. Otherwise, you can follow below the process again so that you completely didn't compile your ns. Q: What does invalid command name "Mac/802_16" while executing "Mac/802_16 se

Re: [ns] MAODV help

2007-10-18 Thread ByungJoon Oh
Hello, Alberto, I think your case was successful installation of extended application. But, this error:ns command not found is mostly caused by setting your PATH variable. Hence, you can refer at this website: http://www.isi.edu/nsnam/ns/ns-problems.html. Problem: I was successful in installatio

[ns] malicious nodes

2007-10-18 Thread sharanya
hello... am creating a project in manet... hav to make a node to act maliciously and thus prevent that node to further participte in the network.so pls tell me the implentation part(ie coding in ns2)... i have tried with new routing agents... but donno how to implement it fully... plz r

[ns] Help: packet processing at the agent

2007-10-18 Thread vivid zhang
Hi all, I am doing crossing layer handoff between SIP application layer and MAC layer. The SIP module is for wired link, implemented as SIPUT/Agent. but the MAC layer module is for wireless link, implemented as MAC/Agent. Now both their packets are sent to Agent. My question is: How did the Agen

[ns] MAODV help

2007-10-18 Thread alberto de barros
Dear all I have install ns2.27 over Redhat 9 (well work). I try to install MAODV from http://www.sce.carleton.ca/wmc/code.html After changing all packages and Makefile, I run "make clean" and "make". The current error is "ns command not found" Can somebody help me Kin

Re: [ns] Help me to run simple-wireless.tcl in NS 2.28

2007-10-18 Thread Claus Christmann
This is not an error, Your simulation finished OK. simple-wireless simply uses an old way of setting up the channel. AS SAID, look at the way it is done in wireless-mitf.tcl Claus SuNiL SoNi wrote: > Hello all, > I want to run simple-wireless.tcl in ns 2.28. > > When I am trying $ns simple-wir

[ns] Please Solve

2007-10-18 Thread Rajan Giri
Dear Sir, I have on NS2.28 and NS2.29. Both the installation methods were used - manual installation as well as nsallinone installation method. No error is given during installation, but while running sample programs i got the below mentioned error. Please find the copy of sample program attached.

[ns] Satellite Multicast Networks

2007-10-18 Thread Olaitan Fijabi
Hi all, Currently I'm doing a research work that proposes using a *node cooperative selective repeat ARQ protocol to mitigate the problem of error on satellite multicast networks by incorporating feedback terrestrial links to connect receiver nodes in the multicast group *. And I'm using NS-2 fo

[ns] Bug in 802.15.4?

2007-10-18 Thread Cesare M. Carretti
Hello all, I am implementing a distributed algorithm for sensor network, and I wrote an application and a transport protocol simil-UDP to send data. I have a strange problem in my simulation: at some point, one node stop to send packet, it is blocked and if I try to force the queue to send packet,

Re: [ns] Monitors or Traces??

2007-10-18 Thread Teerawat Issariyakul
Dear Jamal, Trace is actually designed to track packet. It records the detail of packets which pass through predefined checkpoints in a network. Monitor is usually use to collect statistic. It consists of snoop queue which is attached in front of a queue. Every time a packet pass through a snoo

[ns] graphs in ns2

2007-10-18 Thread alejandro gomez
From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Date: Thu, 18 Oct 2007 04:20:09 -0500 Hello everybody: >After reading tracegraph manual, still I'm not sure what I need to >do to get a graph. Could you please tell me in which steps I'm >making mistakes. i'm not a programmer or professional in c

[ns] Monitors or Traces??

2007-10-18 Thread Jamal Toutouh
Dear all, How are you?? I have to simulate and analyze some MANETs, for the analysis I neeed some measures: - Connection time - Number of disconnections - Number of attemps per packet - Throughput The problem is that I tried to do that using new wireless traces, but this solution is not real

[ns] Quality of RNGs and PriorityQueue suggestions

2007-10-18 Thread César Cárdenas
Dear Arne, Take a look at the work from Martina Umlauft: http://wit.tuwien.ac.at/people/umlauft/index.html#publications Also, review the related chapter on ns-manual. Dear Hossein, As /salva said: http://mailman.isi