Deadline extension: 15th January

EPE-PEMC 2012: ECCE Europe
15th International Power Electronics and Motion
Control Conference
Novi Sad, Republic of Serbia

SPECIAL SESSION: ?Industrial Wireless Sensor Networks?
organised by

1. S. L. Toral, University of Seville, [email protected]
2. D. G. Reina, University of Seville, [email protected]
3. P. Johnson, Liverpool John Moores University, [email protected]

Call for Papers

Wireless Sensor Networks (WSNs) have experienced an explosive growth in the
last
few years and they are called to play an important part in industrial
communications.
Wireless technology can have positive impact on industry in helping to use
energy
and materials more efficiently, lower the production costs, and increase the
productivity. However, there are several open issues around WSNs such as,
their
operational reliability, performance in harsh environments, immunity to
interference,
security, power consumption, node density and network deployment etc., that
need
to be addressed.
In this context, this special session invites original research papers that
address one
or more of the topics listed below. The topics of interest include, but are
not limited
to:

? Deployment and integration of wireless sensor networks
? Performance, simulation, and modeling of WSNs
? Wireless sensor networks in automation, e-health, and smart-grid
applications
? Security and safety for industrial wireless systems
? Architectures, protocols and algorithms for WSNs
? Application-specific Hardware Design for WSNs
? Software/Hardware Design of the Communication Protocols
Submission procedure: The same as for regular papers.
Submission deadline: 19th December 2011
All the instructions for paper submission are included on the conference
website:
http://epe-pemc2012.com/

2012/1/9 <[email protected]>

> Send Ns-users mailing list submissions to
>        [email protected]
>
> 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
>        [email protected]
>
> You can reach the person managing the list at
>        [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Ns-users digest..."
>
>
> Today's Topics:
>
>   1. Fwd: Help Needed in MANET simulation (Tarun Garg)
>   2. using threshold.cc (Zubiya ..)
>   3. Problem transmitting a packet (David Rodenas)
>   4. Bonnmotion and ns2 (Najma Ismat)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 08 Jan 2012 15:27:46 +0530
> From: Tarun Garg <[email protected]>
> Subject: [ns] Fwd: Help Needed in MANET simulation
> To: <[email protected]>
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=UTF-8; format=flowed
>
>
>
> -------- Original Message --------
> Subject: Help Needed in MANET simulation
> Date: Sun, 08 Jan 2012 12:43:58 +0530
>  From: Tarun Garg <[email protected]>
> To: <[email protected]>
> Reply-To: <[email protected]>
>
> hi all,
>
> I need some help in MANET simulations. I'm currently working on a
> project named "Security in MANET against wormhole attacks". If anybody
> have some material/codes related to this please send me. I'm in great
> need of it. I'll be grateful to you.
>
> Thank You
>
> Regards,
> Tarun Garg
>
>
>
> ------------------------------
>
> Message: 2
> Date: Sun, 8 Jan 2012 20:40:31 +0500
> From: "Zubiya .." <[email protected]>
> Subject: [ns] using threshold.cc
> To: [email protected]
> Message-ID:
>        <CANPL_B-60t93D-gPnpO5byTD7HT=61onb7buh7n35uheaai...@mail.gmail.com
> >
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi,
>
> Kindly tell me how to use threshold.cc. After execution how to get the
> threshold values?
> I am using Cisco Aironet 802.11a/b/g card specifications to get
> RXThreshold, Transmit power etc for 802.11a simulation. How i can get
> CSThreshold?
>
> 2ndly when i use RXThreshold and transmit power according to card
> specifications,  packets are being dropped. What values should i use for
> 802.11a different data rates.
>
> Thanks in advance
> --
> Regards
>
>
> ------------------------------
>
> Message: 3
> Date: Sun, 8 Jan 2012 18:06:38 +0000 (GMT)
> From: David Rodenas <[email protected]>
> Subject: [ns] Problem transmitting a packet
> To: "[email protected]" <[email protected]>
> Message-ID:
>        <[email protected]>
> Content-Type: text/plain; charset=iso-8859-1
>
> Hi all
>
> I am working with the IEEE 802.15.4 ns-2 implementation. I added a new
> packet type and I have problems when I try to send it.
>
> I define the packet, which size of payload is 8 bytes (ch->size() = 8 +
> IP_HEADER_LEN). Then, I populate the HDR_CMN fields like this:
> _______________________________________
> struct?hdr_cmn *ch = HDR_CMN(p);
>
> ch->ptype() = PT_MYTYPE;
> ch->size() = 8 + IP_HEADER_LEN?
>
> ch->iface() = -2;
> ch->error() = 0;
> ch->prev_hop_ = address;//node's address
> ch->next_hop_ = IP_BROADCAST;//It is a broadcast transmission?
> ch->addr_type() =NS_AF_NONE;
> ch->direction() = hdr_cmn::DOWN;
> _______________________________________?
>
>
> and the HDR_fields:
> _______________________________________?
>
> struct hdr_ip *ih =?HDR_IP(p);
> ih->saddr() = address;
> ih->daddr() = IP_BROADCAST;
> ih->sport() = RT_PORT;
> ih->dport() = RT_PORT;
> ih->ttl_ = 1;
> _______________________________________?
>
> and I send it from the routing layer (AODV) with:?
> _______________________________________?
>
> Scheduler::instance().schedule(target_, p, 0.0);
>
> _______________________________________?
>
>
> This packet is transmitted periodically. Then, when I check the trace
> file, the simulator generates the following: The first time that the packet
> is transmitted, its size at the routing layer is 120 when it should be 8+20
> = 28 bytes:
>
> ...
> s 400.000000000 _0_ RTR ?--- 0 my_type 120 [0 0 0 0] ------- [0:255 -1:255
> 1 0]?
>
> s 400.000345000 _0_ MAC ?--- 0?my_type??127 [0 ffffffff 0 800] -------
> [0:255 -1:255 1 0]?
>
> ...
>
> And the rest of messages have the correct size but they never go to the
> MAC layer but to the IFQ (and dropped).?
>
> ...
> s 469.298724000 _0_ RTR ?--- 0?my_type?28 [0 0 0 0] ------- [0:255 -1:255
> 1 0]?
> D 469.298749000 _0_ IFQ ?--- 0?my_type?28 [0 ffffffff 0 800] -------
> [0:255 -1:255 1 0]
> ...
>
> I do not understant what I am doing wrong and why this is happening. If
> there are no ideas about the first problem (strange size of the packet), I
> would like to know ?why a packet is sent to the IFQ.
>
> I appreciate all the help possible.
>
> Thanks in advance,
> ?
> David
>
>
> ------------------------------
>
> Message: 4
> Date: Mon, 9 Jan 2012 00:14:51 +0500
> From: Najma Ismat <[email protected]>
> Subject: [ns] Bonnmotion and ns2
> To: Ns Users <[email protected]>
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="iso-8859-1"
>
>
> Hi,can anyone guide how to use bonnmotion mobility model in wsn tcl
> script?regards,najma
>
> ------------------------------
>
> _______________________________________________
> Ns-users mailing list
> [email protected]
> http://mailman.isi.edu/mailman/listinfo/ns-users
>
>
> End of Ns-users Digest, Vol 97, Issue 8
> ***************************************
>



-- 
Cordiales Saludos / Best Regards,
Daniel Gutiérrez Reina.

Ingeniero Técnico Industrial / Technical Industrial Engineer.
Ingeniero en Electrónica / Electronic Engineer.
Máster en Electrónica, Tratamiento de Señal y Comunicaciones / MSc in
Electronic, Signal treatment, and Communications.
Teléfono/Phone. +34 658870907.

Reply via email to