Hello All, 
Can some one help me to understand how to simulate a real time oeprating 
system's multi-hop structures? The RTS-CTS mechanisms in NS2 is not working 
properly, since there are too many random connections.

Thanks!

 

 

An Feng
anderson.an.f...@aol.com

 

 

-----Original Message-----
From: ns-users-request <ns-users-requ...@isi.edu>
To: ns-users <ns-users@ISI.EDU>
Sent: Tue, Feb 19, 2013 9:02 am
Subject: Ns-users Digest, Vol 110, Issue 16


Send Ns-users mailing list submissions to
        ns-users@isi.edu

To subscribe or unsubscribe via the World Wide Web, visit
        http://mailman.isi.edu/mailman/listinfo/ns-users
or, via email, send a message with subject or body 'help' to
        ns-users-requ...@isi.edu

You can reach the person managing the list at
        ns-users-ow...@isi.edu

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Ns-users digest..."


Today's Topics:

   1. Re: Ns-users Digest, Vol 110, Issue 15 (An Feng)
   2. Re: Set PBC agent frequency generation (Hannaneh Naghavi)
   3. Deadline extension: COLLA 2013 || July 21 - 26, 2013 - Nice,
      France (Cristina Pascual)
   4. add-dupack in ns2 (abinaya rajendhiran)
   5. Create circular random topology for ad hoc wireless
      (Behnaz Bostanipour)
   6. Monitoring several parameters (Frank Wetzels)


----------------------------------------------------------------------

Message: 1
Date: Sun, 17 Feb 2013 21:39:47 -0500 (EST)
From: An Feng <anderson.an.f...@aol.com>
Subject: Re: [ns] Ns-users Digest, Vol 110, Issue 15
To: ns-users@isi.edu
Message-ID: <8cfdb9859731ecf-1394-28...@webmail-d103.sysops.aol.com>
Content-Type: text/plain; charset="us-ascii"

Hi All, 
I managed to use C# to program the TINYOS + MIca2 motes, can some one help to 
show the source file location of TINYOS and its relevant IP cores in the NS2 or 
NS3 source file package?
Thanks


An Feng
anderson.an.f...@aol.com




-----Original Message-----
From: ns-users-request <ns-users-requ...@isi.edu>
To: ns-users <ns-users@ISI.EDU>
Sent: Mon, Feb 18, 2013 9:01 am
Subject: Ns-users Digest, Vol 110, Issue 15


Send Ns-users mailing list submissions to
        ns-users@isi.edu

To subscribe or unsubscribe via the World Wide Web, visit
        http://mailman.isi.edu/mailman/listinfo/ns-users
or, via email, send a message with subject or body 'help' to
        ns-users-requ...@isi.edu

You can reach the person managing the list at
        ns-users-ow...@isi.edu

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Ns-users digest..."


Today's Topics:

   1. Re: Ns-users Digest, Vol 110, Issue 14 (An Feng)
   2. Re: Total Transmission Time (marllus lustosa)
   3. 2nd CFP WiSARN 2013-Spring - || May 20-23, 2013, Cambridge,
      Massachusetts, USA - (In conjunction with IEEE DCOSS'13)
      (Sandra Sendra)


----------------------------------------------------------------------

Message: 1
Date: Sat, 16 Feb 2013 20:15:14 -0500 (EST)
From: An Feng <anderson.an.f...@aol.com>
Subject: Re: [ns] Ns-users Digest, Vol 110, Issue 14
To: ns-users@isi.edu
Message-ID: <8cfdac35f7de684-1394-1a...@webmail-m007.sysops.aol.com>
Content-Type: text/plain; charset="us-ascii"

Is there some one can tell me where in the source files' package, where to find 
the source file for cloud computing or in its developing time, so called 
ubiquitous computing and mobile control for rts-cts mechanism? Especial for the 
Finite Exponential Backoff and the Least Square Estimation protocol for the 
sensors' communications.
Thanks.

 

 

An Feng
anderson.an.f...@aol.com

 

 

-----Original Message-----
From: ns-users-request <ns-users-requ...@isi.edu>
To: ns-users <ns-users@ISI.EDU>
Sent: Sun, Feb 17, 2013 9:02 am
Subject: Ns-users Digest, Vol 110, Issue 14


Send Ns-users mailing list submissions to
        ns-users@isi.edu

To subscribe or unsubscribe via the World Wide Web, visit
        http://mailman.isi.edu/mailman/listinfo/ns-users
or, via email, send a message with subject or body 'help' to
        ns-users-requ...@isi.edu

You can reach the person managing the list at
        ns-users-ow...@isi.edu

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Ns-users digest..."


Today's Topics:

   1. Set PBC agent frequency generation (Hannaneh Naghavi)
   2. Re: Adding Some Custom Information in Mobile node (arungupta2008)


----------------------------------------------------------------------

Message: 1
Date: Sat, 16 Feb 2013 17:22:40 +1000
From: Hannaneh Naghavi <hannaneh.nagh...@student.qut.edu.au>
Subject: [ns] Set PBC agent frequency generation
To: "ns-users@isi.edu" <ns-users@isi.edu>
Message-ID: <79eeffc8-5b55-487e-a6e0-8c946379b...@student.qut.edu.au>
Content-Type: text/plain; charset="utf-8"

Hello,

In PBC agent when I change the
periodicBroadcastInterval  and peridocBroadcastVariance
The message frequency generation does not change!!!
Would you please let me know why?!!

Regards,
Hannaneh
Sent from my iPhone

------------------------------

Message: 2
Date: Fri, 15 Feb 2013 23:34:47 -0800 (PST)
From: arungupta2008 <arungupta...@gmail.com>
Subject: Re: [ns] Adding Some Custom Information in Mobile node
To: ns-users@isi.edu
Message-ID: <1361000087223-26235.p...@n7.nabble.com>
Content-Type: text/plain; charset=us-ascii

I got the solution , there was not error in Coding , problem with my TCL file
i was not declaring node as a Dsr node .

 for { set i 0 } { $i < $opt(nn) } { incr i } {
    #set node_($i) [$ns node]
     $node_($i) random-motion 0 ;# disable random motion
     $god_ new_node $node_($i)
}

i added this and then everything Worked very well 



--
View this message in context: 
http://network-simulator-ns-2.7690.n7.nabble.com/ns-Adding-Some-Custom-Information-in-Mobile-node-tp26231p26235.html
Sent from the ns-users mailing list archive at Nabble.com.



------------------------------

_______________________________________________
Ns-users mailing list
Ns-users@isi.edu
http://mailman.isi.edu/mailman/listinfo/ns-users


End of Ns-users Digest, Vol 110, Issue 14
*****************************************

 


------------------------------

Message: 2
Date: Sun, 17 Feb 2013 16:33:14 -0300
From: marllus lustosa <marlluslust...@gmail.com>
Subject: Re: [ns] Total Transmission Time
To: ns-users@isi.edu, sbhyr...@asu.edu
Message-ID:
        <cakw8yvsdsr0fmrppypmv9lzbu9xuacewwrtslx0ricqnmkj...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

Hello, Sai!

Look this: http://mohit.ueuo.com/AWK_Scripts.html

I hope that helps!



> Message: 3
> Date: Wed, 13 Feb 2013 09:03:10 -0700
> From: Sai Bhyravajosyula <sbhyr...@asu.edu>
> Subject: [ns] Total Transmission Time
> To: ns-users@isi.edu
> Message-ID:
>         <
> cabztdkv-dpl6zufsmo-diyx+c5cmq-mo3z7+07jvampfkwf...@mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi All
>
> Is there any way to find out total time a mobile node actually transmitted
> the packets (both data and control).
>
> Please let me know if anyone knows the answer
>
> Thanks in advance.
>
>
> --
> Bhyravajosyula Sai Vishnu Kiran
> MS in Computer Science
> mail-id:  sbhyr...@asu.edu
>
>
> ------------------------------
>
> Message: 4
> Date: Wed, 13 Feb 2013 16:10:25 +0000
> From: Saravanan Kandasamy <svana...@gmail.com>
> Subject: Re: [ns] compiling ns-2 problem
> To: ns-users@isi.edu
> Message-ID:
>         <CAPWX3we3kci-y8vEe8RFwJtdVuBg3zE=5ciPRGOkz=
> m7qy3...@mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi,
>
> After "make", do "sudo make install"
>
> rgds
> SK
>
> On Wed, Feb 13, 2013 at 3:45 PM, Dalia El3wely <dalia-el3w...@hotmail.com
> >wrote:
>
> >
> >
> >
> >
> > after making changes in ns2 c++ files , i tried to rebuild ns2 by using "
> > make" command, i didn't get any errors, but when i tried to simulate a
> > simple scenario i found that my changes have not been applied   !!I'm
> using
> > ns-2.35 under cygwin + windows 7..even when i tried to print a simple
> line
> > on my trace file so i've altered cmu-trace.cc file .. changes have not
> been
> > applied too!! , i don't know if i have to change any files else befor
> > compiling ns2, or what..?
> > Regards,
> > Dalia Elewely.
> >
> >
>
>
> ------------------------------
>
> _______________________________________________
> Ns-users mailing list
> Ns-users@isi.edu
> http://mailman.isi.edu/mailman/listinfo/ns-users
>
>
> End of Ns-users Digest, Vol 110, Issue 11
> *****************************************
>



-- 
att,

Marllus de Melo Lustosa -  Bacharelando em Ci?ncia da Computa??o - UFPI
Lattes -> http://lattes.cnpq.br/5163268610076256
HomePage -> http://www.marllus.com


------------------------------

Message: 3
Date: Sun, 17 Feb 2013 21:45:51 +0100
From: Sandra Sendra<sandra.sendra....@gmail.com>
Subject: [ns] 2nd CFP WiSARN 2013-Spring - || May 20-23, 2013,
        Cambridge,      Massachusetts, USA - (In conjunction with IEEE DCOSS'13)
To: ns-users@isi.edu
Message-ID: <201302172045.r1hkjnjk020...@smtp.upv.es>
Content-Type: text/plain; charset=us-ascii


Call for Papers
The 7th International Workshop on
Wireless Sensor, Actuator and Robot Networks (WiSARN 2013-Spring)
http://www.site.uottawa.ca/~zhuan045/WiSARN/WiSARN2013.html

To be held in conjunction with
The 9th IEEE International Conference on
Distributed Computing in Sensor Systems (DCOSS'13)
May 20-23, Cambridge, Massachusetts, USA.


Wireless sensor and actor networks (WSANs) are the confluence point
where the traditional fields of wireless sensor networks (WSNs),
robot networks and control theory meet. In WSAN, nodes collaborate
to accomplish distributed sensing and actuation tasks. Leveraged by
the control and mobility of actors, the networking process and
applications embrace a whole new set of possibilities. Actors may
deploy, repair and relocate sensors to improve coverage, build routes
and fix network partition to ensure data communication, change network
topology to shape routing patterns and balance energy consumption,
and respond to reported events in a timely and effective manner.
The benefits are limited only by imagination. As an emerging field,
WSANs are in need of new networking techniques, by which they can fully
exploit their particularities and potentials. WiSARN aims to bring
together state-of-the-art contributions on the design, specification
and implementation of architectures, algorithms and protocols for
current and future applications of WSAN.  Original, unpublished
contributions are solicited in ALL aspects of WSANs, WSNs, robot
networks, and robotics and automation. Possible topics include,
but are not limited to:
*  Autonomous sensor networks
*  Emergent behavior in WSAN
*  Modeling and simulation of WSAN
*  WSAN architectural and operational models
*  Autonomic and self-organizing coordination and communication
*  Sensor-actor (robot) and actor-actor coordination
*  Energy-efficient and real-time communication protocols
*  Bandwidth-efficient and delay-tolerant communication protocols
*  Distributed control and management in WSAN
*  Neighborhood discovery and mobility management
*  Communication protocols for swarms of mobile actors (robots)
*  Map exploration and pattern formation of mobile robots
*  Actor (robot) task assignment
*  Biologically inspired communication
*  Ecological systems
*  Architectures and topology control
*  Localization in WSAN
*  Probabilistic integration in WSAN
*  Quality of service, security and robustness issues
*  Applications and prototypes
*  Hybrid networks and wireless Internet
*  Data management, gathering, aggregation and query processing

Papers must not exceed 6 single-spaced and two-column pages using
at least 10 point size type on 8.5 x 11 inches pages, and must be
formatted in strict accordance with the IEEE author guidelines.
Submissions are being considered with the understanding that they
describe original research, neither published nor under review
elsewhere. Accepted papers will be published in the IEEE Digital
Library after the conference and included in DCOSS 2013 proceedings.
Selected best papers will be invited to a special issue of
Ad Hoc & Sensor Wireless Networks: an international journal (SCIE). 

Important dates
Paper submission:             March 1, 2013
Author notification:          March 30, 2013 
Camera ready:                 April 15, 2013
Workshop date:                May 23, 2013

General Chair
Ivan Stojmenovic, University of Ottawa, Canada

Program Co-Chairs:
Shuhui Yang, Purdue University Calumet, USA.
Hannes Frey, University of Paderbon, Germany.

Publicity Co-Chairs:
Liang He, Singapore University of Technology and Design, Singapre.
Sandra Sendra, universidad Politecnica de Valencia, Spain. 

Submission Chair:
Rafael Falcon, University of Ottawa, Canada.

For further information, please refer to the above WiSARN 2013 website,
or contact the program co-chairs.



------------------------------

_______________________________________________
Ns-users mailing list
Ns-users@isi.edu
http://mailman.isi.edu/mailman/listinfo/ns-users


End of Ns-users Digest, Vol 110, Issue 15
*****************************************

 


------------------------------

Message: 2
Date: Mon, 18 Feb 2013 13:19:42 +1000
From: Hannaneh Naghavi <hannaneh.nagh...@student.qut.edu.au>
Subject: Re: [ns] Set PBC agent frequency generation
To: "ns-users@isi.edu" <ns-users@isi.edu>
Message-ID: <cd47dacc.6240%hannaneh.nagh...@student.qut.edu.au>
Content-Type: text/plain; charset="us-ascii"


Te problem solved!


On 16/02/13 5:22 PM, "Hannaneh Naghavi"
<hannaneh.nagh...@student.qut.edu.au> wrote:

>
>Hello,
>
>In PBC agent when I change the
>periodicBroadcastInterval  and peridocBroadcastVariance
>The message frequency generation does not change!!!
>Would you please let me know why?!!
>
>Regards,
>Hannaneh
>Sent from my iPhone




------------------------------

Message: 3
Date: Mon, 18 Feb 2013 10:04:29 +0100
From: Cristina Pascual<cris.pascual.gonza...@gmail.com>
Subject: [ns] Deadline extension: COLLA 2013 || July 21 - 26, 2013 -
        Nice,   France
To: ns-users@isi.edu
Message-ID: <201302180904.r1i94sdf013...@smtp.upv.es>
Content-Type: text/plain; charset=us-ascii


INVITATION:

=================
Please consider to contribute to and/or forward to the appropriate groups the 
following opportunity to submit and publish original scientific results to 
COLLA 
2013.

The submission deadline is March 12, 2013.

Authors of selected papers will be invited to submit extended article versions 
to one of the IARIA Journals: http://www.iariajournals.org
=================


============== COLLA 2013 | Call for Papers ===============

CALL FOR PAPERS, TUTORIALS, PANELS

COLLA 2013, The Third International Conference on Advanced Collaborative 
Networks, Systems and Applications

July 21 - 26, 2013 - Nice, France


General page: http://www.iaria.org/conferences2013/COLLA13.html

Call for Papers: http://www.iaria.org/conferences2013/CfPCOLLA13.html

- regular papers
- short papers (work in progress)
- posters
- ideas

Submission page: http://www.iaria.org/conferences2013/SubmitCOLLA13.html

Submission deadline: Mach 12, 2013

Sponsored by IARIA, www.iaria.org
Extended versions of selected papers will be published in IARIA Journals:  
http://www.iariajournals.org
Print proceedings will be available via Curran Associates, Inc.: 
http://www.proceedings.com/9769.html
Articles will be archived in the free access ThinkMind Digital Library: 
http://www.thinkmind.org

Please note the Poster and Work in Progress options.

The topics suggested by the conference can be discussed in term of concepts, 
state of the art, research, standards, implementations, running experiments, 
applications, and industrial case studies. Authors are invited to submit 
complete unpublished papers, which are not under review in any other conference 
or journal in the following, but not limited to, topic areas.

All tracks are open to both research and industry contributions, in terms of 
Regular papers, Posters, Work in progress, Technical/marketing/business 
presentations, Demos, Tutorials, and Panels.

Before submission, please check and comply with the Editorial rules: 
http://www.iaria.org/editorialrules.html

COLLA 2013 Topics (topics and submission details: see CfP on the site)

Cooperation and collaboration mechanisms

Collaborative computing; Cooperation as interface sharing; Collaboration as 
knowledge sharing; Ethics and trust in collaborative cross-domains; Cooperative 
emotion; Planning and managing collaborative applications and projects; 
Semantic 
and ontology challenges in collaborative environments; Cooperation and 
collaboration pitfalls; Groupware supporting single-display collaboration; 
Sharing data and decisions; Coalitions and negotiations in cooperative 
environments; Adaptive collaboration; Integrating cross-organizational 
applications; Cooperative data extraction and data integration; Secure 
collaboration; Dynamic cooperative environments; Visualization of cooperative 
processes

Collaborative architectures and mechanisms

Fundamental theoretical aspects of distributed collaboration; Methodologies and 
tools for design and analysis of collaborative user applications; Frameworks 
for 
human-centric based group collaboration; Distributed collaborative workflows; 
Architectures, protocols, and technologies for collaborative networks and 
systems; Collaboration and negotiation protocols; Quality of collaboration in 
collaborative networks, systems, and applications; Modeling for collaboration; 
Cloud-based collaboration; Agent-based collaborative environments; 
Collaboration 
techniques in resource intensive environments; Security, privacy and trust in 
collaborative networks, systems, and applications

Collaborative applications

Collaboration in pervasive computing applications; Collaborative e-education, 
e-learning, and collaborative computing in digital libraries; Models and 
mechanisms for real-time collaborative applications; Distributed technologies 
for group collaboration; Collaborative games; Web-based communities; New data 
distribution models to facilitate group collaboration; Social computing and 
inter-cultural collaboration;

Collaborative infrastructures

Collaborative, context-aware infrastructure; Collaborative mobile networks and 
infrastructures; Collaborative, location-aware mobile systems/applications; 
Collaborative sensor networks, unmanned air and ground vehicle networks and 
applications; ; Peer-to-peer and overlay networks, systems, and applications;

Collaborative services

Collaborative technologies for fast creation and deployment of new mobile 
services; Web services technologies and collaboration; Service-oriented 
architectures for collaborative networking and applications; Trusted 
collaborative services; Collaborative entertainment systems and services; 
Computer supported cooperative design; Adaptive content distribution

Collaborative users

Human/robot collaboration; Collaborative social networks and web-based 
collaboration; Computer supported collaborative work with distributed systems; 
Human-centric ubiquitous collaboration; Social networks and community 
discovery; 
Markets, auctions, exchanges, and coalitions

Tools and benchmarking

Methodologies and tools for design and analysis of collaborative user 
applications; Simulation, performance evaluation, experiments, and case studies 
of collaborative networks and applications; Dedicated hardware and software 
enabling collaboration; Technologies for creating dynamic social networks; P2P 
platforms for supporting collaboration; Energy management for collaborative 
networks; Tools for collaborative decision making processes; Trustworthy 
collaborative business processing in groupware organizations; Visualization 
techniques and interaction devices; Visual languages for collaborative networks 
and applications; Workflow management for collaborative networks/systems

----------------------------------------------------------------------------
Committee: http://www.iaria.org/conferences2013/ComCOLLA13.html
================================================ 



------------------------------

Message: 4
Date: Mon, 18 Feb 2013 16:11:57 +0530
From: abinaya rajendhiran <rabia...@gmail.com>
Subject: [ns] add-dupack in ns2
To: ns-users <ns-users@isi.edu>
Message-ID:
        <CABgOwY=ZY60PSRTeBANw1FnKOr=DFSyDt5dW3LMTf6Ys0T=u...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

hi all,

     how to find additional dupack variable in ns2?




-- 
Reagards.,
R.Abinaya,B.Tech,(M.E)


------------------------------

Message: 5
Date: Mon, 18 Feb 2013 17:21:44 +0100
From: Behnaz Bostanipour <behnaz.bostanip...@unil.ch>
Subject: [ns] Create circular random topology for ad hoc wireless
To: "ns-users@ISI.EDU" <ns-users@isi.edu>
Message-ID: <c7b79798-eeb5-4382-87e2-07b9597e8...@unil.ch>
Content-Type: text/plain; charset=us-ascii

Hello,

I would like to place randomly 1800 wireless nodes in a circle of radius 600m. 
How could I generate a circular random topology like this?

I would appreciate your reply,
Thanks,
Behnaz



------------------------------

Message: 6
Date: Mon, 18 Feb 2013 20:01:36 +0100
From: Frank Wetzels <frank.wetz...@cwi.nl>
Subject: [ns] Monitoring several parameters
To: "ns-users@isi.edu" <ns-users@isi.edu>
Message-ID: <c884f323-e5a2-43fc-acd0-4d938c391...@cwi.nl>
Content-Type: text/plain;       charset=us-ascii

All,

I have several traffic flows running through a network that is configured with 
QoS between 2 sources and 1 sink. I have several questions i hope you can help 
me with:
1. How can i monitor the tcp window size of a packet that arrives at a sink?
2. How can i monitor the ip-tos byte inside an ip packet at a sink?
3. Can i correlate the send and received packets in oder to determine what 
hapened underway in terms of tcp-window and tosbyte?

Your input is much appreciated.

Regars,
Frank



------------------------------

_______________________________________________
Ns-users mailing list
Ns-users@isi.edu
http://mailman.isi.edu/mailman/listinfo/ns-users


End of Ns-users Digest, Vol 110, Issue 16
*****************************************

 

Reply via email to