Re: [ns] ns-2.29 under cygwin

2006-12-20 Thread Nur Aini Rakhmawati
change this line system=MP-RAS-`awk '{print }' /etc/.relid'` become system=MP-RAS-`awk '{print }' /etc/.relid` you can find this in configure file - Original Message From: s. gazal [EMAIL PROTECTED] To: ns-users@ISI.EDU Sent: Wednesday, December 20, 2006 4:04:12 AM Subject: [ns]

Re: [ns] problem in running example given in installed files

2007-02-22 Thread Nur Aini Rakhmawati
couldn't read file ../mobility/scene/cbr-3-test: no such file or directory -- this file is not found, make sure path of file --- Nur Aini Rakhmawati Touch the sky, Down to the earth http://ai23.wordpress.com/ - Original Message From: harpreet [EMAIL PROTECTED] To: ns

Re: [ns] No rule to make target `VERSION', needed by `gen/version.c'

2007-03-29 Thread Nur Aini Rakhmawati
case sensitive !! http://ai23.wordpress.com/2006/11/14/make-no-rule-to-make-target/ --- Nur Aini Rakhmawati Touch the sky, Down to the earth http://ai23.wordpress.com/ - Original Message From: Jayavignesh Thyagarajan [EMAIL PROTECTED] To: ns-users@ISI.EDU Sent: Thursday

Re: [ns] problem with make

2007-08-08 Thread Nur Aini Rakhmawati
check this out http://nuraini.wordpress.com/2007/08/05/undefined-reference-to/ --- Nur Aini Rakhmawati Touch the sky, Down to the earth http://ai23.wordpress.com/ - Original Message From: jilly126 [EMAIL PROTECTED] To: ns-users ns-users@ISI.EDU Sent: Wednesday, August 8

Re: [ns] 'cout' doesnt print on the console

2008-03-05 Thread Nur Aini Rakhmawati
Hi, Perhaps there is any IF condition that make it could not print your file You could test it by putting cout on your constructor file Suppose your constructor function in ourapp.cc is ourapp:ourapp() { cout hello Aini :Dendl; } --- Nur Aini Rakhmawati http://nuraini.net

Re: [ns] make: *** No rule to make target `gen/version.o', needed by `ns'. Stop.

2008-03-11 Thread Nur Aini Rakhmawati
I found this problem before http://nuraini.net/2007/09/14/make-no-rule-to-make-target/ - Original Message From: NS [EMAIL PROTECTED] To: ns-users@ISI.EDU Sent: Wednesday, March 12, 2008 12:08:25 AM Subject: [ns] make: *** No rule to make target `gen/version.o', needed by `ns'. Stop.

Re: [ns] Nodes not receiving broadcast message

2008-03-12 Thread Nur Aini Rakhmawati
in my protocol code, the addr_type is NS_AF_INET I define the port number as well here is my broadcast code : http://nuraini.net/2007/09/16/unicast-and-broadcat-packet-on-ns2/ it works for me :) --- Nur Aini Rakhmawati Touch the sky, Down to the earth http://nuraini.net

Re: [ns] 2 multicast group

2008-03-16 Thread Nur Aini Rakhmawati
I never implement MAODV Just give you some solution Perhaps you take a look the TCL file I think there are some command to run multicast group --- Nur Aini Rakhmawati http://nuraini.net/ - Original Message From: king kouka [EMAIL PROTECTED] To: ns-user ns-users@ISI.EDU