[ns] Error with bind() function

2010-04-09 Thread The Learner
Hi all. While issuing the make command after inserting my own protocol in the ns2 directory, I get the following error with bind() function. MSProto/msproto.cc:71: error: call of overloaded ‘bind(const char [10], int)’ is ambiguous /home/deepti/ns-allinone-2.34/tclcl-1.19/tclcl.h:177: note:

Re: [ns] Error with bind() function

2010-04-09 Thread Mike Lorenz
[quote] MSProto/msproto.cc:71: error: call of overloaded ‘bind(const char [10], int)’ is ambiguous [/quote] In the file msproto.cc must be a wrong overload of the method bind(..., int), which is too much. It is not neccessary. just use the general method void bind(const char* var, int*

[ns] very large transmission delay

2010-04-09 Thread Ghofrane
Hello, I have a very large message transmission delay  between two wireless nodes (up to 70 seconds), do you know please the reasons that may cause such delay and how to reduce it? Thank you.

Re: [ns] RED simulation in IEEE802.11 Access Points needs link delay and bandwith parameters

2010-04-09 Thread yogalakshmi balasubramaniam
Hi, I'm doing project in Secure localization of WSN. I'm trying to use encryption technique for security purpose. I've to deploy keys with the nodes while it is being created. Can anyone tel me in node.cc or mobilenode.cc file, which method is called when $ns node is executed. Thanks

[ns] Link state routing Algo problem

2010-04-09 Thread waqar haq
hi well its quite easy to use link state routing protocol in ns2 simply use $ns rtproto LS but what if we have to do load balancing and also want routing agent to consider link bandwidth before taking routing decisions. Aare there any options ??? Thnxs in Advance

[ns] problem with final .tr trace?

2010-04-09 Thread pedro chaparro
Hi everyone, have anyone had some problem related to when long simulation finish the .tr file is uncompleted? i mean some lines are missing!!! =(, my end simualtion time is 399 seg, but in .tr file i just see till 295. thks -- Ing Pedro Alonso Chaparro Valero Ciudad Politecnica de la Innovación

[ns] jean-paul parsy

2010-04-09 Thread john peter
http://omeracar.net/customer/index.php

[ns] segment fault

2010-04-09 Thread stalin babu
Hi all when i am running a simulation with 10 nodes it's working fine, when i am trying to run using 20 node , i got the Segmenatation fault error . pl help me it's urgent for my project

[ns] Fwd: problem with change the time precision of trace file

2010-04-09 Thread 张亦倩
Hi all, When I'm checking the output trace file. I find the time only precises to 6 digits after the decimal point. like this: + 0.004101 4 3 ack 40 --- 1 6.0 1.0 433 5448 - 0.004101 4 3 ack 40 --- 1 6.0 1.0 433 5448 r 0.004101 3 4 tcp 1500 --- 1 1.0 6.0 1307541 5384 + 0.004101 4 6

[ns] multicast communication in wireless mesh network

2010-04-09 Thread gurudevi patil
-- Forwarded message -- From: gurudevi patil patilgurude...@gmail.com Date: Fri, Apr 9, 2010 at 11:05 AM Subject: protocol To: ns-users@isi.edu dear mam/sir , if u have implemented any new multicast routing protocol in wireless mesh network using ns2.34.

Re: [ns] segment fault

2010-04-09 Thread Teerawat Issariyakul
Hi Stalin, Segmentation fault is usually due to memory access violation. A common example is as follows. int x[10]; x[20] = 0; where you create an array x with 10 slots, but try to access 20th slot of x. Hope this will help. Best Regards, Teerawat Issariyakul http://www.ns2ultimate.com/

[ns] wireless multicast communication using ns2

2010-04-09 Thread gurudevi patil
dear sir/mam, i have written two examples on wirelss communication using ns2,but code is not working that gives error like -llType .if anybody knows this plz set ns [new Simulator] #number of nodes set num_wired_nodes 1 set num_mobile_nodes 1 set num_bs_nodes 1 ;#

Re: [ns] multicast communication in wireless mesh network

2010-04-09 Thread Sidney Doria
Take a look in NS-2 Contributed Code. Sidney Doria UFCG / BRAZIL 2010/4/10 gurudevi patil patilgurude...@gmail.com: -- Forwarded message -- From: gurudevi patil patilgurude...@gmail.com Date: Fri, Apr 9, 2010 at 11:05 AM Subject: protocol To: ns-users@isi.edu dear