Design and Large-Scale Evaluation of Wifi Proximity Metrics

Total Page:16

File Type:pdf, Size:1020Kb

Design and Large-Scale Evaluation of Wifi Proximity Metrics Design and Large-Scale Evaluation of WiFi Proximity Metrics Aymen Fakhreddine Nils Ole Tippenhauer Domenico Giustiniano IMDEA Networks Institute Singapore University of Technology and Design IMDEA Networks Institute & University Carlos III of Madrid Singapore Madrid, Spain Madrid, Spain nils [email protected] [email protected] [email protected] Abstract—We study the problem of deriving proximity metrics • Measurement sanitization for user-assisted WiFi localization based on WiFi fingerprints without the need of external sensors database building [1], [2]; and access to the locations of APs. Applications that benefit from • Fingerprint ambiguity estimation in an unknown environ- proximity metrics are movement estimation of a single node over time, WiFi fingerprint matching for localization systems ment [3]; and attacks on privacy. Using a large-scale, real-world WiFi • Detection of co-location for mobile applications on mobile fingerprint data set consisting of 200,000 fingerprints resulting devices (as attack on users’ privacy, see [4] for Bluetooth). from a large deployment of wearable WiFi sensors, we show There are three main challenges to address to effectively that metrics from related work perform poorly on real-world data. We analyze the cause for this poor performance, and show solve the problem of WiFi proximity metrics. that imperfect observations of APs in the neighborhood are the Challenge 1: Design of proximity metrics without using any root cause. We then propose improved metrics to provide such external sensors. To the best of our knowledge, metrics that do proximity estimates, without requiring knowledge of location not require any external sensors have received limited attention for the observed AP. Our metrics allow to derive a relative in related work. Yet, the availability of a solution in this space distance estimate based on two observed WiFi fingerprints. We demonstrate that their performance is superior to the related would allow a widespread adoption to any WiFi transceiver, work metrics. from low-end IoT device to more powerful smartphone device. Challenge 2: Metrics that can cope with probabilistic I. INTRODUCTION observations. Fingerprints might not contain information of In recent years, mobile smart devices have become ubiq- all APs in range. There are two reasons: uitous, e.g., smart phones, personal health devices, smart • storage constraints might limit the number of APs stored watches, and other smart home appliances. Low cost require- for each fingerprint; ments and integration with legacy networks lead to wide adop- • collisions, time-out, and channel hopping during WiFi scan- tion of IEEE 802.11-based wireless communication (WiFi). ning can prevent deterministic observations of nearby APs. Many such devices, and devices that are part of the so- called Internet-of-Things (IoT), interact with their physical Storage of WiFi fingerprints can require relatively large environment and physically close communication partners amount of memory, if the MAC address (6 Bytes) and an either directly or via cloud platforms. RSSI value (1 Byte) is stored for each AP. Given the growing To determine the physical locations of such devices, WiFi- density of WiFi APs, single scans for neighboring APs can localization based approaches have become widespread. Typi- easily return 30 and more results. Storing an unlimited number cally, the mobile device collects a wireless fingerprint at their of APs per fingerprint can thus violate memory constraints. current location. This consists of set of MAC addresses of Challenge 3: Metrics that do not have access to large nearby Access Points (APs), and their received signal strength databases of known locations of APs. In this work, we are indicator called RSSI. This fingerprint data is sent to a third- interested in metrics that do not require prior knowledge of party cloud service (such as Google, Apple, Skyhook, etc.), the locations of APs in the environment. In particular, large- that estimates the device’s location. The motivation for using scale records of AP locations are proprietary data owned by a third-party cloud service is that fingerprint data is noisy, and few companies, and not accessible by the public. it requires a large set of measurements from a large number Finally, related work lacks of large scale real-world data of users and access to a large database of positions of APs in evaluation of proximity metrics, which are needed to assess order to provide high-to-medium accuracy level. the soundness of the proposed solution. In this work, we look at the problem of WiFi proximity Our main contributions are listed in what follows: metrics in positioning systems, i.e., metrics that allow to • We perform an extensive evaluation of a novel Jaccard estimate the spatial correlation or physical distance between Index-based metric and two prior work metrics over two two WiFi fingerprints. Such metrics can be valuable in a main datasets: i) an artificial dataset based on simplified number of scenarios: propagation models and perfect knowledge of the true locations, and ii) a large-scale, real-world WiFi fingerprint present them only for the sake of comparing them to the ones data set consisting of 200; 000 fingerprints resulting from a we design in this work. large deployment of wearable WiFi sensors [5]. MetricE (Euclidean Distance): In [6], the authors discuss • We identify key drawbacks of all three metrics using our RSSI proximity metrics. They propose to compute the Eu- real-world dataset, analyze the causes and propose a model clidean distance between the RSSI vectors fRSSIaig i2Na\Nb to explain the issue. Further analysis of our dataset confirms and fRSSIbig from the set of APs a \ b present in i2Na\Nb N N that our model closely matches observed data. both fingerprints Fa and Fb: • Based on our error model, we propose three improved dis- s X 2 tance metric definitions. Our proposed metrics only require m(Fa;Fb) = RSSIai − RSSIbi (1) two WiFi fingerprints readings, and enable mobile devices i2Na\Nb to compute the results i) without continuous requests to the MetricM (The ”Manhattan” distance): In [6], the authors third-party cloud service, ii) without disclosing the location also propose to use the Manhattan distance that refers to the to the cloud service and to neighbor nodes, and iii) with sum of the absolute differences instead of the Euclidean one. limited requirements of local storage and low computational X and implementation complexity. m(Fa;Fb) = jRSSIai − RSSIbij (2) This work is structured as follows. In Section II, we i2Na\Nb introduce the system model, metrics from related work and C. NSE Dataset the datasets used (real and simulated data). In Section III, we Our evaluation uses a large-scale real-world dataset, col- introduce the detailed problem, our first attempts at addressing lected as part of the National Science Experiment (NSE) it, and investigations into mismatch between performance on project in Singapore. We now briefly introduce the SENSg simulated data versus real data. To address performance drop devices that are used to gather the dataset. with real data, we introduce improved metrics Section V and show that they perform well in both settings. We conclude in SENSg sensors: A total of 50,000 devices are produced and Section VI. used by students at schools. The students wear the devices for a week or longer, and collect data about their daily life. The II. BACKGROUND data is automatically uploaded to a cloud platform, and made A. System Model and WiFi Fingerprints available to the students to analyze. The devices are called In this work, we focus on IEEE 802.11b (which we will SENSg [5], and they record WiFi fingerprints (as defined in refer to as WiFi), but general principles hold for other wireless this work) every 12 seconds. Using a third party API, the WiFi standards as well. We consider a node with wireless transceiver fingerprints are mapped to location estimates after the data that is capable of observing the presence of WiFi APs and is uploaded to the cloud. The SENSg devices store only the their RSSI values. To simplify the discussion, we assume that 20 APs with highest RSSI per fingerprint. Storing the MAC the infrastructure is static, and the node is moving over time. address and received signal strength for each AP requires 7 We also assume that omnidirectional antennas are used. The Bytes, so a fingerprint with 20 observed APs is 140 Byte large. density of APs in range can vary from 0 to more than 40. Measurements and data gathering: The real world datasets The node gathers measurements of WiFi fingerprints over used in this work are gathered by students during the NSE time. Then, the node uses the proximity metric to find an project. In particular, the dataset used in this work is a subset estimate of the moved distance for consecutive fingerprints. of all fingerprints taken. For all fingerprints used, we also have We use the following notation in this work to refer to WiFi a location estimate by the third party API. Location provided fingerprints. We define n as our node of interest, a set A of all by the third party API is subject to accuracy errors, as in APs in the target area, and N ⊂ A as the subset of nearby APs typical cloud-based location based-systems. within that are in range of node n. We use j j to indicate A N D. Simulation setup the cardinality of a set, i.e. the count of distinct items in the set. For integers jxj is the absolute value of x. In addition to the real world dataset, we generate an artificial Let oi = (RSSIi; MACi) denote the AP observation of dataset with 200; 000 fingerprints as in the real measurement data. The fingerprints are randomly distributed in an area n for AP i.
Recommended publications
  • Imdea Networks Institute
    imdea networks institute developing the science of networks annual report 20www.networks.imdea.org j173-18 01 interior 2017.indd 1 24/5/18 12:24 Arturo Azcorra Director of the IMDEA Networks Institute May 2018 annual report IMDEA Networks Institute is a top worldwide research transforming society and economy. Our lives are increasingly institute in the Science of Networks. In 2017, the Insti- entangled with ubiquitous communication technologies tute has continued to boost Madrid’s competitiveness and the limitless digital information they provide access as a technology-oriented region. The institute not only to. The ways we relate to each other, work, travel, shop, or strengthens the technology profile of the region, but its entertain ourselves are increasingly driven by new, com- collaboration with local companies also helps to enhance pelling mobile services. Most such services heavily rely on Madrid’s high-tech output with cutting edge research. Our the collection and analysis of personal data. These data ultimate goal is to help Madrid make its mark on the 21st are often generated and provided willingly by the users Century by focusing on the development of products and themselves. Tweeting about an event, browsing the World services that incorporate the most advanced network and Wide Web, calling with a mobile phone, using a car naviga- communication technologies. tion system, using a health and fitness app or paying with a credit card are examples of situations creating trails of IMDEA Networks focuses on an area of knowledge that has individual “digital breadcrumbs”. Location-based service a profound impact on people’s lives and is continuously providers, web tracking platforms, mobile network opera- j173-18 01 interior 2017.indd 2 24/5/18 12:24 tors, automotive manufacturers, or banking information that the privacy of the personal data they share on digital systems can then gather substantial amounts of such data platforms is preserved.
    [Show full text]
  • Developing the Science of Networks Annualreport
    developing the science of networks annual report 2www.networks.imdea.org0 Arturo Azcorra Director of the IMDEA Networks Institute September 2020 0 annual report annual report www.networks.imdea.org 2 IMDEA Networks Institute is a top research institute in network in the world that could have supported such a the Science of Networks and Communication Technol- drastic increase in demand. For instance, if the demand 3 ogy worldwide. It focuses on an area that has a profound of electricity suddenly increased by even a much smaller impact on people’s lives. Over the last decades, the wide- amount, the electricity network would collapse, and the spread access to networks has dramatically changed the same would happen with the road system, public trans- 9 way manufacturers produce and supply their goods, how portation, or any other existing network. 1 public administrations operate, how professionals work 0 Beyond networks, the COVID-19 crisis has also taught annual report annual report and, in general, how individuals and society are shaped. 2 us a lesson on the importance of digital transformation. The importance of networks has made itself even more Digital transformation deals with the digitalization of the evident during the current crisis of COVID-19. In this society as a whole, involving areas such as teleworking, crisis, networks have played a fundamental role to sub- electronic commerce, telemedicine, teleteaching, digital stitute the physical interaction between people. Indeed, administration and connected industry, among others. We during this period networks have allowed that work, social have seen that those societies that are more advanced in interactions, entertainment and life in general continue in terms of digital transformation have been able to cope spite of the drastic confinement measures that have been with the crisis much more effectively, suffering a much adopted.
    [Show full text]
  • We Have to Reinvent EVERYTHING!
    What is the work of an IMDEA Networks researcher? 1. Wanting to know: Want to be how communications work a networks researcher? 2. Learning and You should have studied: • Telematics Engineering snooping around: • Telecommunications Engineering tirelessly asking yourself why? • Electronics Engineering • Computer Engineering We have • Mathematics 3. Persisting: looking • Physics to reinvent • ... or a related field for solutions to existing technological challenges EVERYTHING! 4. Inventing and innovating: finding a solution (one way or another) and applying it to the real world @IMDEA_Networks #IMDEA #networks 5. Improving and [email protected] progressing: tel. +34 91 481 6210 your knowledge and skills and of IMDEA Networks Institute Avenida del Mar Mediterráneo, 22 those around you 28918 Leganés (Madrid) - SPAIN Communications 2 million 290 6 million networks billion smartphones tweets Networks allow you to carry cellphones sold daily daily data from one device to another through computer equipment connected to each 3 other by physical or wireless billion social networks means profiles 120 500 million million apps downloaded Twitter At IMDEA Networks we develop today the accounts principles and network technologies of the every day future to achieve the following: • Bring the Internet within reach of everyone, everywhere • Make the Internet of Things happen (6 billion connected 1 objects!) billion • Achieve faster and faster real time connections, that are active 4 instantaneous and faultless Facebook billion • Ensure cyber security:
    [Show full text]
  • Press Release Nota De Prensa Parental Control
    Press release Nota de prensa Madrid, Spain 28 January, 2021 Parental control applications often misbehave posing privacy threats for children and even parents The researchers Álvaro Feal (IMDEA Networks Institute), Paolo Calciati (IMDEA Software Institute), Dr. Narseo Vallina-Rodríguez (IMDEA Networks Institute), Dr. Carmela Troncoso (Spring Lab EPFL), and Dr. Alessandra Gorla (IMDEA Software Institute) have won the "Prize for the research and Personal Data Protection Emilio Aced" given by the Spanish data protection agency (AEPD), for the paper "Angel or Devil? A Privacy Study of Mobile Parental Control Apps." Parental control apps are used by parents to monitor the use that their children make of their mobile phones, and to block access to certain features. These apps are highly intrusive by definition, as they can track the actions and movements of the children’s phone (and thus of the child). Therefore, the use of parental control apps can have implications on the privacy of both children and parents. The study Existing recommendations by official bodies (such as SIP4 by the European Commission) do not take privacy into consideration, benchmarking only features such as price, capabilities, or usability. To assess such privacy risks, Álvaro, Paolo, Narseo, Carmela and Alessandra relied on a combination of static and dynamic analysis to study 46 parental control apps. In their work, the researchers found that almost 75% of the apps contain data-driven third- party libraries for secondary purposes (namely advertisement, social networks, and analytic services) and that 67% of the apps share private data without user consent, including apps recommended by public bodies, such as IS4K (Internet Segura For Kids by INCIBE).
    [Show full text]
  • Annual Report 20 18
    EUROPEAN UNION European Structural and Investment Fund annual report 18 20 20www.software.imdea.org annual report imdea software institute science and technology for developing better software imdea software institute annual report Contact software [email protected] Campus de Montegancedo tel. +34 91 101 22 02 28223 Pozuelo de Alarcón fax +34 91 101 13 58 Madrid, Spain 20www.software.imdea.org The IMDEA Software Institute was created by the Madrid Regional Government under the strong belief that quality research and innovation in technology-related areas is the most successful and cost-effective way of genera- ting knowledge, competitiveness, sustainable growth, and employment. The Institute focuses on research on the science and technology behind the creation of reliable, scalable, and secure software. The relevance of software in the global market is supported by existing data: the spen- ding on ICT for 2017 in the EU28 area was estimated in 624M€, a 4.4% of the GDP of the same area (D2.1 First Report on Facts and Figures, IDC Italia srl and The Lisbon Council, March 2018), while the worldwide tendency is that of a sustained growth of an approximate annual 5% (https://www.idc.com/promo/global-ict-spending/forecast, IDC Italia srl, consulted on April 2019). In addition, trends such as the wider application of AI and the emergence of blockchain-based technologies Manuel Carro applied to a variety of scenarios unrelated to cryptocu- Director, IMDEA Software Institute rrencies, continued their consolidation during 2018. As April 22, 2019 with all new technologies, their adoption is not without risk, and careful deliberation is needed to ensure that they can be safely used.
    [Show full text]
  • Technological Energy Platforms on Energy in the SUDOE Area
    Technological Energy Platforms on Energy in the SUDOE area 2019 2019 Contents Introduction 4 List of Technological Platforms in the field of Energy in the Sudoe Area 7 CD6 Centre de Desenvolupement de Sensors Instrumentcio i Sistemes - UPC ..... 7 CEDINT - UPM Open-IoT Solution................................................................................. 8 CEMIC ...............................................................................................................................10 CESP – UPVD ...................................................................................................................11 CISE - Electromechatronic Systems Research Centre .............................................12 CITCEA Sistemes Research – Control de la Energia i el Moviment, Instrumentacio i Istemes. Research and Technological Innovation. – UPC .......................................13 DNI Network ....................................................................................................................14 Electrochemical Devices Testing Lab (EDTL)..............................................................15 EURECAT Centre Tecnologic de Catalunya................................................................16 IK4-CIDETEC ................................................................................................................... 17 iK4-IKERLAN Mondragon ..............................................................................................19 INIESC..............................................................................................................................20
    [Show full text]
  • 2016 Annual Report IMDEA Networks File Download
    developing the science of networks imdea networks institute .imdea.org 0 networks annual report annual report www. 2 Arturo Azcorra Director of the IMDEA Networks Institute April 2017 annual report IMDEA Networks Institute is a top worldwide research and the economy over the last decades. Far from stabi- institute in the Science of Networks. In 2016, the Insti- lizing, this area continues to transform our lives at an tute has continued to boost Madrid’s competitiveness amazing pace. As a matter of fact, the Institute is cur- as a technology-oriented region. The Institute not only rently engaged in the development of a new disruptive strengthens the technology profile of the region, but its technology that is going to change the way we perceive collaboration with local companies also helps to enhance and communicate with the surrounding world: 5G. With Madrid’s high-tech output with cutting edge research. Our 5G, current reality will become a “connected reality”, ultimate goal is to help Madrid make its mark on the 21st where all people and objects are connected to each Century by focusing on the development of products and other, forming a single “whole”. Not only each of us will services that incorporate the most advanced network and be permanently connected to our doctor, friends, work communication technologies. colleagues, clients/providers, security service, etc., but additionally we will also be connected to our car, fridge, IMDEA Networks focuses on an area that has a profound favorite bakery, leisure shops, metro, airport, home, … impact on people’s lives, and has transformed society any object that can be of our interest.
    [Show full text]
  • SCIENTIST POSITIONS at IMDEA Materials Institute
    SCIENTIST POSITIONS at IMDEA Materials Institute IMDEA Materials Institute is a public research organization founded in 2007 by Madrid’s regional government to carry out research of excellence in Material Science and Engineering by attracting talent from all over world to work in an international and multidisciplinary environment. IMDEA Materials has grown rapidly since its foundation and currently includes more than 120 researchers from 17 nationalities and has become one of the leading research centers in materials in Europe which has received the María de Maeztu seal of excellence from the Spanish government. The research activities have been focused in the areas of materials for transport and materials for energy and the Institute has state-of-the-art facilities for processing, characterization and simulation of advanced materials. More information can be found at http://www.imdea.org/materials The strategic plan of the Institute is aimed at expanding the research activities into the area of Materials for Health Care with the support of the Maria de Maeztu program. To this end, IMDEA Materials has opened two new positions of either Researchers (tenure-track) or Senior Researchers (tenured) in the following areas: - Materials and scaffolds for biomedical applications. He/she will bring expertise in the areas of cell culture, tissue growth, biocompatibility, bioactive agents for cell proliferation, etc. and is expected to take advantage of the current capabilities of the institute in advanced processing, characterization and simulation of materials to establish a multidisciplinary program. (Reference IC2019_01). - Biomechanics of biological tissues, including characterization, modelling and simulation of the mechanical behavior of healthy and pathological biological tissues and their interaction with implants, prothesis and orthosis.
    [Show full text]
  • The IMDEA Energy's Infrastructure Provides Support to the Users for The
    The IMDEA Energy’s infrastructure provides support to the users for the design, simulation, optimization, testing and control of concentrating solar thermal technologies as well as other complex systems related to thermal processes. It gathers dedicated computational tools and experimental installations covering technology readiness levels from 1 up to 6. The infrastructure has unique facilities able to achieve very high concentrations in a wide range of total power (from 1 kW up to 250 kW), which are of special interest in materials development and high-temperature applications. Areas of research comprise advanced optical engineering; computational fluid dynamics and mechanics for solar receivers, reactors and energy storage systems; numerical integration analysis of solar thermal systems and components in industrial and thermal processes and supervisory control and data treatment and acquisition by means of computational tools; materials synthesis and characterisation under high irradiances; testing of solar absorber materials; testing solar reactor components under very-high irradiances. IMDEA Energy offers four (4) installations for the TA in this project: • The Computational Design Lab for High Temperature Processes (HTPU-CDL) offers specific hardware and software tools for characterising, designing and modelling solar thermochemical and high temperature processes. • The High Temperature Processes Laboratory (HTPU-LAB) provides support For characterization of tested materials: a bench-top Scanning Electron Microscope Model Hitachi TM- 1000 that includes an Energy Dispersive X-Ray analyser from Oxford Instruments; XRD diffractometers X’Pert Por MPD and BrukerD8 Advanced; ICP-OES (Chemical Measurements) Perkin Elmer OPTIMA 7300DV with autosampler; Thermo-Gravimetric Analyser (TGA/DSC) for measurements at high temperature and under reactive atmosphere (water vapour) Netzsch Jupiter F3 449.
    [Show full text]
  • Imdea Energy Institute Research for a Sustainable Energy Development
    imdea energy institute research for a sustainable energy development a n n u a l r e p o r t f o r e w o r d David Serrano Director of the IMDEA Energy Foundation Móstoles, September 2015 annual report I am glad to introduce the Annual Report of the IMDEA Energy Institute, which highlights the main outcomes and achievements corresponding to 2014. IMDEA Energy is aimed to the development of novel, efficient and clean energy technologies for contributing to the transition towards a low-carbon energy system. Created by the Regional Govern- ment of “Comunidad de Madrid”, IMDEA Energy is featured by having a modern and flexible management system, whereas scientific excellence, international impact and cooperation with industry are the key drivers of its activities. The Scientific Programme of IMDEA Energy addresses a number of topics of high industrial and social relevance: con- centrating solar thermal power, production of sustainable fuels, energy storage materials and devices, smart management of electricity demand, energy systems with enhanced efficiency and valorization of CO2 emissions. The headquarters of IMDEA Energy are located in a new building in the Technological Park of Móstoles (Madrid), provided with high efficiency energy systems, having been awarded with the Gold LEED certificate, which is a highly reputed international recognition for buildings with a minimum environmental impact. Likewise, the availability of sophisticated lab equipment, as well as of singular pilot plant infrastructures, allows the research activities to be performed on a very high level. IMDEA Energy is organized in six research units including scientists with a great variety of backgrounds and specializa- tions like mechanical, electrical and chemical engineering, physics, biology, chemistry, biochemistry and environmental science, among others.
    [Show full text]
  • Imdea Energy Institute Energy .Imdea.Org Annual Report Annual Report Www
    research for a sustainable energy development imdea energy institute .imdea.org energy annual report annual report www. 20 David Serrano Director of IMDEA Energy Móstoles, September 2017 annual report annual report annual report www.energy.imdea.org 20 I have the pleasure of introducing the Annual Report of the a variety of backgrounds, specializations and countries. IMDEA Energy Institute corresponding to 2016. IMDEA By the end of 2016, a total of 78 persons were working 3 Energy is an R&D institution with the legal form of Public in IMDEA Energy, having also the collaboration of 51 Foundation, promoted by the Regional Government of B.Sc. and M.Sc. students in the different research topics. “Comunidad de Madrid”. Its principal goal is to contribute to the transition towards a low-carbon energy system, in The external funding executed by the institute in 2016 which sustainability issues and economic feasibility can reached 2.93 M€, which represents a 38% increase annual report annual report be combined. Scientific excellence, international impact compared to 2015. Those funds came from 42 ongoing 20 and cooperation with industry are the key drivers of the research projects granted by public administrations, 12 IMDEA Energy activities. contracts with private institutions and 20 personnel grants. In this way, international projects contributed The research areas addressed by IMDEA Energy present to about 50% of the overall external incomes. These high scientific, industrial and social relevance, being well figures have allowed the IMDEA Energy Institute to aligned with the national and international programs on reach in 2016 a self-funding ratio of 56% regarding energy and environment.
    [Show full text]
  • 2018 Annual Report PDF: IMDEA Networks Institute File Download
    annual report 18 20 20www.networks.imdea.org annual report imdea networks institute developing the science of networks imdea networks institute Contact annual report [email protected] phone +34 91 481 62 10 fax +34 91 481 69 65 networks Avenida del Mar Mediterráneo, 22 28918 Leganés, Madrid Spain @IMDEA_Networks #IMDEA #networks 20www.networks.imdea.org Arturo Azcorra Director of the IMDEA Networks Institute September 2019 annual report annual report www.networks.imdea.org 20 IMDEA Networks Institute is a top research institute in researchers have not only published their findings in top the Science of Networks and Communication Technology venues and protected them with patents, but have also 3 worldwide. In 2018, the Institute has continued to boost designed advanced testbeds to validate their performance Madrid’s competitiveness as a technology-oriented region. in experimental deployments. IMDEA Networks strengthens the technology profile of the region and its collaboration with local companies helps 18 After having developed the fundamental concepts of 5G, to enhance Madrid’s high-tech output with cutting edge the technology is now ready for evaluation in real systems annual report annual report research. Our ultimate goal is to help Madrid make its 20 and trials. In line with IMDEA Networks’ vision of bringing mark on the 21st Century by focusing on the develop- research findings to real use, the Institute is taking a lead- ment of products and services that incorporate the most ing role within Europe in the evaluation of 5G technolo- advanced network and communication technologies. gies. The 5TONIC initiative, jointly founded by Telefonica and IMDEA Networks, was established precisely for this IMDEA Networks focuses on an area that has a profound purpose, as it brings together leading global companies impact on people’s lives.
    [Show full text]