[ns] Problem with A new protocol for ns

2011-03-15 Thread zhou2090

hello
I have done just like the tutorial writes, such as  make is ok,
but the agent which i added was can't work
can anyone give any suggest ?
thanks a lot
=
% Agent/Pingnew
invalid command name Agent/MyAgentOtcl
%

sinwel@ubuntu:/opt/ns-allinone-2.34/ns-2.34$ make
g++ -c -Wall -Wno-write-strings  -DTCP_DELAY_BIND_ALL -DNO_TK 
-DTCLCL_CLASSINSTVAR  -DNDEBUG -DLINUX_TCP_HEADER -DUSE_SHM -DHAVE_LIBTCLCL 
-DHAVE_TCLCL_H -DHAVE_LIBOTCL1_13 -DHAVE_OTCL_H -DHAVE_LIBTK8_4 -DHAVE_TK_H 
-DHAVE_LIBTCL8_4 -DHAVE_TCLINT_H -DHAVE_TCL_H  -DHAVE_CONFIG_H -DNS_DIFFUSION 
-DSMAC_NO_SYNC -DCPP_NAMESPACE=std -DUSE_SINGLE_ADDRESS_SPACE -Drng_test  -I. 
-I. -I/opt/ns-allinone-2.34/tclcl-1.19 -I/opt/ns-allinone-2.34/otcl -
 
for i in indep-utils/cmu-scen-gen/setdest indep-utils/webtrace-conv/dec 
indep-utils/webtrace-conv/epa indep-utils/webtrace-conv/nlanr 
indep-utils/webtrace-conv/ucb; do ( cd $i; make all; ) done
make[1]: Entering directory 
`/opt/ns-allinone-2.34/ns-2.34/indep-utils/cmu-scen-gen/setdest'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory 
`/opt/ns-allinone-2.34/ns-2.34/indep-utils/cmu-scen-gen/setdest'
make[1]: Entering directory 
`/opt/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv/dec'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory 
`/opt/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv/dec'
make[1]: Entering directory 
`/opt/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv/epa'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory 
`/opt/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv/epa'
make[1]: Entering directory 
`/opt/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv/nlanr'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory 
`/opt/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv/nlanr'
make[1]: Entering directory 
`/opt/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv/ucb'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory 
`/opt/ns-allinone-2.34/ns-2.34/indep-utils/webtrace-conv/ucb'
=








[ns] OLSRD inside NS-2

2011-03-15 Thread Érico Porto

Hello,

The OLSRD implementation is far better now, than was years ago. The OLSR
implementation IN NS-2 seems to follow the RFC3626, but does anyone know how
it relates with the actual OLSRD implementation?

And has someone built the Quality extension or the Fish eye quality
extension over the NS-2 OLSR?

Regards

Érico V. Porto


[ns] problem with validation NS-2.34

2011-03-15 Thread Sept Sept




Hello
I use Ubuntu 10.04 and I try to install NS2.34 
after running the validation ./validate this message appear



validate overall report: some portable tests failed:
 ./test-all-red
some non-portable tests also failed:

 ./test-all-srm ./test-all-smac-multihop ./test-all-hier-routing 
./test-all-algo-routing ./test-all-mcast ./test-all-vc 
./test-all-session ./test-all-mixmode ./test-all-webcache 
./test-all-mcache ./test-all-plm ./test-all-wireless-tdma
to re-run a specific test, cd tcl/test; ./test-all-TEST-NAME


could you help me please
thanks
 



  


Re: [ns] OLSRD inside NS-2

2011-03-15 Thread Érico Porto

Hey, found some answers to my questions in here:
http://www.inf.ufrgs.br/~wlccordeiro/resources.php

I believe there is more people interested on this!

Thanks to Saverio Proto from the OLSR mailing list.

Érico V. Porto


On Tue, Mar 15, 2011 at 9:18 AM, Érico Porto ericoporto2...@gmail.comwrote:

 Hello,

 The OLSRD implementation is far better now, than was years ago. The OLSR
 implementation IN NS-2 seems to follow the RFC3626, but does anyone know how
 it relates with the actual OLSRD implementation?

 And has someone built the Quality extension or the Fish eye quality
 extension over the NS-2 OLSR?

 Regards

 Érico V. Porto



Re: [ns] Ns-users Digest, Vol 87, Issue 14

2011-03-15 Thread Érico Porto

Hello,

Are you also from Brasil?

Érico V. Porto


On Tue, Mar 15, 2011 at 9:01 AM, marllus lustosa
marlluslust...@gmail.comwrote:


 An example for the Sinalgo simulator exists. You can adptar the code of
 Java
 for TCL.

 page: www.ufpi.br/subsiteFiles/ercemapi/arquivos/files/minicurso/mc3.pdf



 --

 Message: 2
 Date: Mon, 14 Mar 2011 02:43:20 +
 From: Angel Lopez ange.llo...@hotmail.es
 Subject: [ns] Geocast code NS2
 To: ns-users@isi.edu
 Message-ID: SNT114-
 w653f3790e73a317d6e71489b...@phx.gbl
 Content-Type: text/plain; charset=iso-8859-1


 Hi,

 I'm implementing a geocast protocol for manet's, and i'll need to compare
 it. So, do you know about an available geocast code for manets in NS2?

 Thanks in advance.
 Angel Lopez.


 --
 att,

 Marllus de Melo Lustosa - lattes - http://bit.ly/dlm86f / HomePage -
 http://www.marllus.com
 Bacharelando em Ciência da Computação - UFPI
 Departamento de Informática e Estatística - DIE
 Grupo de Pesquisa e Estudos em Redes de computadores - GoPER -
 http://die.ufpi.br/goper/



[ns] help example tcl program for RTP and RTCP

2011-03-15 Thread amareswararao k

hi all,
 could any any one please give me a tcl program which uses RTP (sender) and 
RTCP (receiver) .
i am using ns 2.34
thanks in advance



[ns] Broadcasting in MANETs

2011-03-15 Thread salahedin rehan

Hi,

I came across you broadcasting agent of 2001: 
http://www.isi.edu/nsnam/archive/ns-users/webarch/2001/msg05889.html

Can anybody give me a hand to implement it and use it. I am using 
ns-allinone-2.34. I really need to learn how it works and how to use it.

Thanks in advance.


  


[ns] Does anyone know an algorithm which break down large data into small packets and sent it over a network using ns2.34

2011-03-15 Thread Moses Mbira

Does anyone have an idea of an algorithm which break down large data into
small packets and send it over a network and recompile it again to one on
the receiver.

 



[ns] help with a tcl code which breakdown large data into small packets

2011-03-15 Thread Moses Mbira

Hie

Can anyone help me with a tcl code which break down large data into small
packets and sent it over two nodes.

I'm using ns2.34

 

--

Regards

 

Panganai Mbira

Cell: 0772487215

 

Only a life lived for others is a life worthwhile.  ~Albert Einstein

 



[ns] installation problem

2011-03-15 Thread Saqib Ali

hi
i have installed ns 2.34.Working fine but when i run fine with % but
when i run a batch file ns simple.tcl it give errors


simple.tcl
set ns [new Simulator]
$ns at 1  “puts HelloWorld!”
$ns at 1.5 “exit”
$ns run

Thanks