[ns] running multiple simulations.

2012-08-16 Thread wben-jab

Dear all,

I want to do many simulations using .TCL script with different seed,  
and then clearing the different objects that are created in the  
previous simulations.
Could someone help me whether there is an idea, or giving a link. I  
tried to do as follows, but it executes only the first round. How to  
delete the previous created objects?

for {set i 0} {$i  10} {incr i} {
  set seed $i;
  exec ns testProtocol.tcl seed
  }


Thanks,
Best Regards.



[ns] .tcl script for newmcast

2012-08-16 Thread wben-jab

Dear all,
I'm looking for a file under NS2,  
ns-2/tcl/ex/newmcast/pim-test-suite-1.tcl. But, I didn't have it in  
my NS2 folder.
Could someone know where I could find it?


Thanks.



[ns] evalf to change bound variable - termination problem

2012-08-16 Thread K. M.

Dear all,

I have defined MyAgent (inherits from Agent) and MyClassifier (inherits from 
DestHashClassifier). MyClassifier has a bound integer variable var.

I'm trying to change the value of var within MyAgent's C++ code. Here is part 
of my code (myagent.cc):

...
1. Tcl tcl = Tcl::instance();
2. tcl.evalf(%s set var %f, name.c_str(), action);// runs forever
3. tcl.evalf(puts test);// ok
...

When lines 1+2 are executed the program never terminates (name.c_str() returns 
the name of the MyClassifier; I have tested this and it is definitely not the 
cause of my problem). But when lines 1+3 are executed it works fine. Can anyone 
help me on this please?

Best Regards,
Kleanthis

  


[ns] Performance of a MAC protocol

2012-08-16 Thread Nissa Ako

Hello.

How can I plot an instantaneous throughput, an average throughput for
different network nodes and Jain's fairness index of an ad hoc network
to evaluate the performance of MAC protocol. I have to use Perl to do
it, but I don't know how.

Help me please

-- 
--  AKO Nissa  --
Elève Ingénieur à l'Ecole Polytechnique d'Abomey-Calavi (EPAC) en
Génie Informatique et Télécommunications, Option Réseaux Télécoms
Tel: (229) 97825764
E-mail: nissab...@gmail.com, nissab...@yahoo.fr



[ns] IEEE PerCom 2013 Workshops -- Combined Call For Papers

2012-08-16 Thread Payton, Jamie

*** Our Sincere Apologies if you receive multiple copies of this message ***


COMBINED CALL FOR PAPERS for Workshops at PerCom 2013 - http://www.percom.org/ 
IEEE International Conference on Pervasive Computing and Communications
18-22 March 2013, San Diego, USA


The IEEE Pervasive Computing and Communication (PerCom) conference, entering 
its 11th year, is the worldwide  premier scholarly venue  in the  areas of 
pervasive computing and communications. Since 2003, the conference has grown 
significantly in terms of quality and variety of the technical programs -  it 
is recognized as a top tier conference  by most universities and organizations  
across the world.
The 2013 conference will be held  in  San Diego, California, USA at the Kona 
Kai Resort. 

This call is a general call for ALL WORKSHOPS. 

We are  happy to announce the following  13  workshops  that complement the 
main PerCom conference as well as provide a  forum for researchers to discuss 
special interest areas within pervasive computing and communications.
Detailed information  about  the individual workshop's scope,  paper  
submission process, etc. can be obtained at the given URLs below.



C3: Workshop on Cognitive Computing and Communications

This international workshop aims to bring researchers together to exchange 
ideas on the applications of cognitive computing and communications (C3) for 
designing smart pervasive systems. 

URL:  http://feihu.eng.ua.edu/PerCom_C3.html

Paper Submission Deadline: October 30, 2012



CoMoRea: Workshop on Context Modeling and Reasoning

This workshop's aim is to advance the state of the art in  context modeling  
and reasoning  and  also  discuss  fundamental  issues  in  context  processing 
 and management. 

URL:  http://nexus.informatik.uni-stuttgart.de/COMOREA/2013/index.html

Paper Submission Deadline: November 13, 2012



IQ2S: Workshop on Information Quality and Quality of Service for Pervasive
  Computing

The objective of this workshop is to provide a forum to exchange  ideas, 
present 
results,  share  experience,  and   enhance  collaborations  among  
researchers, 
professionals, and  application developers  in  various aspects  of  Quality  
of Service (QoS) and Quality of Information (QoI) in  wireless sensor networks  
for pervasive computing.

URL:  http://www.iq2s.org/

Paper Submission Deadline: October 30, 2012



MP2P: Workshop on Mobile Peer-to-Peer Computing

The  main goal  of the workshop is to  gather scientists  from  areas  such  as 
networking,  information  dissemination,  databases,  and  security  to  foster 
collaboration and sparkle discussion on various aspects of mobile P2P.

URL:  http://mpclab.ce.ncu.edu.tw/mp2p2013/

Paper Submission Deadline: November 15, 2012



MUCS: Workshop on Managing Ubiquitous Communications and Services

The MUCS workshop provides a forum for researchers and practitioners to explore 
the theoretic, technological and organizational challenges of managing 
ubiquitous communications and services, and to present advances in management 
techniques and technologies, for pervasive computing and smart space 
applications.

URL:  http://ubiquitous-management.org/mucs/2013/index.php

Paper Submission Deadline: October 30, 2012



PerCol: Workshop on Pervasive Collaboration and Social Networking

PerCol addresses the  research field at the intersection of  pervasive 
computing and social computing.  We are  interested  in  various types  of  
human-to-human interaction with pervasive devices like mobile social 
networking, crowdsourcing, collaborative apps, location-based games or 
interaction with public displays. 

URL:  http://percol.inf.tu-dresden.de/percol2013/

Paper Submission Deadline: October 30, 2012



PerHot: Workshop on Hot Topics in Pervasive Computing

The goal of PerHot is to discuss  new and controversial  ideas  in  the whole 
of Pervasive Computing and Communication. We specifically call for early ideas, 
demo systems, and well-reasoned attacks on the status quo of Pervasive and 
Ubiquitous Computing. No idea or model is sacred. 

URL:  http://projects.csail.mit.edu/perhot/2013/

Paper Submission Deadline: October 29, 2012




[ns] Problem solved

2012-08-16 Thread Manjula Raja

Hello friends
The solution to my problem
  invalid command name Agent/Dream
 while executing Agent/Dream create _o1015   invoked from within .,
is now solved.  The only thing i need to is use the following two command
after modifying all the necessary files in ns2 is

1. [ns-2.XX]$ touch common/packet.cc
2. [ns-2.XX]$ make

in the order mentioned above, thanks to

Mojtaba Asgari and also ns-users team for maintaining the web and providing
service to the research community.

Regards

-- 
**R.Manjula
Sr.Lecturer, Dept of ECE
BITM, Bellary
Karnataka.

Current Status:

Research Scholar
Dept of EECE
IIT Kharagpur
Cell:08900479328
**