Wireless Multihop Networks

Topic overview

My main research activities fall in the domain of Wireless multihop (distributed) networks, more specifically ad hoc and sensor networks. These networks pose interesting challenges due to several specificities.

  • The nodes in these networks communicate through a wireless channel, usually accessed through a random procedure (CSMA/CA e.g.). The MAC layer has a primary role in the network performance, as the medium is shared between several nodes. Moreover, as nodes are spread over a large geographic area, the channel access conditions differ across the network. All protocols should be ready to adapt to heterogeneous densities.
  • These networks are fully distributed. The network cannot rely on a particular central point to take decisions or to propagate information in a reasonable amount of time. Information, including control data, needs to be kept as local as possible.
  • These networks are supposed to be composed by a large number of nodes, thus scalability is an issue, especially when end-to-end communication is necessary.
  • The nodes often function over a limited energy reserve and communication is one of the main sources of energy expenditure.
  • The nodes are sometimes mobile, therefore the topology of the network changes frequently. This either requires a topology-independent set of protocols, or a frequent update of the topology discovery process.

Research directions

Concerning the applications of wireless sensor networks, I am currently looking at road traffic control through a wireless sensor network. As wireless sensors are cheaper than magnetic loops, a wireless sensor network can monitor a city’s traffic with a finer resolution. This data can, in turn, influence the traffic control devices (traffic lights, speed limits, etc.) to better regulate road traffic. In addition to all the interdependencies problems, using low-cost devices also means that measurement accuracy is low and this imprecision shall be taken into account in the control algorithms.

I am also interested in finding the correct way to implement a publish/subscribe system on a wireless sensor network. Publish/subscribe is an asynchronous communication mode in which information publishers (i.e. the sensors) do not send directly their data to the information consumers, but to an intermediate node, a broker. The broker is then in charge of dispatching the data to the interested clients (the subscribers) who expressed their interest in certain types of data.  The brokers allow publishers and subscribers to ignore their mutual identities and location, easing the network management tasks. I am interested in the formation of the brokers overlay. How many brokers are necessary and where should they be located to optimize performance, energy consumption, memory usage, etc. of the various nodes? Which distributed algorithm selects the best brokers overlay?

I am also interested in distributed, calibration-less and opportunistic indoor localization. Nodes of a wireless multihop network can collaborate together to estimate their (relative or absolute) positions without requiring a specific positioning device. In an indoor scenario, using radio signals to estimate distances between nodes requires to evaluate the propagation conditions, which is difficult without calibration. To achieve this goal, we are currently looking at:

  1. collaborative estimation of the wireless channel parameters (i.e. how close nodes can exchange information to tune a generic propagation model),
  2. opportunistic, multi-technologies localization (i.e. a terminal equipped with Wi-Fi, GSM and Bluetooth interfaces may acquire general information on its environment by combining technology-specific information)
  3. the use of mobility in the acquisition of channel parameters, which relates to SLAM (Simultaneous Localization and Mapping) problems.

I have been particularly interested in MAC sub-layer aspects, as it directly influences the performance one may expect from the network. The MAC sub-layer is, in this context, responsible for finding and enforcing the correct compromise between raw performance, fairness and energy consumption, which are contradictory objectives in several practical situations.

Smart cities and distributed control of urban vehicular traffic

Urban road networks have many similarities with communication networks. For example, the performance models used by both communities are close (e.g. queueing theory, cellular automata). However, unlike communication networks, whose behavior can easily be distributed, road traffic control is generally centralized and performed by human operators from an urban control center. A distributed approach has many advantages when it comes to reacting quickly to situations in a large-scale infrastructure. Its application in urban networks should allow the infrastructure to help solve local problems, for example using a reactive control of traffic lights. We have evaluated distributed algorithms to control traffic lights using the imprecise and incomplete information provided by a sensor network. In Sébastien Faye’s Ph.D, we have shown that simple algorithms are able to reduce the average waiting time of users at an intersection and to avoid starvation. We compared these strategies to state of the art proposals and to static green lights schedules used by the city of Amiens, France. We have interconnected an urban simulator (SUMO) with a communication simulator (Omnet++ / Castalia) in order to characterize the communication load in the sensor network and the effect of losses and delays on the traffic control and proposed an appropriate interpolation algorithm to compensate missing data. To increase our scenario database, we wanted to be able to generate random graphs that corresponded to actual cities maps. To find the correct type of random graphs, we modeled the deployment of control and monitoring devices at the intersections of a city and characterized the resulting graph of 50 real city maps extracted from OpenStreetMaps. We started looking at a generalization of these results by considering multiple sources and destinations of the information. Julian Garbiso’s Ph.D objective was to consider vehicles and smartphones as valid data sources, able to measure the speed, position as well as other parameters. Julian’s work consists in building an algorithm that will allow each data source to decide, locally, whether it should send its information,  to whom (control center, other vehicles up to a certain distance, ..) and whether it should delay the transmission or not based on its perception of the context (urban network congestion, communication network state, position, …). The resulting middleware, that is still under development, should borrow from our works on asynchronous communication.

Distributed wireless localization

Finding the position of a mobile node in an infrastructure or a network usually relies on ranging techniques. These techniques, at the base of GPS, estimate the distance of the mobile to a set of  landmarks, i.e. fixed points whose position is known. These distances are then used in a simple planar or 3D geometric model to find the node’s position. For cheap devices such as wireless sensors, ranging is based on radio signals attenuation in the environment. However, this metric has proven to be a poor distance estimator, especially in an indoor context, because of multipath fading and shadowing effects. Using simple connectivity information instead can yield to a fair precision: if two nodes are capable of communication, their distance is inferior to the communication range with high probability. We had shown in 2006 that achieving a good precision from the connectivity graph required a lot of landmarks, though. In N’deye Amy Dieng’s Ph.D thesis, we decided to revisit radio ranging using parametric radio propagation models such as the log-normal shadowing model and data analysis techniques. We first performed a large set of indoor experiments and applied a biased maximum likelihood estimator to remove irrelevant measurements in a measurements set. We noticed that localization could be improved by filtering not only the outliers values, but also some links whose propagation parameters differ from the other ones and proposed an online algorithm that yields to notable improvements in localization accuracy. Upcoming devices are expected to be equipped with IR-UWB interfaces which allow a far more precise ranging by evaluating precisely the radio signal time of flight. However, this method is very sensitive to obstructions, that’s why we evaluated the performance of extended Kalman filters.

Asynchronous communications in sensor networks

Energy is usually considered as the critical resource in sensor networks, even though memory and bandwidth are scarce too. Radio communication is a major source of energy consumption and reducing the volume of redundant or useless traffic in these networks helps increasing their lifetime. Another strategy consists in letting the nodes switch off their radio interface when they are not supposed to send, receive, or forward traffic. From the network layer’s point of view, the network topology is therefore not stable unless the sleeping periods are well aligned. Achieving and maintaining such synchronization is hard because the multiple interactions between the links lead to a large optimization problem. Practical solutions like CoAP favor shorter exchanges to long sessions, which allows building routes on-demand. The publish/subscribe communication model introduces intermediate nodes, {\em brokers}, that can store, compress, aggregate, cipher or sign data when it is produced, and transmit it to interested receivers only when they request it. In addition to introducing breakpoints that reduce the average route length, the sensors do not need to know the destination nodes addresses. They can simply keep track of a single broker’s identity, or use an anycast-like mechanism. The brokers overlay architecture has, however, a strong impact on the global performance of the network. Too many brokers generate an important volume of control traffic for synchronization and too few brokers create bottlenecks. We studied the ideal locations of these brokers in a wireless sensor network using a queueing model. With extensive simulation, we compared the performance of various selection criteria based on graph centrality measures in terms of energy consumption, queues sizes, publications delivery times and maximum load that the network can sustain. Rémy Léone’s Ph.D extended this work by examining how caches located on the network gateways should behave. Indeed, in the classical scenario, the wireless sensor network is orchestrated by one or few gateways that are at least intermediates in all applicative traffic. It is therefore a natural choice for a cache and a level-1 broker in a global publish/subscribe architecture. Besides, it has the capability to estimate, from the excerpt of the traffic it sees, how much energy remains in the different network zones and adapt the caching behavior and the in-network brokers location and behavior. We have compared various energy estimators that rely on different levels of knowledge and are modeling formally the problem of correct caching policy.

Experimental platforms and mobility

Performance evaluation of algorithms and protocols for wireless multihop networks has long been realized using simulators. If this approach is useful to evaluate some properties like algorithms convergence, scalability or their cost in control traffic, but it fails to give accurate performance evaluation, as they do not provide accurate models for radio propagation or operating systems-related effects. In sensor networks, several experimental platforms such as SensLab or WiseBed have been deployed these past years to overcome this limitation. These testbeds provide a limited support of mobility, though. In the FIT Equipex, we have built an experimental platform that includes several wheeled robots carrying sensors in an environment in which multiple fixed sensors are deployed. To control the robots mobility, an experimenter is able to specify mobility patterns, or to select state of the art patterns in a database. Besides, this platform is federated with cognitive radio and WLAN platforms and accessible to the whole research community, following the OneLab model. In parallel, the maintenance of the platform shall be as limited as possible, and robots mobility needs to be controlled and verified, for example to minimize collisions. That’s why we have proposed, in Yacine Benchaïb’s Ph.D, a simple domain specific language to describe mobility, called SILUMOD, based on SCALA. This language can be translated into mobility directives for the robots, or serve as an input for an emulation tool called VIRMANEL, which spawns virtual machines corresponding to the nodes and emulates their movements by tearing up and down firewall rules. Both tools are available online, released under the LGPL license. The next step was to link SILUMOD with formal verification tools to validate that mobility models do not lead to undesired situations.

Digital mobile identities and their environment

My research in this field started with my DEA (Masters degree) training period in the ReMaP INRIA team. Isabelle Guérin-Lassous and I designed a bandwidth reservation protocol (BRuIT – Bandwidth Reservation under InTerferences influence) that used information on long range interferences between signals (data flows for example) to accept or reject reservations. The objective of this protocol was to provide an accurate admission control mechanism in order to provide realistic reservations. BRuIT is composed of a reactive routing part, a local information transmission mechanism, and a reservation setup/tear-down mechanism. Information is obtained by the mobile nodes concerning their two-hops neighborhood and admission control (accepting or rejecting reservations) is made according to this information. When actually proposed protocols usually react by canceling or re-routing reserved flows when congestion appears in the network, our approach tries to avoid congestion appearance by rejecting unsuitable reservation requests. %The first version of this protocol was basic and lacked many features. First of all, performing an accurate network resource allocation is not always possible, especially in disconnected networks. Therefore, a reservation degradation mechanism is required in order to allow QoS flows to choose the congestion reaction politics. Should the reserved bandwidth be reduced or should the reservation be canceled when the bandwidth cannot be provided anymore ?

This work allowed us to identify several problematic scenarios in which network density or obstructions could impair reservations. We extended this work by identifying a basis of problematic situations leading to unfairness or even starvation, which we modeled using discrete time Markov chains. Subsequently, Isabelle Guérin-Lassous, Janez Žerovnik and I designed a distributed bandwidth allocation algorithm that improves fairness while maximizing the global bandwidth usage. I then proposed two other algorithms working directly at the medium access control layer to improve fairness in a more reactive way.

Ph.D Students

  • N’deye Amy Dieng, on opportunistic localization in wireless networks.
  • Sébastien Faye, on road traffic regulation using wireless sensor networks.
  • Maciej Franecki, on publish and subscribe-based middleware in wireless sensor networks.
  • Erwing Sanchez, on MAC protocols adaptations for wireless sensor networks.

Related contractual research projects

  • The ANR project Cormoran, on body area networks
  • The Equipex FIT, a federated large-scale platform that includes a few mobile sensors sites
  • The ANR project Diaforus on the conception of a middleware layer for sensor networks dedicated to surveillance.
  • The ANR project Georacing studied the possibility to use ad hoc networking techniques for cyclist races.

Publications

2020

Badreddine, Wafa; Chaudet, Claude; Petruzzi, Federico; Potop-Butucaru, Maria

Broadcast Strategies and Performance Evaluation of IEEE 802.15.4 in Wireless Body Area Networks WBAN Journal Article

In: Ad Hoc Networks, vol. 97, 2020.

Links | BibTeX

2018

Moussa, Noureddine; Alaoui, Abdelbaki El Belrhiti El; Chaudet, Claude

A novel approach of WSN routing protocols comparison for forest fire detection Journal Article

In: Wireless Networks, 2018.

Links | BibTeX

Pau, Giovanni; Chaudet, Claude; Zhao, Dixian; Collotta, Mario

Next Generation Wireless Technologies for Internet of Things Journal Article

In: Sensors, 2018.

Links | BibTeX

2017

Badreddine, Wafa; Khernane, Nesrine; Potop-Butucaru, Maria; Chaudet, Claude

Convergecast in Wireless Body Area Networks Journal Article

In: Ad Hoc Networks, vol. 66, 2017.

Links | BibTeX

2016

Khernane, Nesrine; Potop-Butucaru, Maria; Chaudet, Claude

BANZKP: a Secure Authentication Scheme Using Zero Knowledge Proof for WBANs Proceedings Article

In: The 13th International Conference on Mobile Ad-hoc and Sensor Systems (MASS 2016), Brasília, Brazil, 2016.

Links | BibTeX

Khernane, Nesrine; Potop-Butucaru, Maria; Chaudet, Claude

BANZKP: Schéma d'Authentification Sécurisé en utilisant Zero knowledge Proof pour les Réseaux de Capteurs Corporels Proceedings Article

In: 13ème conférence francophone sur les nouvelles technologies de la répartition (NOTERE 2016), Paris, France, 2016.

BibTeX

Badreddine, Wafa; Chaudet, Claude; Petruzzi, Federico; Potop-Butucaru, Maria

Les stratégies de diffusion dans Wireless Body Area Networks (WBAN) Proceedings Article

In: 18ème Rencontres Francophones sur les Aspects Algorithmiques des Télécommunications (Algotel 2016), Bayonne, France, 2016.

BibTeX

2015

Badreddine, Wafa; Chaudet, Claude; Petruzzi, Federico; Potop-Butucaru, Maria

Broadcast strategies in Wireless Body Area Networks Proceedings Article

In: 18th ACM International Conference on Modeling, Analysis and Simulation of Wireless and Mobile Systems (MSWiM), Cancun, Mexico, 2015.

Links | BibTeX

Ouni, Anis; Hamie, Jihad; Chaudet, Claude; Guizar, Arturo; Goursaud, Claire

From the Characterization of Ranging Error to the Enhancement of Nodes Localization For Group of Wireless Body Area Networks Proceedings Article

In: 7th International Conference on Ad Hoc Networks (ADHOCNETS), San Remo, Italy, 2015.

Links | BibTeX

Chaudet, Claude; Haddad, Yoram

Wireless Software Defined Networking Book Chapter

In: Chapter 4 in Software Defined Mobile Networks (SDMN): Concepts and Challenges, Wiley, 2015.

Links | BibTeX

Hamie, Jihad; Ouni, Anis; Chaudet, Claude

Is Cooperative Localization in Wireless Body Area Networks Accurate Enough for Motion Capture Applications? Proceedings Article

In: 12th IEEE International Conference on Sensing, Communication and Networking (SECON), Seattle, USA, 2015.

Links | BibTeX

Benchaïb, Yacine; Chaudet, Claude

Large Scale Experiments of Multihop Networks in Mobile Scenarios Proceedings Article

In: 10th International Conference on Testbeds and Research Infrastructures for the Development of Networks & Communities (TridentCom 2015), Vancouver, Canada, 2015.

Links | BibTeX

Léone, Rémy; Leguay, Jérémie; Medagliani, Paolo; Chaudet, Claude

Tee: Traffic-based Energy Estimators for duty cycled Wireless Sensor Networks Proceedings Article

In: IEEE International Conference on Communications (ICC), London, UK, 2015.

Links | BibTeX

Guizar, Arturo; Ouni, Anis; Goursaud, Claire; Chaudet, Claude; Gorce, Jean-Marie

Quantifying the Impact of Scheduling and Mobility on IR-UWB Localization in Body Area Networks Proceedings Article

In: Poster in the 12th Annual Body Sensor Networks Conference (BSN 2015), Cambridge, USA, 2015.

Links | BibTeX

Léone, Rémy; Leguay, Jérémie; Medagliani, Paolo; Chaudet, Claude

Demo Abstract: Automating WSN experiments and simulations Proceedings Article

In: 12th European Conference on Wireless Sensor Networks (EWSN 2015), Porto, Portugal, 2015.

BibTeX

2014

Denis, Beno^ıt; Biard, Lionel; Guizar, Arturo; Ouni, Anis; Goursaud, Claire; Amiot, Nicolas; Mhedhbi, Meriem; Avrillon, Stéphane; Plouhinec, E.; Uguen, Bernard; Hamie, Jihad; Chaudet, Claude

Radio-Based Navigation and Posture Detection Experiments in Cooperative Wireless Body Area Networks Proceedings Article

In: IEEE International Conference on Electronics Circuits and Systems (IEEE ICECS'14), Workshop on Emerging Techniques and Architectures in BAN Systems and Applications, Marseille, France, 2014.

BibTeX

Chaudet, Claude; Petruzzi, Federico; Potop-Butucaru, Maria

Analyzing various broadcast strategies in WBAN Proceedings Article

In: International Workshop on Green Solutions for Body Area Networks (GreenBAN 2014), Paris, France, 2014.

BibTeX

Hamie, Jihad; Chaudet, Claude; Denis, Beno^ıt

Improved Navigation Capabilities in Groups of Cooperative Wireless Body Area Networks Proceedings Article

In: 9th International Conference on Body Area Networks (BodyNets'14), London, UK, 2014.

Links | BibTeX

Dieng, N'deye Amy; Chaudet, Claude; Toutain, Laurent; Meriem, Tayeb Ben; Charbit, Maurice

No-calibration localisation for indoor wireless sensor networks Journal Article

In: International Journal of Ad Hoc and Ubiquitous Computing, vol. 14, no. 1/2/3, 2014.

Links | BibTeX

2013

Chaudet, Claude; Haddad, Yoram

Wireless Software Defined Networks: Challenges and Opportunities Proceedings Article

In: IEEE International Conference on Microwaves, Communications, Antennas and Electronics Systems (COMCAS), Tel Aviv, Israel, 2013.

Links | BibTeX

Dieng, N'deye Amy; Charbit, Maurice; Chaudet, Claude; Toutain, Laurent; Meriem, Tayeb Ben

Indoor Localization in Wireless Networks based on a Two-modes Gaussian Mixture Model Proceedings Article

In: IEEE 78th Vehicular Technology Conference (VTC 2013 Fall), Las Vegas, USA, 2013.

BibTeX

Dieng, N'deye Amy; Chaudet, Claude; Toutain, Laurent; Meriem, Tayeb Ben

Evaluation and comparison of RSSI based indoor localization algorithms Proceedings Article

In: 5e Colloque National sur la Recherche en Informatique et ses Applications (CNRIA'13), Zinguichor, Senegal, 2013.

BibTeX

2012

Dieng, N'deye Amy; Charbit, Maurice; Chaudet, Claude; Toutain, Laurent; Meriem, Tayeb Ben

A Multi-Path Data Exclusion Model for RSSI-based Indoor Localization Proceedings Article

In: 15th International Symposium on Wireless Personal Multimedia Communications (WPMC), pp. 336-340, Taipei, Taiwan, 2012.

Links | BibTeX

Benchaïb, Yacine; Chaudet, Claude

VIRMANEL: A Mobile Multihop Network Virtualization Tool Proceedings Article

In: 7th ACM International Workshop on Wireless Network Testbeds, Experimental evaluation and Characterization (WinTech 2012), pp. 67-74, Istanbul, Tukey, 2012.

Links | BibTeX

Benchaïb, Yacine; Chaudet, Claude

SILUMOD: A Simulation Language for User Mobility Models Definition in Multihop Networks Proceedings Article

In: First Asia-Pacific Programming Languages and Compilers Workshop (APPLC 2012), Beijing, China, 2012.

BibTeX

Benchaïb, Yacine; Chaudet, Claude

Using VIRMANEL and SILUMOD to study protocol for mobile multihop networks (Demonstration) Proceedings Article

In: 9th Annual IEEE Communications Society Conference on Sensor, Mesh and Ad Hoc Communications and Networks (SECON), Seoul, Korea, 2012.

Links | BibTeX

Chaudet, Claude; Costagliola, Nicola; Demeure, Isabelle; Ktari, Salma; Tardieu, Samuel

Building an Efficient Overlay for Publish/Subscribe in Wireless Sensor Networks Proceedings Article

In: 9th Annual IEEE Communications Society Conference on Sensor, Mesh and Ad Hoc Communications and Networks (SECON), pp. 362-370, Seoul, Korea, 2012.

Links | BibTeX

Chaudet, Claude; Costagliola, Nicola; Demeure, Isabelle; Ktari, Salma; Tardieu, Samuel

Sélection des brokers dans un réseau de capteurs en mode publication / souscription Proceedings Article

In: 14èmes Rencontres Francophones sur les Aspects Algorithmiques des Télécommunications (Algotel 2012), La Grande Motte, France, 2012.

BibTeX

Dieng, N'deye Amy; Chaudet, Claude; Charbit, Maurice; Toutain, Laurent; Meriem, Tayeb Ben

Experiments on the RSSI as a Range Estimator for Indoor Localization Proceedings Article

In: Wireless Sensor Networks: Architectures, Deployments and Trends (NTMS 2012 - WSN ADT), pp. 1-5, Istanbul, Tukey, 2012.

Links | BibTeX

Benchaïb, Yacine; Chaudet, Claude

VIRMANEL: using virtualization to study mobile multihop networks (Demonstration) Proceedings Article

In: Thirteenth Workshop on Mobile Computing Systems and Applications (HotMobile), San Diego, USA, 2012.

BibTeX

Chaudet, Claude; Demeure, Isabelle; Ktari, Salma

A model to evaluate brokers overlays for Publish/Subscribe in Wireless Sensor Networks Proceedings Article

In: 9th Annual Conference on Wireless On-demand Network Systems and Services (WONS 2012), pp. 71-74, Courmayeur, Italy, 2012.

Links | BibTeX

2011

Chaudet, Claude; Demeure, Isabelle; Ktari, Salma; Costagliola, Nicola; Tardieu, Samuel

Publish/Subscribe for Wireless Sensor Networks (invited extended abstract) Proceedings Article

In: Asian Internet Engineering Conference (AINTEC 2011), Bangkok, Thailand, 2011.

Links | BibTeX

2009

Sanchez, Erwing R.; Chaudet, Claude; Montrucchio, Bartolomeo

An Energy Consumption Model of Variable Preamble Sampling MAC Protocols for Wireless Sensor Networks Proceedings Article

In: IEEE International Symposium on Personal, Indoor and Mobile Radio Communications (PIMRC 2009), Tokyo, Japan, 2009.

Links | BibTeX

Sanchez, Erwing; Chaudet, Claude; Montrucchio, Bartolomeo

Power Reduction by Adapting Strobed Preambles in Wireless Sensor Networks (Poster) Proceedings Article

In: European Conference on Wireless Sensor Networks (EWSN 2009), Cork, Ireland, 2009.

BibTeX

Sanchez, Erwing; Chaudet, Claude; Rebaudengo, Maurizio

Improving Preamble Sampling Performance in Wireless Sensor Networks with State Information Proceedings Article

In: The Sixth International Conference on Wireless On-demand Network Systems and Services (WONS 2009), Snowbird, USA, 2009.

Links | BibTeX

2008

Chaudet, Claude; Hecker, Artur

QoS dans Wi-Fi - IEEE 802.11 e/k/h Book Chapter

In: Chaouchi, Guy Pujolle Hakima (Ed.): Réseaux sans fil émergents : standards IEEE, no. 7, HERMES Science Publishing Ltd, 2008.

BibTeX

Sarr, Cheikh; Chaudet, Claude; Chelius, Guillaume; Lassous, Isabelle Guérin

Bandwidth Estimation for IEEE 802.11-Based Ad Hoc Networks Journal Article

In: IEEE Transactions on Mobile Computing, vol. 7, no. 10, 2008.

Links | BibTeX

2007

Pereira, Paulo Rogério; Grilo, António; Rocha, Francisco; Nunes, Mário Serafim; augo Casaca,; Chaudet, Claude; Almström, Peter; Johansson, Mikael

End-to-end Reliability in Wireless Sensor Networks: Survey and Research Challenges Proceedings Article

In: EuroFGI Workshop on IP QoS and Traffic Control 2007, Lisboa, Portugal, 2007.

BibTeX

Sarr, Cheikh; Chaudet, Claude; Chelius, Guillaume; Lassous, Isabelle Guérin

Amélioration de la précision pour l'estimation de la bande passante résiduelle dans les réseaux ad hoc basés sur IEEE 802.11 Proceedings Article

In: 8emes Journées Doctorales en Informatique et Réseaux (JDIR 2007), Marne la Vallée, France, 2007.

BibTeX

2006

Sarr, Cheikh; Chaudet, Claude; Chelius, Guillaume; Lassous, Isabelle Guérin

A node-based available bandwidth evaluation in IEEE 802.11 ad hoc networks Journal Article

In: International Journal of Parallel, Emergent and Distributed Systems, vol. 21, no. 6, pp. 423-440, 2006.

Links | BibTeX

Sarr, Cheikh; Chaudet, Claude; Chelius, Guillaume; Lassous, Isabelle Guérin

Improving Accuracy in Available Bandwidth Estimation for 802.11-based Ad Hoc Networks (Poster) Proceedings Article

In: Third IEEE International Conference on Mobile Ad-hoc and Sensor Systems (MASS 2006), Vancouver, Canada, 2006.

Links | BibTeX

Chaudet, Claude; Lassous, Isabelle Guérin

État des lieux sur la qualité de service dans les réseaux ad hoc Proceedings Article

In: Colloque Francophone sur l'Ingénierie des Protocoles - Invited paper, Tozeur, Tunisie, 2006.

BibTeX

Chaudet, Claude; Chelius, Guillaume; Meunier, Hervé; David, Simplot-Ryl

Adaptive Probabilistic NAV to Increase Fairness in Ad Hoc 802.11 MAC Layer Journal Article

In: Ad Hoc & Sensor Wireless Networks – Special issue from the Fourth Annual Mediterranean Ad Hoc Networking Workshop, vol. 2, no. 2, 2006.

Links | BibTeX

Bruno, Raffaele; Chaudet, Claude; Conti, Marco; Gregori, Enrico

Fair MAC Protocols for 802: 11 -based Multi-Hop Ad hoc Networks: Challenges and Solutions Book Chapter

In: Performance Analysis of Mobile Ad Hoc Networks (Volume 7 in Wireless Networks and Mobile Computing), no. 3, Nova Sciences, Hauppauge NY, USA, 2006.

BibTeX

2005

Bruno, Raffaele; Chaudet, Claude; Conti, Marco; Gregori, Enrico

A Novel Fair Medium Access Control for 802.11-based Multi-Hop Ad hoc Networks Proceedings Article

In: 14th IEEE Workshop on Local and Metropolitan Area Networks (LanMan) , Chania, Crete, Greece, 2005.

Links | BibTeX

Sarr, Cheikh; Chaudet, Claude; Chelius, Guillaume; Lassous, Isabelle Guérin

A node-based available bandwidth evaluation in IEEE 802.11 ad hoc networks Proceedings Article

In: 11th International Conference on Parallel and Distributed Systems, Fukuoka, Japan, 2005.

Links | BibTeX

Chaudet, Claude; Dhoutaut, Dominique; Lassous, Isabelle Guérin

Performance issues with IEEE 802.11 in ad hoc networking Journal Article

In: IEEE Communications magazine, vol. 43, no. 7, 2005.

Links | BibTeX

Chaudet, Claude; Chelius, Guillaume; Meunier, Hervé; David, Simplot-Ryl

Adaptive Probabilistic NAV to Increase Fairness in Ad Hoc 802.11 MAC Layer Proceedings Article

In: Fourth annual Mediterranean workshop on Ad Hoc Networks (Med-Hoc-Net 2005), Island of Porquerolles, France, 2005.

Links | BibTeX

Chaudet, Claude; Lassous, Isabelle Guérin

Evaluation of the BRuIT protocol Proceedings Article

In: 61st Vehicular Technology Conference (IEEE VTC 2005 Spring), Stockholm, Sweden, 2005.

Links | BibTeX

Chaudet, Claude; Dhoutaut, Dominique; Lassous, Isabelle Guérin

Experiments of some performance issues with IEEE 802.11b in ad hoc networks Proceedings Article

In: Second Annual Conference on Wireless On demand Network Systems and Services (WONS 2005), St Moritz, Switzeland, 2005.

Links | BibTeX