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
*****************************************

 

Reply via email to