Re: [Tinyos-help] CTP protocol implementation in TOSSIM

2011-05-13 Thread Omprakash Gnawali
On Sat, May 7, 2011 at 11:04 PM, Saif A saif...@gmail.com wrote:

 I am a newbie at TOSSIM and would like to simulate the CTP protocol. Can
 somebody please kindly provide a step-by-step procedure on how to get
 started with simulating CTP. I have already gone through the TOSSIM tutorial
 but what next now?

There are some Python scripts in apps/tests/TestNetwork. Use those
scripts as starting point for CTP simulation.

- om_p
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


Re: [Tinyos-help] About nx_uint8_t (COUNT(0) data)[0]

2011-05-13 Thread Omprakash Gnawali
Here is more info on Safe TinyOS:
http://docs.tinyos.net/index.php/Safe_TinyOS

- om_p

On Wed, May 4, 2011 at 12:42 AM, Eric Decker cire...@gmail.com wrote:

 It has something to do with Safe TinyOS/Deputy.   Safe TinyOS compiles in
 run time check code and COUNT(0) is an indicator to the Safe code about what
 is expected.
 I haven't found much documentation on Safe TinyOS/Deputy so that is all I
 can help with.
 eric

 On Wed, May 4, 2011 at 12:21 AM, 崔晓宗 cpp...@gmail.com wrote:

 In tos/lib/net/Ctp.h , there is a struct
 typedef nx_struct {
   nx_ctp_options_t    options;
   nx_am_addr_t        parent;
   nx_uint16_t         etx;
   nx_uint8_t (COUNT(0) data)[0]; // Deputy place-holder, field will
 probably be removed when we Deputize Ctp
 } ctp_routing_header_t;
 I am puzzled  by nx_uint8_t (COUNT(0) data)[0], what is COUNT(0) used for?
 --
 Regards,
 Xiaozong Cui

 ___
 Tinyos-help mailing list
 Tinyos-help@millennium.berkeley.edu
 https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help



 --
 Eric B. Decker
 Senior (over 50 :-) Researcher



 ___
 Tinyos-help mailing list
 Tinyos-help@millennium.berkeley.edu
 https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] routing table

2011-05-13 Thread Omprakash Gnawali
On Thu, May 12, 2011 at 11:12 AM, Halmstad Halland hhalms...@yahoo.com wrote:

 i am vanam aditya doing my masters(Embedded systems) from halmstad 
 university,sweden. I just wanted to know how could we form a Routing table in 
 tinyos with 1) node Id(sender) 2) Intercepted Node id's. this is with respect 
 to root node.
 i will be greatful i you could help me in this regard

Looking at how other routing protocols are implemented will be a good
start. You can find them under tos/lib/net

- om_p
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Code examples

2011-05-13 Thread Derek Baker
Has anybody got code examples that show the use of I2C and SPI communication, 
I'm using the em430/msp430 processor with tinyos

Regards

Derek

-
This email message has been delivered safely and archived online by Mimecast.
A true SaaS solution, Mimecast provides the security, continuity and archiving 
for millions of emails, across thousands of customers every day.
For more information please visit http://www.mimecast.co.uk 
-___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Pls Help: Surge_Reliable Application

2011-05-13 Thread Nazmul Hossain
Hi,
I loaded Surge_Reliable application as per instructions into two micaz motes by 
giving them ID 0 and 1. Mote with ID 0 is connected to Mib520 programming board 
and mote with ID 1 powered on using batteries. 
 
Now I wanted to see the routing information using Surge-View. Firstly, I ran 
SerialForwarder and go the following output
 
Listening to serial@COM4
Listening for client connections on port 9001
serial@COM4:19200: resynchronising
 
Then I ran Surge 125 and GUI appeared but there is no information in that. 
 
Can anyone pls help me running this application properly??
 
Thanks.
Nazmul___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] getenv JNI libray

2011-05-13 Thread hayet nasri

 Good Morning
 I'm working on a project management of WSN. I find in Internet a project
Octopus: A Dashboard for Sensor Networks Visual Control it's a good job.
it helps me very much.
But there's one thing I do not understand: when I execute the code  java in
netbeans on ubuntu  it appears in the output message
 getenv JNI library not found. Env.getenv Will not work
(Run the tos-install-jni tool, see man tos-install-jni for more details)

sf @ localhost: 9002 Died - exiting (java.net.ConnectException: Connection
refused)
Java Result: 2 
 can you help me please.
I would appreciate your help. thank you in advance.


-- 
View this message in context: 
http://old.nabble.com/getenv-JNI-libray-tp31609795p31609795.html
Sent from the TinyOS - Help mailing list archive at Nabble.com.

___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] ADC resource sharing problem

2011-05-13 Thread Arena Marco
Dear All,
I'm trying to simultaneously support 2 sensors on a single shimmer mote. I want 
to individually access the 2 sensors (e.g. sampling at different times) and I'm 
are trying to use TinyOS Resource interface to share the ADC but I'm dealing 
with some problems: it seems that the ADC is correctly configured but I'm not 
signaled by the ADC correctly. It is like ADC.dataReady (I use interface 
Msp430Adc12MultiChannel as ADC) is getting signalled to each driver every time 
the ADC is sampled but sampling the two sensor with a different rate, instead 
of receiving a dataReady event for each sensor at the shortest sampling time I 
have the opposite behaviour. It looks like resource arbiter doesn't work (it 
seems that the Resource.release event is not called at the right moment), do 
you have any suggestion?
==
Here is the code of one of the two sensor, the other one is similar:
configuration HilAccSensorC
{
  provides interface Sensor;
}
implementation
{
  components MainC, Mma7260P;
  components new Msp430Adc12ClientAutoRVGC() as ADC;
  components HilAccSensorP, SensorsRegistryC;
  //---
 components LedsC;
 //--
  ADC.AdcConfigure - HilAccSensorP;
  HilAccSensorP.Resource - ADC.Resource;
  HilAccSensorP.ADC - ADC;
  MainC.SoftwareInit - Mma7260P.Init;
  MainC.SoftwareInit - HilAccSensorP.Init;
  //--
 HilAccSensorP.Leds - LedsC;
 //--
  HilAccSensorP.Boot - MainC;
  Sensor = HilAccSensorP;
  HilAccSensorP.Mma7260 - Mma7260P;
  HilAccSensorP.SensorsRegistry - SensorsRegistryC;
}
-
#include Msp430Adc12.h
#include Mma7260.h
module HilAccSensorP {
  provides interface AdcConfigureconst msp430adc12_channel_config_t*;
  provides interface Init;
  provides interface Sensor;
  uses interface Mma7260;
  uses interface Boot;
  uses interface SensorsRegistry;
  uses interface Msp430Adc12MultiChannel as ADC;
  uses interface Resource;
  //--
  uses interface Leds;
  //--
}
implementation {
uint16_t accData[3],dbuff[3];
uint8_t blinky = 0;
uint8_t valueTypesList[3] = { CH_1, CH_2, CH_3 };
uint8_t acquireTypesList[1] = { ALL };
 uint8_t enableADC;

  const msp430adc12_channel_config_t config = {
  inch: INPUT_CHANNEL_A3,
  sref: REFERENCE_VREFplus_AVss,
  ref2_5v: REFVOLT_LEVEL_2_5,
  adc12ssel: SHT_SOURCE_ACLK,
  adc12div: SHT_CLOCK_DIV_1,
  sht: SAMPLE_HOLD_4_CYCLES,
  sampcon_ssel: SAMPCON_SOURCE_SMCLK,
  sampcon_id: SAMPCON_CLOCK_DIV_1
  };
  adc12memctl_t memctl[2] = {
   { INPUT_CHANNEL_A4, REFVOLT_LEVEL_2_5, 0},
   { INPUT_CHANNEL_A5, REFVOLT_LEVEL_2_5, 1} };
  command error_t Init.init() {
return SUCCESS;
  }

event void Boot.booted() {
  call Mma7260.setSensitivity(RANGE_6_0G);

   // the driver self-registers to the sensor registry
   call SensorsRegistry.registerSensor(ACC_SENSOR);
   atomic {
enableADC = 0;
  }
   }
async command const msp430adc12_channel_config_t* 
AdcConfigure.getConfiguration()
{
  return config;
}
event void Resource.granted() {
  call ADC.configure(config,memctl,2,dbuff,3,0);
}
command uint8_t Sensor.getSignificantBits() {
  return 12;
}
task void dataReady() {
  signal Sensor.acquisitionDone(SUCCESS, acquireTypesList[0]);
   call Leds.led0Toggle();
   call Resource.release();
}

command error_t Sensor.acquireData(enum AcquireTypes acquireType) {
  call Leds.led1Toggle();
   if (acquireType != acquireTypesList[0])
 return FAIL;
   atomic {
  enableADC = 1;
   }
   call Resource.request();
  return call ADC.getData();
}
async event void ADC.dataReady(uint16_t *data,uint16_t numSamples) {
  if(enableADC == 1)
   {
atomic {
   enableADC = 0;

   if (numSamples  3)
 numSamples = 3;
   memcpy(accData, data, sizeof(*data)*numSamples);
}
post dataReady();
   }
 }

command uint16_t Sensor.getValue(enum ValueTypes valueType) {
   switch (valueType) {
  case CH_1 : return accData[0];
  case CH_2 : return accData[1];
  case CH_3 : return accData[2];
  default : return 0x;
}
}
command void Sensor.getAllValues(uint16_t* buffer, uint8_t* valuesNr) {
   *valuesNr = sizeof valueTypesList;
   atomic {
   memcpy(buffer, accData, sizeof(*accData)*3);
  }
}
command enum SensorCode Sensor.getSensorCode() {
  return ACC_SENSOR;
}
command uint16_t Sensor.getSensorID() {
  return 0x2249; // the ID has been randomly choosen
}
command uint8_t* Sensor.getValueTypesList(uint8_t* valuesTypeNr) {
  *valuesTypeNr = sizeof valueTypesList;
  return valueTypesList;
}
command uint8_t* Sensor.getAcquireTypesList(uint8_t* acquireTypesNr) {
  *acquireTypesNr = sizeof acquireTypesList;
  return acquireTypesList;
}
}

___

[Tinyos-help] Power sum in moteview

2011-05-13 Thread Mohammed Habtoor

Hi,
  I want to measure power consumption using mote-view application 
I saw that power sum is not active , how can I activate it . 
 or if there any other way that I can use in order to get the power consumption 
of the sensor .

thanks,
Habtoor


  ___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] getenv JNI libray

2011-05-13 Thread Urs Hunkeler
Hi,

Not all functionality can be implemented in Java, and in TinyOS access 
to operating system variables (getenv) and to the serial port (toscomm) 
are implemented as native libraries. Why getenv is necessary, I don't 
know. In any case, if you do not want to install the TinyOS environment, 
you could simply use the TinyOS .jar file from the link below. This is a 
version that will try to extract the native libraries from the .jar file 
if they are not installed, and thus the Java libraries should work 
without installing the full TinyOS environment.

http://tinyos-main.googlecode.com/svn/trunk/support/sdk/java/tinyos.jar

Cheers,
Urs

On 5/13/11 11:24 AM, hayet nasri wrote:

   Good Morning
   I'm working on a project management of WSN. I find in Internet a project
 Octopus: A Dashboard for Sensor Networks Visual Control it's a good job.
 it helps me very much.
 But there's one thing I do not understand: when I execute the code  java in
 netbeans on ubuntu  it appears in the output message
   getenv JNI library not found. Env.getenv Will not work
 (Run the tos-install-jni tool, see man tos-install-jni for more details)

 sf @ localhost: 9002 Died - exiting (java.net.ConnectException: Connection
 refused)
 Java Result: 2 
   can you help me please.
 I would appreciate your help. thank you in advance.



___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Problem with TOSBase

2011-05-13 Thread Hong Nhung Nguyen
Hi all,

I am currently working with a single-hop wireless sensor network, I used the 
stuff from Crossbow (2 IRIS motes) and now having a problem with the mote which 
is acting as a base station. The sensor readings can be read by using XSniffer, 
but MoteView could not read these data and I do not know why?.

I still can not figure out what is wrong with the code? Do I need to modify the 
code of TOSBase.nc?

Regards,
Hoang
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] CTP protocol implementation in TOSSIM

2011-05-13 Thread Saif Ahmad
Dear Sir,

Can you please kindly provide some more details regarding how to use these
scripts. Like I said I am a total beginner.

Thanks

On Fri, May 13, 2011 at 9:29 AM, Saif Ahmad saif...@gmail.com wrote:



 -- Forwarded message --
 From: Omprakash Gnawali gnaw...@cs.stanford.edu
 Date: Fri, May 13, 2011 at 9:12 AM
 Subject: Re: [Tinyos-help] CTP protocol implementation in TOSSIM
 To: Saif A saif...@gmail.com
 Cc: tinyos-help@millennium.berkeley.edu


 On Sat, May 7, 2011 at 11:04 PM, Saif A saif...@gmail.com wrote:
 
  I am a newbie at TOSSIM and would like to simulate the CTP protocol. Can
  somebody please kindly provide a step-by-step procedure on how to get
  started with simulating CTP. I have already gone through the TOSSIM
 tutorial
  but what next now?

 There are some Python scripts in apps/tests/TestNetwork. Use those
 scripts as starting point for CTP simulation.

 - om_p


___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Urgent Help Require: Surge_Reliable Application

2011-05-13 Thread Nazmul Hossain
Hi,
I compiled and loaded Surge_Reliable application as per instructions into two 
micaz motes by giving them ID 0 and 1. During compilation and burning the app 
into the motes there were many warnings. 
 
Then I wanted to see how Surge_Reliable app works in multihop routing. So, Mote 
with ID 0 is connected to Mib520 programming board to work as a Base station 
and mote with ID 1 powered on using batteries. 
 
Now I wanted to see the routing information using Surge-View. Firstly, I ran 
SerialForwarder. I ran the serialforwarder for COM4 since I could burn the 
app into the mote using 
make micaz install.0 mib510,/dev/ttyS3
 
SerialForwarder gives me the following output 
 
Listening to serial@COM4
Listening for client connections on port 9001
serial@COM4:19200: resynchronising
 
 
Does this mean that the listener is listening and connected to the port 
properly? 
 
Then I ran Surge 125 and GUI appeared but there is no mote and other 
information in that GUI. 
 
Can anyone pls tell me what am I doing wrong. I would appreciate if you kindly 
help me running this application properly.
 
Thanks.
Nazmul
 ___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Urgent Help Require: Surge_Reliable Application

2011-05-13 Thread Nazmul Hossain
Hi All, 
I compiled and loaded Surge_Reliable application as per instructions into two 
micaz motes by giving them ID 0 and 1. During compilation and burning the app 
into the motes there were many warnings. 
 
Then I wanted to see how Surge_Reliable app works in multihop routing. So, Mote 
with ID 0 is connected to Mib520 programming board to work as a Base station 
and mote with ID 1 powered on using batteries. 
 
Now I wanted to see the routing information using Surge-View. Firstly, I ran 
SerialForwarder. I ran the serialforwarder for COM4 since I could burn the 
app into the mote using 
make micaz install.0 mib510,/dev/ttyS3
 
SerialForwarder gives me the following output 
 
Listening to serial@COM4
Listening for client connections on port 9001
serial@COM4:19200: resynchronising
 
 
Does this mean that the listener is listening and connected to the port 
properly? 
 
Then I ran Surge 125 and GUI appeared but there is no mote and other 
information in that GUI. 
 
Can anyone pls tell me what am I doing wrong. I would appreciate if you kindly 
help me running this application properly.
 
Thanks.
Nazmul
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Urgent Help Require: Surge_Reliable Application

2011-05-13 Thread Sergio Valcarcel
Hi Nazmul,

I have no used serial connections for a while but I would say that COM4
sounds like Windows, while it seems you are programming in a Linux shell
using the /dev/ttyS3. So I would recommend you to check the tutorials to see
whether you are setting the serial forwarder properly.

The resynchronizing loop means that there is no connection in COM4

Cheers!
Sergio


On Fri, May 13, 2011 at 3:39 PM, Nazmul Hossain lemondh...@yahoo.comwrote:

 Hi,
 I compiled and loaded Surge_Reliable application as per instructions into
 two micaz motes by giving them ID 0 and 1. During compilation and burning
 the app into the motes there were many warnings.

 Then I wanted to see how Surge_Reliable app works in multihop routing.
 So, Mote with ID 0 is connected to Mib520 programming board to work as a
 Base station and mote with ID 1 powered on using batteries.

 Now I wanted to see the routing information using Surge-View. Firstly, I
 ran SerialForwarder. I ran the serialforwarder for COM4 since I could burn
 the app into the mote using
 make micaz install.0 mib510,/dev/ttyS3

 SerialForwarder gives me the following output

 Listening to 
 serial@COM4http://ca.mc1218.mail.yahoo.com/mc/compose?to=serial@COM4
 Listening for client connections on port 9001
 serial@COM4:19200http://ca.mc1218.mail.yahoo.com/mc/compose?to=serial@COM4:19200:
 resynchronising


 Does this mean that the listener is listening and connected to the port
 properly?

 Then I ran Surge 125 and GUI appeared but there is no mote and other
 information in that GUI.

 Can anyone pls tell me what am I doing wrong. I would appreciate if you
 kindly help me running this application properly.

 Thanks.
 Nazmul


 ___
 Tinyos-help mailing list
 Tinyos-help@millennium.berkeley.edu
 https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Urgent Help Require: Surge_Reliable Application

2011-05-13 Thread Nazmul Hossain
Hi Sergio,
 
Thanks for your reply. Actually, I am using cygwin in windows. I could run 
Blink, CntToLeds using /dev/ttyS3 in cygwin. In the tutorial I found that COM4 
is represented as ttyS3 in cygwin but in SerialForwarder I had to Mention COM#. 

Whenever, I compiled (burn) the Surge_Reliable app into the Micaz motes it 
compiled without error but with some warnings. But Surge-View is not displaying 
any info since you also mentioned resynchronizing means not connection. 
 
Is anyone in the group face similar problem and solved. I would appreciate your 
help. 
 
Thanks.
Nazmul

--- On Fri, 5/13/11, Sergio Valcarcel serteck...@gmail.com wrote:


From: Sergio Valcarcel serteck...@gmail.com
Subject: Re: [Tinyos-help] Urgent Help Require: Surge_Reliable Application
To: Nazmul Hossain lemondh...@yahoo.com
Cc: tinyos-help@millennium.berkeley.edu tinyos-help@millennium.berkeley.edu
Received: Friday, May 13, 2011, 7:27 PM


Hi Nazmul,


I have no used serial connections for a while but I would say that COM4 sounds 
like Windows, while it seems you are programming in a Linux shell using the 
/dev/ttyS3. So I would recommend you to check the tutorials to see whether you 
are setting the serial forwarder properly.


The resynchronizing loop means that there is no connection in COM4


Cheers!
Sergio



On Fri, May 13, 2011 at 3:39 PM, Nazmul Hossain lemondh...@yahoo.com wrote:






Hi,
I compiled and loaded Surge_Reliable application as per instructions into two 
micaz motes by giving them ID 0 and 1. During compilation and burning the app 
into the motes there were many warnings. 
 
Then I wanted to see how Surge_Reliable app works in multihop routing. So, Mote 
with ID 0 is connected to Mib520 programming board to work as a Base station 
and mote with ID 1 powered on using batteries. 
 
Now I wanted to see the routing information using Surge-View. Firstly, I ran 
SerialForwarder. I ran the serialforwarder for COM4 since I could burn the 
app into the mote using 
make micaz install.0 mib510,/dev/ttyS3
 
SerialForwarder gives me the following output 
 
Listening to serial@COM4
Listening for client connections on port 9001
serial@COM4:19200: resynchronising
 
 
Does this mean that the listener is listening and connected to the port 
properly? 
 
Then I ran Surge 125 and GUI appeared but there is no mote and other 
information in that GUI. 
 
Can anyone pls tell me what am I doing wrong. I would appreciate if you kindly 
help me running this application properly.
 
Thanks.
Nazmul
 
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] get set addresses in IEEE154Packet

2011-05-13 Thread vikram santhanam
Hello all,

The interface IEEE154Packet provides getDestAddr, getSrcAddr, setDestAddr
and setSrcAddr these commands but it has been specified that it is valid
only for data frames.
I would like to know whether I can use the above commands to set and get
addresses for command frame and beacon frame. Any suggestions would be
helpful.

Regards,
Vikram
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Help:meet a problem when ues xubuntos to install on a mote

2011-05-13 Thread 王勇
hello,
when I use xubuntos to compile a program and install on micaz ,I meet a
problem,I need to make serial port writeable,so I need to change the
/dev/ttyS0 attribute.
BUT the tutorials only provied a user:xubuntos,it is not superuser , and i
do not have previlege,could you tell me what is the root's password ,or give
me a superuser.thank you!
hope your prompt reply!
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] [Researchers] [CFP] ACM* MSWiM 2011, Extended Submission Deadline May 22, 2011.

2011-05-13 Thread IEEE Mirela
Apologies if you receive multiple postings.

--
EXTENDED PAPER SUBMISSION DEADLINE !
Call for Papers
ACM* MSWiM 2011

14th ACM* International Conference on Modeling Analysis
and Simulation of Wireless and Mobile Systems

October 31 - November 4, 2011, Miami, USA.

http://mswimconf.com/2011/

Paper Registration Deadline (Mandatory): May 15, 2011
NEW Paper Submission deadline (only for registered papers): May 22, 2011
[*ACM Sponsorship pending upon Approval]

Note: Extended versions of selected papers will be considered for
publication in a Fast Track issue of Elsevier's Computer Communications.

--

MSWiM is an international forum dedicated to high level discussion of
Wireless and Mobile systems, networks, algorithms and applications,
with an emphasis on rigorous performance evaluation. MSWiM is a
highly selective conference with a long track record of publishing
innovative ideas and breakthroughs.

Authors are encouraged to submit full papers presenting new research
related to the theory or practice of all aspects of modeling,
analysis and simulation of mobile and wireless systems. Submitted
papers must not have been published elsewhere nor currently be under
review by another conference or journal.

--
Topics of Interests
--

Papers related to wireless and mobile network Modeling, Analysis,
Design, and Simulation are solicited on, but not limited to, the
following topics in mobile and wireless systems:

* Performance evaluation and modeling
* Analytical Models
* Simulation languages and tools for wireless systems
* Wireless measurements tools and experiences
* Formal methods for analysis of wireless systems
* Correctness, survivability and reliability evaluation
* Mobility modeling and management
* Models and protocols for cognitive radio networks
* Models and protocols for autonomic, or self-* networks
* Capacity, coverage and connectivity modeling and analysis
* Wireless network algorithms and protocols
* Wireless PANs, LANs
* Ad hoc networks
* Sensor and actuator networks
* Vehicular ad hoc networks
* Integration of wired and wireless systems
* Pervasive computing and emerging models
* Wireless multimedia systems
* QoS provisioning in wireless and mobile networks
* Security and privacy of mobile/wireless systems
* Algorithms and protocols for energy-efficiency and power control
* Mobile applications, system software and algorithms
* RF channel modeling and analysis
* Design methodologies, tools, prototype and testbeds
* Parallel and distributed simulation of wireless systems

--
Organizing Commitee:
--

General Chair:
Ahmed Helmy (University of Florida, USA)

TPC Co-Chairs:
Bjorn Landfeldt (The University of Sydney, Australia)
Luciano Bononi (University of Bologna, Italy)

--
Paper Submission, Publication and Important Dates:
--

High-quality original papers are solicited. Papers must be unpublished
and must not be submitted for publication elsewhere.
All papers will be reviewed by Technical Program Committee members
and other experts active in the field to ensure high quality and
relevance to the conference.
Short papers will be included in the technical program to complement
mature results and foster discussion and exchange of novel ideas at
an early stage.
Accepted papers will appear in the conference proceedings to be
published by ACM Press.

Extended versions of selected papers will be considered for publication
in a Fast Track issue of Elsevier's Computer Communications Journal.

EXTENDED PAPER SUBMISSION DEADLINE:
Paper Registration Deadline (Mandatory): May 15, 2011
NEW Paper Submission deadline (only for registered papers): May 22, 2011
Notification of Acceptance: July 15, 2011

Conference Dates: October 31 - November 04, 2011

For more information about the conference, organizing committee,
submission instructions, and venue please see the conference website:
http://mswimconf.com/2011/


-
Profa Dra Mirela Sechi Moretti Annoni Notare
http://lattes.cnpq.br/8224632340074096  mir...@ieee.org 
USJ – Sao Jose Municipal University www.usj.edu.br 
UFSC - Distributed Mobile Computing  Network Security CNPq Research Group 
(co-leader) 
http://dgp.cnpq.br/buscaoperacional/detalhegrupo.jsp?grupo=00431033AKW5DM 
IEEE Latin America Transactions, Editor-in-chief 
http://www.ewh.ieee.org/reg/9/etrans  
___