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

  • [DOI] W. Badreddine, C. Chaudet, F. Petruzzi, and M. Potop-Butucaru, “Broadcast Strategies and Performance Evaluation of IEEE 802.15.4 in Wireless Body Area Networks WBAN,” Ad Hoc Networks, vol. 97 feb, 2020.
    [Bibtex]
    @article{Badreddine:2020pz,
      Author = {Badreddine, Wafa and Chaudet, Claude and Petruzzi, Federico and Potop-Butucaru, Maria},
      Date-Added = {2020-01-15 11:49:16 +0100},
      Date-Modified = {2020-01-15 11:53:53 +0100},
      Doi = {10.1016/j.adhoc.2019.102006},
      Journal = {Ad Hoc Networks},
      Month = feb,
      Title = {Broadcast Strategies and Performance Evaluation of IEEE 802.15.4 in Wireless Body Area Networks WBAN},
      Volume = {97},
      Year = {2020}}

2018

  • [DOI] N. Moussa, A. El Belrhiti El Alaoui, and C. Chaudet, “A novel approach of WSN routing protocols comparison for forest fire detection,” Wireless Networks nov, 2018.
    [Bibtex]
    @article{Moussa:2018cj,
      Author = {Moussa, Noureddine and El Belrhiti El Alaoui, Abdelbaki and Chaudet, Claude},
      Date-Added = {2018-11-28 21:25:20 +0100},
      Date-Modified = {2018-11-28 21:28:04 +0100},
      Doi = {10.1007/s11276-018-1872-3},
      Journal = {Wireless Networks},
      Month = nov,
      Title = {A novel approach of WSN routing protocols comparison for forest fire detection},
      Year = {2018},
      Bdsk-Url-1 = {https://doi.org/10.1007/s11276-018-1872-3}}
  • [DOI] G. Pau, C. Chaudet, D. Zhao, and M. Collotta, “Next Generation Wireless Technologies for Internet of Things,” Sensors, 2018.
    [Bibtex]
    @article{Pau:2018sh,
      Author = {Pau, Giovanni and Chaudet, Claude and Zhao, Dixian and Collotta, Mario},
      Date-Added = {2018-03-13 09:30:57 +0000},
      Date-Modified = {2018-03-13 09:32:16 +0000},
      Doi = {10.3390/s18010221},
      Journal = {Sensors},
      Title = {Next Generation Wireless Technologies for Internet of Things},
      Year = {2018},
      Bdsk-Url-1 = {https://doi.org/10.3390/s18010221}}

2017

  • [DOI] W. Badreddine, N. Khernane, M. Potop-Butucaru, and C. Chaudet, “Convergecast in Wireless Body Area Networks,” Ad Hoc Networks, vol. 66 nov, 2017.
    [Bibtex]
    @article{Badreddine:2017rp,
      Author = {Badreddine, Wafa and Khernane, Nesrine and Potop-Butucaru, Maria and Chaudet, Claude},
      Date-Added = {2017-11-24 14:26:24 +0000},
      Date-Modified = {2017-11-24 14:27:54 +0000},
      Doi = {j.adhoc.2017.08.008},
      Journal = {Ad Hoc Networks},
      Month = nov,
      Title = {Convergecast in Wireless Body Area Networks},
      Volume = {66},
      Year = {2017},
      Bdsk-Url-1 = {https://dx.doi.org/j.adhoc.2017.08.008}}

2016

  • [DOI] N. Khernane, M. Potop-Butucaru, and C. Chaudet, “BANZKP: a Secure Authentication Scheme Using Zero Knowledge Proof for WBANs,” in The 13th International Conference on Mobile Ad-hoc and Sensor Systems (MASS 2016), Bras\’\ilia, Brazil, oct 2016.
    [Bibtex]
    @inproceedings{Khernane:2016tw,
      Address = {Bras{\'\i}lia, Brazil},
      Author = {Khernane, Nesrine and Potop-Butucaru, Maria and Chaudet, Claude},
      Booktitle = {The 13th International Conference on Mobile Ad-hoc and Sensor Systems (MASS 2016)},
      Date-Added = {2016-06-22 18:20:36 +0000},
      Date-Modified = {2018-11-28 21:29:24 +0100},
      Doi = {10.1109/MASS.2016.046},
      Month = oct,
      Title = {{BANZKP: a Secure Authentication Scheme Using Zero Knowledge Proof for WBANs}},
      Year = {2016},
      Bdsk-Url-1 = {https://doi.org/10.1109/MASS.2016.046}}
  • N. Khernane, M. Potop-Butucaru, and C. Chaudet, “BANZKP: Schéma d’Authentification Sécurisé en utilisant Zero knowledge Proof pour les Réseaux de Capteurs Corporels,” in 13ème conférence francophone sur les nouvelles technologies de la répartition (NOTERE 2016), Paris, France, jul 2016.
    [Bibtex]
    @inproceedings{Khernane:2016lr,
      Address = {Paris, France},
      Author = {Khernane, Nesrine and Potop-Butucaru, Maria and Chaudet, Claude},
      Booktitle = {13{\`e}me conf{\'e}rence francophone sur les nouvelles technologies de la r{\'e}partition (NOTERE 2016)},
      Date-Added = {2016-06-22 18:18:20 +0000},
      Date-Modified = {2016-06-22 18:20:17 +0000},
      Month = jul,
      Title = {{BANZKP: Sch{\'e}ma d'Authentification S{\'e}curis{\'e} en utilisant Zero knowledge Proof pour les R{\'e}seaux de Capteurs Corporels}},
      Year = {2016}}
  • W. Badreddine, C. Chaudet, F. Petruzzi, and M. Potop-Butucaru, “Les stratégies de diffusion dans Wireless Body Area Networks (WBAN),” in 18ème Rencontres Francophones sur les Aspects Algorithmiques des Télécommunications (Algotel 2016), Bayonne, France, may 2016.
    [Bibtex]
    @inproceedings{Badreddine:2016lq,
      Address = {Bayonne, France},
      Author = {Badreddine, Wafa and Chaudet, Claude and Petruzzi, Federico and Potop-Butucaru, Maria},
      Booktitle = {18{\`e}me Rencontres Francophones sur les Aspects Algorithmiques des T{\'e}l{\'e}communications (Algotel 2016)},
      Date-Added = {2016-06-22 18:15:22 +0000},
      Date-Modified = {2016-06-22 18:16:48 +0000},
      Month = may,
      Title = {Les strat{\'e}gies de diffusion dans Wireless Body Area Networks (WBAN)},
      Year = {2016}}

2015

  • [DOI] W. Badreddine, C. Chaudet, F. Petruzzi, and M. Potop-Butucaru, “Broadcast strategies in Wireless Body Area Networks,” in 18th ACM International Conference on Modeling, Analysis and Simulation of Wireless and Mobile Systems (MSWiM), Cancun, Mexico, nov 2015.
    [Bibtex]
    @inproceedings{Badreddine:2015fp,
      Address = {Cancun, Mexico},
      Author = {Badreddine, Wafa and Chaudet, Claude and Petruzzi, Federico and Potop-Butucaru, Maria},
      Booktitle = {18th ACM International Conference on Modeling, Analysis and Simulation of Wireless and Mobile Systems (MSWiM)},
      Date-Added = {2015-11-27 08:33:49 +0000},
      Date-Modified = {2015-11-27 08:35:44 +0000},
      Doi = {10.1145/2811587.2811611},
      Month = nov,
      Title = {Broadcast strategies in Wireless Body Area Networks},
      Year = {2015},
      Bdsk-Url-1 = {http://dx.doi.org/10.1145/2811587.2811611}}
  • [DOI] A. Ouni, J. Hamie, C. Chaudet, A. Guizar, and C. Goursaud, “From the Characterization of Ranging Error to the Enhancement of Nodes Localization For Group of Wireless Body Area Networks,” in 7th International Conference on Ad Hoc Networks (ADHOCNETS), San Remo, Italy, sep 2015.
    [Bibtex]
    @inproceedings{Ouni:2015cr,
      Address = {San Remo, Italy},
      Author = {Ouni, Anis and Hamie, Jihad and Chaudet, Claude and Guizar, Arturo and Goursaud, Claire},
      Booktitle = {7th International Conference on Ad Hoc Networks (ADHOCNETS)},
      Date-Added = {2015-06-09 13:33:51 +0000},
      Date-Modified = {2018-11-28 21:30:43 +0100},
      Doi = {10.1007/978-3-319-25067-0_15},
      Month = sep,
      Title = {From the Characterization of Ranging Error to the Enhancement of Nodes Localization For Group of Wireless Body Area Networks},
      Year = {2015},
      Bdsk-Url-1 = {https://doi.org/10.1007/978-3-319-25067-0_15}}
  • [DOI] A. Guizar, A. Ouni, C. Goursaud, C. Chaudet, and J. Gorce, “Quantifying the Impact of Scheduling and Mobility on IR-UWB Localization in Body Area Networks,” in Poster in the 12th Annual Body Sensor Networks Conference (BSN 2015), Cambridge, USA, jun 2015.
    [Bibtex]
    @inproceedings{Guizar:2015lq,
      Address = {Cambridge, USA},
      Author = {Guizar, Arturo and Ouni, Anis and Goursaud, Claire and Chaudet, Claude and Gorce, Jean-Marie},
      Booktitle = {Poster in the 12th Annual Body Sensor Networks Conference (BSN 2015)},
      Date-Added = {2015-04-20 12:50:43 +0000},
      Date-Modified = {2018-11-28 21:33:22 +0100},
      Doi = {10.1109/BSN.2015.7299381},
      Month = jun,
      Title = {Quantifying the Impact of Scheduling and Mobility on IR-UWB Localization in Body Area Networks},
      Year = {2015},
      Bdsk-Url-1 = {https://doi.org/10.1109/BSN.2015.7299381}}
  • R. Léone, J. Leguay, P. Medagliani, and C. Chaudet, “Demo Abstract: Automating WSN experiments and simulations,” in 12th European Conference on Wireless Sensor Networks (EWSN 2015), Porto, Portugal, feb 2015.
    [Bibtex]
    @inproceedings{Leone:2015ij,
      Address = {Porto, Portugal},
      Author = {L{\'e}one, R{\'e}my and Leguay, J{\'e}r{\'e}mie and Medagliani, Paolo and Chaudet, Claude},
      Booktitle = {12th European Conference on Wireless Sensor Networks (EWSN 2015)},
      Date-Added = {2015-03-17 09:29:08 +0000},
      Date-Modified = {2015-03-17 09:29:08 +0000},
      Month = feb,
      Title = {Demo Abstract: Automating WSN experiments and simulations},
      Year = {2015}}
  • [DOI] R. Léone, J. Leguay, P. Medagliani, and C. Chaudet, “Tee: Traffic-based Energy Estimators for duty cycled Wireless Sensor Networks,” in IEEE International Conference on Communications (ICC), London, UK, jun 2015.
    [Bibtex]
    @inproceedings{Leone:2015xr,
      Address = {London, UK},
      Author = {L{\'e}one, R{\'e}my and Leguay, J{\'e}r{\'e}mie and Medagliani, Paolo and Chaudet, Claude},
      Booktitle = {IEEE International Conference on Communications (ICC)},
      Date-Added = {2015-03-17 09:25:26 +0000},
      Date-Modified = {2020-01-15 11:52:20 +0100},
      Doi = {10.1109/ICC.2015.7249401},
      Month = jun,
      Title = {Tee: Traffic-based Energy Estimators for duty cycled Wireless Sensor Networks},
      Year = {2015}}
  • C. Chaudet and Y. Haddad, “Wireless Software Defined Networking.” Chapter 4 in Software Defined Mobile Networks (SDMN): Concepts and Challenges, Wiley aug, 2015.
    [Bibtex]
    @inbook{Chaudet:2014so,
      Author = {Chaudet, Claude and Haddad, Yoram},
      Date-Added = {2014-09-15 14:31:02 +0000},
      Date-Modified = {2015-03-17 09:42:45 +0000},
      Month = aug,
      Publisher = {Chapter 4 in Software Defined Mobile Networks (SDMN): Concepts and Challenges, Wiley},
      Title = {Wireless Software Defined Networking},
      Url = {http://eu.wiley.com/WileyCDA/WileyTitle/productCd-1118900286.html},
      Year = {2015},
      Bdsk-Url-1 = {http://eu.wiley.com/WileyCDA/WileyTitle/productCd-1118900286.html}}
  • [DOI] J. Hamie, A. Ouni, and C. Chaudet, “Is Cooperative Localization in Wireless Body Area Networks Accurate Enough for Motion Capture Applications?,” in 12th IEEE International Conference on Sensing, Communication and Networking (SECON), Seattle, USA, jun 2015.
    [Bibtex]
    @inproceedings{Hamie:2014bx,
      Address = {Seattle, USA},
      Author = {Hamie, Jihad and Ouni, Anis and Chaudet, Claude},
      Booktitle = {12th IEEE International Conference on Sensing, Communication and Networking (SECON)},
      Date-Added = {2014-09-15 14:13:12 +0000},
      Date-Modified = {2018-11-28 21:33:40 +0100},
      Doi = {10.1109/SAHCN.2015.7338351},
      Month = jun,
      Title = {Is Cooperative Localization in Wireless Body Area Networks Accurate Enough for Motion Capture Applications?},
      Year = {2015},
      Bdsk-Url-1 = {https://doi.org/10.1109/SAHCN.2015.7338351}}

2014

  • [DOI] J. Hamie, C. Chaudet, and B. Denis, “Improved Navigation Capabilities in Groups of Cooperative Wireless Body Area Networks,” in 9th International Conference on Body Area Networks (BodyNets’14), London, UK, sep 2014.
    [Bibtex]
    @inproceedings{Hamie:2014hb,
      Address = {London, UK},
      Author = {Hamie, Jihad and Chaudet, Claude and Denis, Beno{\^\i}t},
      Booktitle = {9th International Conference on Body Area Networks (BodyNets'14)},
      Date-Added = {2015-03-17 09:31:04 +0000},
      Date-Modified = {2018-11-28 21:34:27 +0100},
      Doi = {10.4108/icst.bodynets.2014.256999},
      Month = sep,
      Title = {Improved Navigation Capabilities in Groups of Cooperative Wireless Body Area Networks},
      Year = {2014},
      Bdsk-Url-1 = {https://doi.org/10.4108/icst.bodynets.2014.256999}}
  • B. Denis, L. Biard, A. Guizar, A. Ouni, C. Goursaud, N. Amiot, M. Mhedhbi, S. Avrillon, E. Plouhinec, B. Uguen, J. Hamie, and C. Chaudet, “Radio-Based Navigation and Posture Detection Experiments in Cooperative Wireless Body Area Networks,” 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, dec 2014.
    [Bibtex]
    @inproceedings{B.-Denis:2014uk,
      Address = {Marseille, France},
      Author = {Denis, Beno{\^\i}t and Biard, Lionel and Guizar, Arturo and Ouni, Anis and Goursaud, Claire and Amiot, Nicolas and Mhedhbi, Meriem and Avrillon, St{\'e}phane and Plouhinec, E. and Uguen, Bernard and Hamie, Jihad and Chaudet, Claude},
      Booktitle = {IEEE International Conference on Electronics Circuits and Systems (IEEE ICECS'14), Workshop on Emerging Techniques and Architectures in BAN Systems and Applications},
      Date-Added = {2014-12-16 16:00:49 +0000},
      Date-Modified = {2014-12-16 16:05:11 +0000},
      Month = dec,
      Title = {Radio-Based Navigation and Posture Detection Experiments in Cooperative Wireless Body Area Networks},
      Year = {2014}}
  • C. Chaudet, F. Petruzzi, and M. Potop-Butucaru, “Analyzing various broadcast strategies in WBAN,” in International Workshop on Green Solutions for Body Area Networks (GreenBAN 2014), Paris, France, nov 2014.
    [Bibtex]
    @inproceedings{Chaudet:2014qr,
      Address = {Paris, France},
      Author = {Chaudet, Claude and Petruzzi, Federico and Potop-Butucaru, Maria},
      Booktitle = {International Workshop on Green Solutions for Body Area Networks (GreenBAN 2014)},
      Date-Added = {2014-09-15 14:16:48 +0000},
      Date-Modified = {2014-09-15 14:17:40 +0000},
      Month = nov,
      Title = {Analyzing various broadcast strategies in WBAN},
      Year = {2014}}
  • [DOI] N. A. Dieng, C. Chaudet, L. Toutain, T. Ben Meriem, and M. Charbit, “No-calibration localisation for indoor wireless sensor networks,” International Journal of Ad Hoc and Ubiquitous Computing, vol. 14, no. 1/2/3,, 2014.
    [Bibtex]
    @article{Dieng:2013qv,
      Author = {Dieng, N'deye Amy and Chaudet, Claude and Toutain, Laurent and Ben Meriem, Tayeb and Charbit, Maurice},
      Date-Added = {2013-05-16 08:42:18 +0000},
      Date-Modified = {2014-09-15 14:10:59 +0000},
      Doi = {10.1504/IJAHUC.2014.059908},
      Journal = {International Journal of Ad Hoc and Ubiquitous Computing},
      Number = {1/2/3},
      Title = {No-calibration localisation for indoor wireless sensor networks},
      Volume = {14},
      Year = {2014},
      Bdsk-Url-1 = {http://dx.doi.org/10.1504/IJAHUC.2014.059908}}

2013

  • [DOI] C. Chaudet and Y. Haddad, “Wireless Software Defined Networks: Challenges and Opportunities,” in IEEE International Conference on Microwaves, Communications, Antennas and Electronics Systems (COMCAS), Tel Aviv, Israel, oct 2013.
    [Bibtex]
    @inproceedings{Chaudet:2013xz,
      Address = {Tel Aviv, Israel},
      Author = {Chaudet, Claude and Haddad, Yoram},
      Booktitle = {IEEE International Conference on Microwaves, Communications, Antennas and Electronics Systems (COMCAS)},
      Date-Added = {2014-09-15 14:25:47 +0000},
      Date-Modified = {2014-09-15 14:27:05 +0000},
      Doi = {10.1109/COMCAS.2013.6685237},
      Month = oct,
      Title = {Wireless Software Defined Networks: Challenges and Opportunities},
      Year = {2013},
      Bdsk-Url-1 = {http://dx.doi.org/10.1109/COMCAS.2013.6685237}}
  • N. A. Dieng, M. Charbit, C. Chaudet, L. Toutain, and T. Ben Meriem, “Indoor Localization in Wireless Networks based on a Two-modes Gaussian Mixture Model,” in IEEE 78th Vehicular Technology Conference (VTC 2013 Fall), Las Vegas, USA, sep 2013.
    [Bibtex]
    @inproceedings{Dieng:2013uq,
      Address = {Las Vegas, USA},
      Author = {Dieng, N'deye Amy and Charbit, Maurice and Chaudet, Claude and Toutain, Laurent and Ben Meriem, Tayeb},
      Booktitle = {IEEE 78th Vehicular Technology Conference (VTC 2013 Fall)},
      Date-Added = {2014-09-15 14:09:43 +0000},
      Date-Modified = {2014-09-15 14:09:43 +0000},
      Month = sep,
      Title = {Indoor Localization in Wireless Networks based on a Two-modes Gaussian Mixture Model},
      Year = {2013}}
  • N. A. Dieng, C. Chaudet, L. Toutain, and T. Ben Meriem, “Evaluation and comparison of RSSI based indoor localization algorithms,” in 5e Colloque National sur la Recherche en Informatique et ses Applications (CNRIA’13), Zinguichor, Senegal, apr 2013.
    [Bibtex]
    @inproceedings{Dieng:2013fk,
      Address = {Zinguichor, Senegal},
      Author = {Dieng, N'deye Amy and Chaudet, Claude and Toutain, Laurent and Ben Meriem, Tayeb},
      Booktitle = {5e Colloque National sur la Recherche en Informatique et ses Applications (CNRIA'13)},
      Date-Added = {2013-05-14 09:34:46 +0000},
      Date-Modified = {2013-05-14 09:36:37 +0000},
      Month = apr,
      Title = {Evaluation and comparison of RSSI based indoor localization algorithms},
      Year = {2013}}

2012

  • C. Chaudet, N. Costagliola, I. Demeure, S. Ktari, and S. Tardieu, “Sélection des brokers dans un réseau de capteurs en mode publication / souscription,” in 14èmes Rencontres Francophones sur les Aspects Algorithmiques des Télécommunications (Algotel 2012), La Grande Motte, France, may 2012.
    [Bibtex]
    @inproceedings{Chaudet:2012vn,
      Address = {La Grande Motte, France},
      Author = {Chaudet, Claude and Costagliola, Nicola and Demeure, Isabelle and Ktari, Salma and Tardieu, Samuel},
      Booktitle = {14{\`e}mes Rencontres Francophones sur les Aspects Algorithmiques des T{\'e}l{\'e}communications (Algotel 2012)},
      Date-Added = {2013-01-19 16:08:56 +0000},
      Date-Modified = {2013-01-19 16:09:59 +0000},
      Month = may,
      Title = {S{\'e}lection des brokers dans un r{\'e}seau de capteurs en mode publication / souscription},
      Year = {2012}}
  • N. A. Dieng, M. Charbit, C. Chaudet, L. Toutain, and T. Ben Meriem, “A Multi-Path Data Exclusion Model for RSSI-based Indoor Localization,” in 15th International Symposium on Wireless Personal Multimedia Communications (WPMC), Taipei, Taiwan, sep 2012, pp. 336-340.
    [Bibtex]
    @inproceedings{Dieng:2012fk,
      Address = {Taipei, Taiwan},
      Author = {Dieng, N'deye Amy and Charbit, Maurice and Chaudet, Claude and Toutain, Laurent and Ben Meriem, Tayeb},
      Booktitle = {15th International Symposium on Wireless Personal Multimedia Communications (WPMC)},
      Date-Added = {2013-01-19 15:33:14 +0000},
      Date-Modified = {2013-01-22 21:34:05 +0000},
      Month = sep,
      Pages = {336-340},
      Title = {A Multi-Path Data Exclusion Model for RSSI-based Indoor Localization},
      Url = {http://ieeexplore.ieee.org/xpl/articleDetails.jsp?tp=&arnumber=6398790},
      Year = {2012},
      Bdsk-Url-1 = {http://ieeexplore.ieee.org/xpl/articleDetails.jsp?tp=&arnumber=6398790}}
  • [DOI] C. Chaudet, I. Demeure, and S. Ktari, “A model to evaluate brokers overlays for Publish/Subscribe in Wireless Sensor Networks,” in 9th Annual Conference on Wireless On-demand Network Systems and Services (WONS 2012), Courmayeur, Italy, jan 2012, pp. 71-74.
    [Bibtex]
    @inproceedings{Chaudet:2012cr,
      Address = {Courmayeur, Italy},
      Author = {Chaudet, Claude and Demeure, Isabelle and Ktari, Salma},
      Booktitle = {9th Annual Conference on Wireless On-demand Network Systems and Services (WONS 2012)},
      Date-Added = {2012-12-08 13:49:31 +0000},
      Date-Modified = {2013-01-22 21:35:29 +0000},
      Doi = {10.1109/WONS.2012.6152241},
      Month = jan,
      Pages = {71-74},
      Title = {A model to evaluate brokers overlays for Publish/Subscribe in Wireless Sensor Networks},
      Year = {2012},
      Bdsk-Url-1 = {http://dx.doi.org/10.1109/WONS.2012.6152241}}
  • [DOI] N. A. Dieng, C. Chaudet, M. Charbit, L. Toutain, and T. Ben Meriem, “Experiments on the RSSI as a Range Estimator for Indoor Localization,” in Wireless Sensor Networks: Architectures, Deployments and Trends (NTMS 2012 – WSN ADT), Istanbul, Tukey, may 2012, pp. 1-5.
    [Bibtex]
    @inproceedings{Dieng:2012bh,
      Address = {Istanbul, Tukey},
      Author = {Dieng, N'deye Amy and Chaudet, Claude and Charbit, Maurice and Toutain, Laurent and Ben Meriem, Tayeb},
      Booktitle = {Wireless Sensor Networks: Architectures, Deployments and Trends (NTMS 2012 - WSN ADT)},
      Date-Added = {2012-12-08 13:46:47 +0000},
      Date-Modified = {2013-01-22 21:21:20 +0000},
      Doi = {10.1109/NTMS.2012.6208722},
      Month = may,
      Pages = {1-5},
      Title = {Experiments on the RSSI as a Range Estimator for Indoor Localization},
      Year = {2012},
      Bdsk-Url-1 = {http://dx.doi.org/10.1109/NTMS.2012.6208722}}
  • [DOI] C. Chaudet, N. Costagliola, I. Demeure, S. Ktari, and S. Tardieu, “Building an Efficient Overlay for Publish/Subscribe in Wireless Sensor Networks,” in 9th Annual IEEE Communications Society Conference on Sensor, Mesh and Ad Hoc Communications and Networks (SECON), Seoul, Korea, jun 2012, pp. 362-370.
    [Bibtex]
    @inproceedings{Chaudet:2012zr,
      Address = {Seoul, Korea},
      Author = {Chaudet, Claude and Costagliola, Nicola and Demeure, Isabelle and Ktari, Salma and Tardieu, Samuel},
      Booktitle = {9th Annual IEEE Communications Society Conference on Sensor, Mesh and Ad Hoc Communications and Networks (SECON)},
      Date-Added = {2012-12-08 13:27:11 +0000},
      Date-Modified = {2013-01-22 21:13:04 +0000},
      Doi = {10.1109/SECON.2012.6275798},
      Month = jun,
      Pages = {362-370},
      Title = {Building an Efficient Overlay for Publish/Subscribe in Wireless Sensor Networks},
      Year = {2012},
      Bdsk-Url-1 = {http://dx.doi.org/10.1109/SECON.2012.6275798}}

2011

  • [DOI] C. Chaudet, I. Demeure, S. Ktari, N. Costagliola, and S. Tardieu, “Publish/Subscribe for Wireless Sensor Networks (invited extended abstract),” in Asian Internet Engineering Conference (AINTEC 2011), Bangkok, Thailand, nov 2011.
    [Bibtex]
    @inproceedings{Chaudet:2011nx,
      Address = {Bangkok, Thailand},
      Author = {Chaudet, Claude and Demeure, Isabelle and Ktari, Salma and Costagliola, Nicola and Tardieu, Samuel},
      Booktitle = {Asian Internet Engineering Conference (AINTEC 2011)},
      Date-Added = {2012-12-08 13:50:49 +0000},
      Date-Modified = {2012-12-08 13:51:51 +0000},
      Doi = {10.1145/2089016.2089020},
      Month = nov,
      Title = {Publish/Subscribe for Wireless Sensor Networks (invited extended abstract)},
      Year = {2011},
      Bdsk-Url-1 = {http://dx.doi.org/10.1145/2089016.2089020}}

2009

  • [DOI] E. R. Sanchez, C. Chaudet, and B. Montrucchio, “An Energy Consumption Model of Variable Preamble Sampling MAC Protocols for Wireless Sensor Networks,” in IEEE International Symposium on Personal, Indoor and Mobile Radio Communications (PIMRC 2009), Tokyo, Japan, sep 2009.
    [Bibtex]
    @inproceedings{Sanchez2009kc,
      Address = {Tokyo, Japan},
      Author = {Sanchez, Erwing R. and Chaudet, Claude and Montrucchio, Bartolomeo},
      Booktitle = {IEEE International Symposium on Personal, Indoor and Mobile Radio Communications (PIMRC 2009)},
      Date-Added = {2011-08-31 23:34:20 +0200},
      Date-Modified = {2011-10-26 22:01:53 +0200},
      Doi = {10.1109/PIMRC.2009.5449970},
      Month = sep,
      Title = {An Energy Consumption Model of Variable Preamble Sampling MAC Protocols for Wireless Sensor Networks},
      Year = {2009},
      Bdsk-Url-1 = {http://dx.doi.org/10.1109/PIMRC.2009.5449970}}
  • E. Sanchez, C. Chaudet, and B. Montrucchio, “Power Reduction by Adapting Strobed Preambles in Wireless Sensor Networks (Poster),” in European Conference on Wireless Sensor Networks (EWSN 2009), Cork, Ireland, feb 2009.
    [Bibtex]
    @inproceedings{Sanchez2009kh,
      Address = {Cork, Ireland},
      Author = {Sanchez, Erwing and Chaudet, Claude and Montrucchio, Bartolomeo},
      Booktitle = {{European Conference on Wireless Sensor Networks (EWSN 2009)}},
      Month = feb,
      Title = {{Power Reduction by Adapting Strobed Preambles in Wireless Sensor Networks (Poster)}},
      Year = 2009}
  • [DOI] E. Sanchez, C. Chaudet, and M. Rebaudengo, “Improving Preamble Sampling Performance in Wireless Sensor Networks with State Information,” in The Sixth International Conference on Wireless On-demand Network Systems and Services (WONS 2009), Snowbird, USA, feb 2009.
    [Bibtex]
    @inproceedings{Sanchez2009rq,
      Address = {Snowbird, USA},
      Author = {Sanchez, Erwing and Chaudet, Claude and Rebaudengo, Maurizio},
      Booktitle = {{The Sixth International Conference on Wireless On-demand Network Systems and Services (WONS 2009)}},
      Doi = {11.1109/WONS.2009.4801849},
      Month = feb,
      Title = {{Improving Preamble Sampling Performance in Wireless Sensor Networks with State Information}},
      Year = 2009,
      Bdsk-Url-1 = {http://dx.doi.org/11.1109/WONS.2009.4801849}}

2008

  • [DOI] C. Sarr, C. Chaudet, G. Chelius, and I. Guérin Lassous, “Bandwidth Estimation for IEEE 802.11-Based Ad Hoc Networks,” IEEE Transactions on Mobile Computing, vol. 7, no. 10, oct, 2008.
    [Bibtex]
    @article{Sarr2008mb,
      Author = {Sarr, Cheikh and Chaudet, Claude and Chelius, Guillaume and Gu{\'e}rin Lassous, Isabelle},
      Date-Modified = {2011-10-26 22:03:57 +0200},
      Doi = {10.1109/TMC.2008.41},
      Journal = {{IEEE Transactions on Mobile Computing}},
      Month = oct,
      Number = 10,
      Title = {{Bandwidth Estimation for IEEE 802.11-Based Ad Hoc Networks}},
      Volume = 7,
      Year = 2008,
      Bdsk-Url-1 = {http://dx.doi.org/10.1109/TMC.2008.41}}
  • C. Chaudet and A. Hecker, “QoS dans Wi-Fi – IEEE 802.11 e/k/h,” , G. P. Hakima Chaouchi, Ed., HERMES Science Publishing Ltd nov, 2008.
    [Bibtex]
    @inbook{Chaudet2008cq,
      Author = {Chaudet, Claude and Hecker, Artur},
      Booktitle = {{R{\'e}seaux sans fil {\'e}mergents : standards IEEE}},
      Editor = {Hakima Chaouchi, Guy Pujolle},
      Month = nov,
      Number = 7,
      Publisher = {HERMES Science Publishing Ltd},
      Title = {{QoS dans Wi-Fi - IEEE 802.11 e/k/h}},
      Year = 2008}

2007

  • P. R. Pereira, A. Grilo, F. Rocha, M. Serafim Nunes, augo Casaca, C. Chaudet, P. Almström, and M. Johansson, “End-to-end Reliability in Wireless Sensor Networks: Survey and Research Challenges,” in EuroFGI Workshop on IP QoS and Traffic Control 2007, Lisboa, Portugal, dec 2007.
    [Bibtex]
    @inproceedings{Pereira2007jl,
      Address = {Lisboa, Portugal},
      Author = {Pereira, Paulo Rog{\'e}rio and Grilo, Ant{\'o}nio and Rocha, Francisco and Serafim Nunes, M{\'a}rio and Casaca, augo and Chaudet, Claude and Almstr{\"o}m, Peter and Johansson, Mikael},
      Booktitle = {{EuroFGI Workshop on IP QoS and Traffic Control 2007}},
      Month = dec,
      Title = {{End-to-end Reliability in Wireless Sensor Networks: Survey and Research Challenges}},
      Year = 2007}
  • C. Sarr, C. Chaudet, G. Chelius, and I. Guérin Lassous, “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,” in 8emes Journées Doctorales en Informatique et Réseaux (JDIR 2007), Marne la Vallée, France, jan 2007.
    [Bibtex]
    @inproceedings{Sarr2007gb,
      Address = {Marne la Vall{\'e}e, France},
      Author = {Sarr, Cheikh and Chaudet, Claude and Chelius, Guillaume and Gu{\'e}rin Lassous, Isabelle},
      Booktitle = {{8emes Journ{\'e}es Doctorales en Informatique et R{\'e}seaux (JDIR 2007)}},
      Month = jan,
      Title = {{Am{\'e}lioration de la pr{\'e}cision pour l'estimation de la bande passante r{\'e}siduelle dans les r{\'e}seaux ad hoc bas{\'e}s sur IEEE 802.11}},
      Year = 2007}

2006

  • [DOI] C. Sarr, C. Chaudet, G. Chelius, and I. Guérin Lassous, “Improving Accuracy in Available Bandwidth Estimation for 802.11-based Ad Hoc Networks (Poster),” in Third IEEE International Conference on Mobile Ad-hoc and Sensor Systems (MASS 2006), Vancouver, Canada, nov 2006.
    [Bibtex]
    @inproceedings{Sarr2006ye,
      Address = {Vancouver, Canada},
      Author = {Sarr, Cheikh and Chaudet, Claude and Chelius, Guillaume and Gu{\'e}rin Lassous, Isabelle},
      Booktitle = {{Third IEEE International Conference on Mobile Ad-hoc and Sensor Systems (MASS 2006)}},
      Date-Modified = {2011-10-26 22:07:06 +0200},
      Doi = {10.1109/MOBHOC.2006.278599},
      Month = nov,
      Title = {{Improving Accuracy in Available Bandwidth Estimation for 802.11-based Ad Hoc Networks (Poster)}},
      Year = 2006,
      Bdsk-Url-1 = {http://dx.doi.org/10.1109/MOBHOC.2006.278599}}
  • [DOI] C. Sarr, C. Chaudet, G. Chelius, and I. Guérin Lassous, “A node-based available bandwidth evaluation in IEEE 802.11 ad hoc networks,” International Journal of Parallel, Emergent and Distributed Systems, vol. 21, no. 6,, pp. 423-440, dec, 2006.
    [Bibtex]
    @article{Sarr2006qo,
      Author = {Sarr, Cheikh and Chaudet, Claude and Chelius, Guillaume and Gu{\'e}rin Lassous, Isabelle},
      Date-Modified = {2013-01-26 17:18:41 +0000},
      Doi = {10.1080/17445760600761403},
      Journal = {{International Journal of Parallel, Emergent and Distributed Systems}},
      Month = dec,
      Number = 6,
      Pages = {423-440},
      Title = {{A node-based available bandwidth evaluation in IEEE 802.11 ad hoc networks}},
      Volume = 21,
      Year = 2006,
      Bdsk-Url-1 = {http://dx.doi.org/10.1080/17445760600761403}}
  • [DOI] C. Chaudet, G. Chelius, H. Meunier, and S. David, “Adaptive Probabilistic NAV to Increase Fairness in Ad Hoc 802.11 MAC Layer,” Ad Hoc & Sensor Wireless Networks — Special issue from the Fourth Annual Mediterranean Ad Hoc Networking Workshop, vol. 2, no. 2,, 2006.
    [Bibtex]
    @article{Chaudet2006tw,
      Author = {Chaudet, Claude and Chelius, Guillaume and Meunier, Herv{\'e} and David, Simplot-Ryl},
      Date-Modified = {2011-10-26 22:05:45 +0200},
      Doi = {10.1007/0-387-31173-4_2},
      Journal = {{Ad Hoc & Sensor Wireless Networks -- Special issue from the Fourth Annual Mediterranean Ad Hoc Networking Workshop}},
      Number = 2,
      Title = {{Adaptive Probabilistic NAV to Increase Fairness in Ad Hoc 802.11 MAC Layer}},
      Volume = 2,
      Year = 2006,
      Bdsk-Url-1 = {http://dx.doi.org/10.1007/0-387-31173-4_2}}
  • C. Chaudet and I. Guérin Lassous, “état des lieux sur la qualité de service dans les réseaux ad hoc,” in Colloque Francophone sur l’Ingénierie des Protocoles – Invited paper, Tozeur, Tunisie, nov 2006.
    [Bibtex]
    @inproceedings{Chaudet2006il,
      Address = {Tozeur, Tunisie},
      Author = {Chaudet, Claude and Gu{\'e}rin Lassous, Isabelle},
      Booktitle = {{Colloque Francophone sur l'Ing{\'e}nierie des Protocoles - Invited paper}},
      Month = nov,
      Title = {{{\'E}tat des lieux sur la qualit{\'e} de service dans les r{\'e}seaux ad hoc}},
      Year = 2006}
  • R. Bruno, C. Chaudet, M. Conti, and E. Gregori, “Fair MAC Protocols for 802: 11 -based Multi-Hop Ad hoc Networks: Challenges and Solutions.” Hauppauge NY, USA: Nova Sciences, 2006.
    [Bibtex]
    @inbook{Bruno2006zt,
      Address = {Hauppauge NY, USA},
      Author = {Bruno, Raffaele and Chaudet, Claude and Conti, Marco and Gregori, Enrico},
      Booktitle = {Performance Analysis of Mobile Ad Hoc Networks (Volume 7 in Wireless Networks and Mobile Computing)},
      Number = 3,
      Publisher = {Nova Sciences},
      Title = {{Fair MAC Protocols for 802: 11 -based Multi-Hop Ad hoc Networks: Challenges and Solutions}},
      Year = {2006}}

2005

  • [DOI] C. Chaudet, G. Chelius, H. Meunier, and S. David, “Adaptive Probabilistic NAV to Increase Fairness in Ad Hoc 802.11 MAC Layer,” in Fourth annual Mediterranean workshop on Ad Hoc Networks (Med-Hoc-Net 2005), Island of Porquerolles, France, jun 2005.
    [Bibtex]
    @inproceedings{Chaudet2005dz,
      Address = {Island of Porquerolles, France},
      Author = {Chaudet, Claude and Chelius, Guillaume and Meunier, Herv{\'e} and David, Simplot-Ryl},
      Booktitle = {{Fourth annual Mediterranean workshop on Ad Hoc Networks (Med-Hoc-Net 2005)}},
      Date-Modified = {2011-10-26 22:08:44 +0200},
      Doi = {10.1007/0-387-31173-4_2},
      Month = jun,
      Title = {{Adaptive Probabilistic NAV to Increase Fairness in Ad Hoc 802.11 MAC Layer}},
      Year = 2005,
      Bdsk-Url-1 = {http://dx.doi.org/10.1007/0-387-31173-4_2}}
  • [DOI] C. Sarr, C. Chaudet, G. Chelius, and I. Guérin Lassous, “A node-based available bandwidth evaluation in IEEE 802.11 ad hoc networks,” in 11th International Conference on Parallel and Distributed Systems, Fukuoka, Japan, jul 2005.
    [Bibtex]
    @inproceedings{Sarr2005fu,
      Address = {Fukuoka, Japan},
      Author = {Sarr, Cheikh and Chaudet, Claude and Chelius, Guillaume and Gu{\'e}rin Lassous, Isabelle},
      Booktitle = {{11th International Conference on Parallel and Distributed Systems}},
      Date-Modified = {2011-10-26 22:09:17 +0200},
      Doi = {10.1109/ICPADS.2005.37},
      Month = jul,
      Title = {{A node-based available bandwidth evaluation in IEEE 802.11 ad hoc networks}},
      Year = 2005,
      Bdsk-Url-1 = {http://dx.doi.org/10.1109/ICPADS.2005.37}}
  • [DOI] R. Bruno, C. Chaudet, M. Conti, and E. Gregori, “A Novel Fair Medium Access Control for 802.11-based Multi-Hop Ad hoc Networks,” in 14th IEEE Workshop on Local and Metropolitan Area Networks (LanMan) , Chania, Crete, Greece, sep 2005.
    [Bibtex]
    @inproceedings{Bruno2005kl,
      Address = {Chania, Crete, Greece},
      Author = {Bruno, Raffaele and Chaudet, Claude and Conti, Marco and Gregori, Enrico},
      Booktitle = {{14th IEEE Workshop on Local and Metropolitan Area Networks (LanMan) }},
      Date-Modified = {2011-10-26 22:09:57 +0200},
      Doi = {10.1109/LANMAN.2005.1541540},
      Month = sep,
      Title = {{A Novel Fair Medium Access Control for 802.11-based Multi-Hop Ad hoc Networks}},
      Year = 2005,
      Bdsk-Url-1 = {http://dx.doi.org/10.1109/LANMAN.2005.1541540}}
  • [DOI] C. Chaudet, D. Dhoutaut, and I. Guérin Lassous, “Performance issues with IEEE 802.11 in ad hoc networking,” IEEE Communications magazine, vol. 43, no. 7, jul, 2005.
    [Bibtex]
    @article{Chaudet2005qa,
      Author = {Chaudet, Claude and Dhoutaut, Dominique and Gu{\'e}rin Lassous, Isabelle},
      Date-Modified = {2011-10-26 22:08:01 +0200},
      Doi = {10.1109/MCOM.2005.1470836},
      Journal = {{IEEE Communications magazine}},
      Month = jul,
      Number = {7},
      Title = {{Performance issues with IEEE 802.11 in ad hoc networking}},
      Volume = 43,
      Year = 2005,
      Bdsk-Url-1 = {http://dx.doi.org/10.1109/MCOM.2005.1470836}}
  • [DOI] C. Chaudet, D. Dhoutaut, and I. Guérin Lassous, “Experiments of some performance issues with IEEE 802.11b in ad hoc networks,” in Second Annual Conference on Wireless On demand Network Systems and Services (WONS 2005), St Moritz, Switzeland, jan 2005.
    [Bibtex]
    @inproceedings{Chaudet2005lh,
      Address = {St Moritz, Switzeland},
      Author = {Chaudet, Claude and Dhoutaut, Dominique and Gu{\'e}rin Lassous, Isabelle},
      Booktitle = {{Second Annual Conference on Wireless On demand Network Systems and Services (WONS 2005)}},
      Date-Modified = {2011-10-26 22:10:37 +0200},
      Doi = {10.1109/WONS.2005.16},
      Month = jan,
      Title = {{Experiments of some performance issues with IEEE 802.11b in ad hoc networks}},
      Year = 2005,
      Bdsk-Url-1 = {http://dx.doi.org/10.1109/WONS.2005.16}}
  • [DOI] C. Chaudet and I. Guérin Lassous, “Evaluation of the BRuIT protocol,” in 61st Vehicular Technology Conference (IEEE VTC 2005 Spring), Stockholm, Sweden, may 2005.
    [Bibtex]
    @inproceedings{Chaudet2005fu,
      Address = {Stockholm, Sweden},
      Author = {Chaudet, Claude and Gu{\'e}rin Lassous, Isabelle},
      Booktitle = {{61st Vehicular Technology Conference (IEEE VTC 2005 Spring)}},
      Date-Modified = {2011-10-26 22:11:13 +0200},
      Doi = {10.1109/VETECS.2005.1543784},
      Month = may,
      Title = {{Evaluation of the BRuIT protocol}},
      Year = 2005,
      Bdsk-Url-1 = {http://dx.doi.org/10.1109/VETECS.2005.1543784}}

2004

  • C. Chaudet, “Autour de la réservation de bande passante dans les réseaux ad hoc,” PhD Thesis sep, 2004.
    [Bibtex]
    @phdthesis{Chaudet2004oq,
      Author = {Chaudet, Claude},
      Month = sep,
      School = {{Institut National des Sciences Appliqu{\'e}es de Lyon}},
      Title = {{Autour de la r{\'e}servation de bande passante dans les r{\'e}seaux ad hoc}},
      Year = 2004}
  • [DOI] G. Chelius and C. Chaudet, “Handoff Notification in Wireless Hybrid Networks,” in Sixth IFIP/IEEE International Conference on Mobile and Wireless Communication Networks (MWCN) 2004, Paris, France, oct 2004.
    [Bibtex]
    @inproceedings{Chelius2004kl,
      Address = {Paris, France},
      Author = {Chelius, Guillaume and Chaudet, Claude},
      Booktitle = {{Sixth IFIP/IEEE International Conference on Mobile and Wireless Communication Networks (MWCN) 2004}},
      Date-Modified = {2011-10-26 22:11:48 +0200},
      Doi = {10.1007/0-387-23150-1_5},
      Month = oct,
      Title = {{Handoff Notification in Wireless Hybrid Networks}},
      Year = 2004,
      Bdsk-Url-1 = {http://dx.doi.org/10.1007/0-387-23150-1_5}}
  • [DOI] C. Chaudet, I. Guérin Lassous, E. Thierry, and B. Gaujal, “Study of the Impact of Asymmetry and Carrier Sense Mechanism in IEEE 802.11 Multi-hops Networks through a Basic Case,” in ACM Workshop on Performance Evaluation of Wireless Ad Hoc, Sensor, and Ubiquitous Networks (PE-WASUN ’04), Venice, Italy, sep 2004.
    [Bibtex]
    @inproceedings{Chaudet2004tg,
      Address = {Venice, Italy},
      Author = {Chaudet, Claude and Gu{\'e}rin Lassous, Isabelle and Thierry, Eric and Gaujal, Bruno},
      Booktitle = {{ACM Workshop on Performance Evaluation of Wireless Ad Hoc, Sensor, and Ubiquitous Networks (PE-WASUN '04)}},
      Date-Modified = {2011-10-26 22:12:34 +0200},
      Doi = {10.1145/1023756.1023758},
      Month = sep,
      Title = {{Study of the Impact of Asymmetry and Carrier Sense Mechanism in IEEE 802.11 Multi-hops Networks through a Basic Case}},
      Year = 2004,
      Bdsk-Url-1 = {http://dx.doi.org/10.1145/1023756.1023758}}
  • [DOI] C. Chaudet, O. Festor, I. Guérin Lassous, and R. State, “A Managed Bandwidth Reservation Protocol for Ad Hoc Networks,” in First International Workshop on Service Assurance with Partial and Intermittent Resources (SAPIR 2004), Fortaleza, Ceara, Brazil, aug 2004.
    [Bibtex]
    @inproceedings{Chaudet2004hc,
      Address = {Fortaleza, Ceara, Brazil},
      Author = {Chaudet, Claude and Festor, Olivier and Gu{\'e}rin Lassous, Isabelle and State, Radu},
      Booktitle = {{First International Workshop on Service Assurance with Partial and Intermittent Resources (SAPIR 2004)}},
      Date-Modified = {2013-01-26 17:15:08 +0000},
      Doi = {10.1007/978-3-540-27767-5_2},
      Month = aug,
      Title = {{A Managed Bandwidth Reservation Protocol for Ad Hoc Networks}},
      Year = 2004,
      Bdsk-Url-1 = {http://dx.doi.org/10.1007/978-3-540-27767-5_2}}
  • G. Chelius, C. Chaudet, and N. Whitlock, “Notification de mobilité dans les réseaux hybrides avec infrastructure sans-fil,” in 6eme Rencontres Francophones sur les aspects algorithmiques des télécommunications (Algotel 2004), Batz-sur-Mer, France, may 2004.
    [Bibtex]
    @inproceedings{Chelius2004ij,
      Address = {Batz-sur-Mer, France},
      Author = {Chelius, Guillaume and Chaudet, Claude and Whitlock, Natalie},
      Booktitle = {{6eme Rencontres Francophones sur les aspects algorithmiques des t{\'e}l{\'e}communications ({Algotel} 2004)}},
      Month = may,
      Title = {{Notification de mobilit{\'e} dans les r{\'e}seaux hybrides avec infrastructure sans-fil}},
      Year = 2004}
  • [DOI] C. Chaudet, I. Guérin Lassous, and J. Zeronvik, “A Distributed Algorithm for Bandwidth Allocation in Stable Ad Hoc Networks,” in First Working Conference on Wireless On-demand Network Systems (WONS2004), Madonna di Campiglio, Italy, jan 2004, pp. 101-115.
    [Bibtex]
    @inproceedings{Chaudet2004bs,
      Address = {Madonna di Campiglio, Italy},
      Author = {Chaudet, Claude and Gu{\'e}rin Lassous, Isabelle and Zeronvik, Janez},
      Booktitle = {{First Working Conference on Wireless On-demand Network Systems ({WONS2004})}},
      Date-Modified = {2013-01-22 20:45:45 +0000},
      Doi = {10.1007/978-3-540-24614-5_8},
      Month = jan,
      Pages = {101-115},
      Publisher = {Springer},
      Series = {LNCS 2928},
      Title = {{A Distributed Algorithm for Bandwidth Allocation in Stable Ad Hoc Networks}},
      Year = 2004,
      Bdsk-Url-1 = {http://dx.doi.org/10.1007/978-3-540-24614-5_8}}
  • [DOI] C. Chaudet and I. Guérin Lassous, “Routage QoS et réseaux ad-hoc~: de l’état de lien à l’état de noeud,” Technique et Science Informatiques (TSI), numéro spécial Réseaux et protocoles, vol. 23, no. 5/6,, pp. 817-843,, 2004.
    [Bibtex]
    @article{Chaudet2004fv,
      Author = {Chaudet, Claude and Gu{\'e}rin Lassous, Isabelle},
      Date-Modified = {2014-11-08 20:54:32 +0000},
      Doi = {10.3166/tsi.23.817-843},
      Journal = {{T}echnique et {S}cience {I}nformatiques ({TSI}), num{\'e}ro sp{\'e}cial R{\'e}seaux et protocoles},
      Number = {5/6},
      Pages = {817-843},
      Title = {{Routage QoS et r{\'e}seaux ad-hoc~: de l'{\'e}tat de lien {\`a} l'{\'e}tat de noeud}},
      Volume = 23,
      Year = 2004,
      Bdsk-Url-1 = {http://dx.doi.org/10.3166/tsi.23.817-843}}

2003

  • C. Chaudet and I. Guérin Lassous, “Influence de l’asymétrie et des interférences sur l’équité de l’accès au médium dans les réseaux 802.11b,” in 5eme Rencontres Francophones sur les aspects algorithmiques des télécommunications (Algotel 2003), Banyuls-sur-Mer, France, may 2003.
    [Bibtex]
    @inproceedings{Chaudet2003nx,
      Address = {Banyuls-sur-Mer, France},
      Author = {Chaudet, Claude and Gu{\'e}rin Lassous, Isabelle},
      Booktitle = {{5eme Rencontres Francophones sur les aspects algorithmiques des t{\'e}l{\'e}communications ({Algotel} 2003)}},
      Month = may,
      Title = {{Influence de l'asym{\'e}trie et des interf{\'e}rences sur l'{\'e}quit{\'e} de l'acc{\`e}s au m{\'e}dium dans les r{\'e}seaux 802.11b}},
      Year = 2003}

2002

  • C. Chaudet and I. Guérin Lassous, “Prise en compte des interférences dans la réservation de bande passante~:~le protocoles BRuIT,” in 4eme Rencontres Francophones sur les aspects algorithmiques des télécommunications (Algotel 2002), Mèze, France, may 2002.
    [Bibtex]
    @inproceedings{Chaudet2002dq,
      Address = {M{\`e}ze, France},
      Author = {Chaudet, Claude and Gu{\'e}rin Lassous, Isabelle},
      Booktitle = {{4eme Rencontres Francophones sur les aspects algorithmiques des t{\'e}l{\'e}communications ({Algotel} 2002)}},
      Month = may,
      Title = {{Prise en compte des interf{\'e}rences dans la r{\'e}servation de bande passante~:~le protocoles {BRuIT}}},
      Year = 2002}
  • C. Chaudet and I. Guérin Lassous, “BRuIT : Bandwidth Reservation under InTerferences influence,” in European Wireless 2002 (EW2002), Florence, Italy, feb 2002.
    [Bibtex]
    @inproceedings{Chaudet2002cr,
      Address = {Florence, Italy},
      Author = {Chaudet, Claude and Gu{\'e}rin Lassous, Isabelle},
      Booktitle = {{European Wireless 2002 ({EW2002})}},
      Date-Modified = {2013-01-19 14:47:13 +0000},
      Month = feb,
      Title = {{BRuIT} : Bandwidth Reservation under InTerferences influence},
      Year = 2002,
      Bdsk-Url-1 = {http://dx.doi.org/10.1.1.6.3118}}

2001

  • C. Chaudet, “Qualité de service et réseaux ad-hoc – un état de l’art,” in MS3G’2001 — Services liés à la mobilité et Réseaux mobiles de 3ème génération, Lyon, France, dec 2001.
    [Bibtex]
    @inproceedings{Chaudet2001qf,
      Address = {Lyon, France},
      Author = {Chaudet, Claude},
      Booktitle = {{MS3G}'2001 --- Services li{\'e}s {\`a} la mobilit{\'e} et R{\'e}seaux mobiles de 3{\`e}me g{\'e}n{\'e}ration},
      Month = dec,
      Title = {{Qualit{\'e} de service et r{\'e}seaux ad-hoc - un {\'e}tat de l'art}},
      Year = 2001}
  • [DOI] K. Bertet, C. Chaudet, I. Guérin Lassous, and L. Viennot, “Impact of Interferences on Bandwidth Reservation for Ad Hoc Networks: a First Theoretical Study,” in IEEE Symposium on Ad Hoc Wireless Networks (SAWN), San Antonio, Texas, USA, nov 2001.
    [Bibtex]
    @inproceedings{Bertet2001bh,
      Address = {San Antonio, Texas, {USA}},
      Author = {Bertet, Karell and Chaudet, Claude and Gu{\'e}rin Lassous, Isabelle and Viennot, Laurent},
      Booktitle = {{IEEE Symposium on Ad Hoc Wireless Networks (SAWN)}},
      Date-Modified = {2011-10-26 22:15:13 +0200},
      Doi = {10.1109/GLOCOM.2001.965960},
      Month = nov,
      Title = {{Impact of Interferences on Bandwidth Reservation for Ad Hoc Networks: a First Theoretical Study}},
      Year = 2001,
      Bdsk-Url-1 = {http://dx.doi.org/10.1109/GLOCOM.2001.965960}}