[ns] CFP: 11th Annual Mediterranean Ad Hoc Networking Workshop, MEDHOCNET2012, Ayia Napa, Cyprus, 19 - 22 June 2012

2011-12-15 Thread Jaime Lloret Mauri


CALL FOR PAPERS
---

MED-HOC-NET 2012
11th Annual Mediterranean Ad Hoc Networking Workshop
Ayia Napa, Cyprus, 19 - 22 June 2012

http://medhocnet2012.cs.ucy.ac.cy

Wireless ad hoc networks have attracted the attention of the research community 
in the last several years, mostly because of the growing interest in a 
connected world, where people are
– virtually – omnipresent. Next generation wireless networks, heterogeneous 
access technologies, ad-hoc and sensor networks, and new Internet technologies 
are part of this
pervasive environment.
MED-HOC-NET 2012, as its previous 10 predecessors focuses on communication 
networking research, especially on new issues in Wireless Ad-Hoc Networks, 
which include Application Scenarios, Data-centric Operation, Autonomous 
Organization, Optimization and
Control, Operation under Intermittent Connectivity, and Service Creation and 
Support. The scope of the workshop also includes new and exciting challenges in 
wireless mesh networks,
sensor networks, vehicular networks, delay tolerant and opportunistic networks, 
and the opportunities provided or stemming from the social networks paradigm. 
As a major annual international workshop, the 11th MED-HOC-NET aims to serve as 
a
platform for researchers and visionaries from the academia, the research 
laboratories, and the industry to present their latest work.
Following recent successful conferences in Sicily (2006), Corfu (2007), Palma 
de Mallorca (2008), Haifa (2009), Juan-les-pins (2010), and Favignana Island 
(2011), Med-Hoc-Net 2012
will take place in Ayia Napa (CYPRUS).

Workshop Topics
---
The papers solicited cover a variety of topics related to ad hoc, wireless, 
sensor, mesh, delay tolerant, and opportunistic networks, including but not 
limited to:

*Routing algorithms and protocols
*MAC protocols, scheduling, power control, and resource allocation
*Transport layer protocols for multi-hop networks
*Middleware for ad hoc networks
*Application driven architectures and protocols
*Sensor network applications and protocols
*Vehicular networks
*Cognitive radio networks
*Integration of ad hoc networks with wireless access networks
*Implementations, testbeds, and prototypes
*Technology related issues (IEEE 802.11, Bluetooth, ZigBee, IEEE 
802.16, etc.)
*Self-organization and network (re)configuration
*Optimization models and algorithms
*Resource and service discovery
*Energy-efficient networking
*Exploitation of social and mobility patterns for opportunistic 
networking
*Mobile social networks
*Security and privacy
*Positioning and localization
*Participatory and urban sensing
*Underwater wireless networks
*Green networking

Accepted papers will be published in the conference proceedings and will appear 
in
IEEExplore.


IMPORTANT DATES:

Conference date and place: Ayia Napa, Cyprus, 19-22 June 2012
Paper submission deadline: March  5,  2012
Notification of acceptance: April  16,  2012
Camera ready version:May  1,  2012

Authors are invited to submit full papers written in English, with a maximum of 
eight (8) printed pages, including figures, tables  references in IEEE 
double-column format.
Submissions must present original work that has not been previously published, 
and is not under review elsewhere. All articles will be reviewed for scientific 
quality by the Technical
Program Committee and external reviewers.  Papers must be submitted 
electronically, in PDF format, on-line via the EDAS system 
(http://edas.info/N11539).

The Executive Committee of Med-Hoc-Net 2012 includes:
-

General Chairs:
---
Prof. Andreas Pitsillides, University of Cyprus, Cyprus
Prof. Christos Douligeris, University of Piraeus, Greece

Steering Committee:
---
Ian F. Akyildiz, Georgia Inst. of Technology, USA
Khaldoun Al Agha, Université Paris-Sud XI, France
Luigi Fratta, Politecnico di Milano, Italy
Mario Gerla, UCLA, USA
Farouk Kamoun, ENSI, Tunisia
Giovanni Pau, UCLA, USA
Guy Pujolle, UPMC - Paris 6

Technical Program Chairs:
-
Vasos Vassiliou, University of Cyprus, Cyprus
Geert Heijenk, University of Twente, Netherlands
Jaudelice Cavalcante de Oliveira, Drexel University, USA

* Organising Committee Chair: George Pallis, University of Cyprus, Cyprus
* Finance and Sponsorship Chair: George Samaras, University of Cyprus, Cyprus
* Registration chair: Dimosthenis Georgiades, University of Nicosia, Cyprus
* Publication Chairs: Chrysostomos Chrysostomou, Frederic University, Cyprus
   Josephina Antoniou, Technical University of Cyprus, 
Cyprus
* Publicity Chairs:   Habib M. Ammari, University of Michigan-Dearborn
   Jaime Lloret Mauri, UP 

[ns] Problem compiling ns-2: I can not include p802.15.4.h

2011-12-15 Thread David Rodenas

Hi all

I am working with ns-2, in particular, with the wpan (IEEE 802.15.4) module. I 
created a new class (classEnergy) where I need to call some functions from 
Mac802_15_4 class. To do this, I need to include the wpan/p802_5_4.h header 
but the compiler reports the following:

In file included from ./wpan/p802_15_4phy.h:58,
                 from ./wpan/p802_15_4mac.h:57,
                 from wpan/classEnergy.cc:17:
./mac/wireless-phy.h:121: error: expected identifier before 'r'
./mac/wireless-phy.h:121: error: expected `}' before 'r'
./mac/wireless-phy.h:121: error: expected unqualified-id before 'r'
./mac/wireless-phy.h:123: error: expected unqualified-id before private
./mac/wireless-phy.h:123: error: expected `,' or `;' before private
./mac/wireless-phy.h: In function `EnergyModel* em()':
./mac/wireless-phy.h:129: error: `node' undeclared (first use this function)
./mac/wireless-phy.h:129: error: (Each undeclared identifier is reported only 
once for each function it appears in.)
./mac/wireless-phy.h: At global scope:
./mac/wireless-phy.h:131: error: `friend' can only be specified inside a class
./mac/wireless-phy.h:132: error: expected declaration before '}' token
In file included from ./wpan/p802_15_4phy.h:58,
                 from ./wpan/p802_15_4mac.h:57,
                 from wpan/classEnergy.cc:17:
./mac/wireless-phy.h:42:1: unterminated #ifndef
In file included from ./wpan/p802_15_4mac.h:57,
                 from wpan/classEnergy.cc:17:
./wpan/p802_15_4phy.h:53:1: unterminated #ifndef
In file included from wpan/classEnergy.cc:17:
./wpan/p802_15_4mac.h:53:1: unterminated #ifndef
make: *** [wpan/classEnergy.o] Error 1

I should note that if I don't include p802_15_4mac.h, the problem dissapears, 
but I can't use mac functions( e.g. MCPS_DATA_request()).

I searched this same problem on the Web (google and ns2 help) and I found 
similar problems (http://www.mail-archive.com/ns-users@isi.edu/msg06434.html), 
but the solution has not been provided. 

I appreciate all the help possible, because I don't know what to do.

Thanks in advance

David Rodenas Herráiz