[ns] please correct this warning..

2006-09-26 Thread vinod kumar
hi ns users.. i am doing my simulation of 802.11e EDCF simulation . i have done all the necessary installations and changes to the existing ns. while running the code it is issusing the warning as unable to connect to the base station:packet dropped. so please help m

[ns] First try in wireless multicast.

2006-09-26 Thread Nguyen Huy Nhiem
Hi, I'm try to make a UDP multicast traffic from BS to a mobile node. But it doesn't work. Please help me! Here are my code and ns errors. Thanks. Kincider. # lbp_mc.tcl # # Simulation of 1 Base Station sending multicast data to a group of mobile nodes. #Define a procedure which periodically re

[ns] announcing ns-2.30 release and related packages

2006-09-26 Thread Tom Henderson
This is to announce the posting of the following releases: - ns-2.30 - nam-1.12 - otcl-1.12 - tclcl-1.18 and a corresponding ns-allinone-2.30 package. Downloads are available at the Sourceforge project pages: http://sourceforge.net/project/showfiles.php?group_id=149743 http://sourceforge.net/proj

Re: [ns] how to invocate a proc defined in otcl in c++

2006-09-26 Thread Pedro Estrela
http://tagus.inesc-id.pt/~pestrela/ns2/ns2_tips.html#_Toc124667333 On 9/26/06, jaime venzala <[EMAIL PROTECTED]> wrote: > > > Hello, i´m working with ns-allinone 2.29 and i try to execute and otcl > procedure in my new network object in C++, how can I do it? > > >

[ns] RSVP and NS2

2006-09-26 Thread Pragasen Mudali
Is Resource reSerVation Protocol (RSVP) included in NS2 package? -- Pragasen Mudali Research Student University of Zululand

[ns] how to invocate a proc defined in otcl in c++

2006-09-26 Thread jaime venzala
Hello, i´m working with ns-allinone 2.29 and i try to execute and otcl procedure in my new network object in C++, how can I do it?

[ns] help-Error when compiling ns-2 code for roundom trip mobility model

2006-09-26 Thread h sh
hi I want simulation the AD-Hoc algorithms ( DSDV , DSR , AODV , TORA ) by using ns-2 . When compiling ns-2 code for roundom trip mobility model under cygwin on windows XP. I get following error : intersection.cc In member function ' int CityIntersections::extractMin': inte

[ns] Problem regarding Bluetooth in NS-2

2006-09-26 Thread Sarah Maryium
I am trying to simulate Bluetooth thru NS-2. But the bluetooth module is only compatible with ns-2.1b8a. While, we are now using ns-2.28 and ns-2.29 I have two questions: a. Can I use BlueHock (BlueTooth simulation module) with ns-2.28? b. Can I download older version of ns-2.1b8a to us

[ns] RMST implementation in ns-2

2006-09-26 Thread subramani
HI friends, RMST (-reliable multisegment transport for sensor netorks) comes with ns-2. it has many file under the diffusion3 directory ~ns/diffusion3/filters/rmst but i dont know how to use it and simulate the protocol using tcl scripts. Please someone provide some example scripts (*.tcl) for R

[ns] TCP Server Socket

2006-09-26 Thread Sampath Naveen Ranasinghe
Hi everyone, I've got a question regarding creation of a TCP Socket Server in NS2. From real-life implementations I understand that a server sockets listens for incoming client connection requests and returns a handle to a new socket. i.e. TCPSocket * s = serverSocket.accept(); My question

[ns] implementation new routing protocol

2006-09-26 Thread Bilel Romdhani
hello everybody, i wana know if there is any implentation of any qos routing protocol for ad hoc networks especialy if there is implementation of Qos Protocol for Ad hoc Realtime Trafic. thanks a lot

[ns] implementation QPART Protocol

2006-09-26 Thread B!L!
hello everybody, i m studing implantation of new protocol in ns2.27 and i wana know if there is implantation of the Qos Protocol for Adhoc Realtime Trafic in ns2.27 or an implantation of any other Qos routing protocol. i need help because it's the first time i touch to the c++ source code of ns.

[ns] CMUTrace and classifier

2006-09-26 Thread Gianko
Hi all, I'm looking for a right place we're implement a function that drop packet for DSR purpouse or disable packet forwarding function in a MANET. I'd wish to know if the SRNodeNew's classifier is a CMUTrace class, and if this is a right place to implement misbehaviour. Regards, G.

Re: [ns] 7624: syntax error near unexpected token `)' tcl8.3.2 configuration failed!

2006-09-26 Thread Matthias Budde
Hi, I tried to apply your solution (on ns allinone 2.29), but when I run autoconf I recieve the following error: configure.in:220 error: do not use LIBOBJS directly, use AC_LIBOBJS Someone experienced the same? Thank's, -Matt Am Dienstag, 26. September 2006 02:00 schrieb [EMAIL PROTECTED]: >

Re: [ns] How to use cryptographic functions

2006-09-26 Thread Vinod Kumar M
One option could be do all the encrypting task outside NS using Octave, Scilab or equivalents. Then store the encrypted data in a file. Use this file as an input in a "trace" option instead of using other applications like FTP/CBR. I have not tried this; let me know if it works. Vinod Kumar ---