Towards a Silent Mobile Sensing Framework for Smart Cities

Size: px
Start display at page:

Download "Towards a Silent Mobile Sensing Framework for Smart Cities"

Transcription

1 Towards a Silent Mobile Sensing Framework for Smart Cities Farah Hariri, Guy Daher, Hussein Sibai, Karim Frenn, Sevag Doniguian, and Zaher Dawy Electrical and Computer Engineering Department American University of Beirut Beirut, Lebanon {fsa20, gxd00, hms38, kff01, szd03, zd03}@aub.edu.lb Abstract A key opportunity to be exploited in the coming decade is the utilization of the universal penetration of mobile connectivity to make life better for inhabitants of urban cities. There exist a wide range of possibilities to deploy smart mobile solutions for vertical sectors and markets that span health, transportation, environment, safety, entertainment, buildings, education, business, agriculture, and industry. In this paper, we consider the development of a mobile sensing framework that utilizes the embedded sensors in smartphones to seamlessly capture context information in urban environments. We present an overview of a design architecture that facilitates silent mobile sensing in addition to centralized context data visualization and analytics. Moreover, we discuss potential application scenarios that can use the presented framework to develop mobile solutions for smart cities. Finally, we present preliminary results for a case study that aims at creating public WiFi coverage maps for the campus of the American University of Beirut. I. INTRODUCTION High-end smartphones are equipped with multiple embedded sensors and, thus, can capture in real time context information that can be utilized to develop innovative mobile solutions for smart cities [1]. A up-to-date smartphone includes more than 10 embedded sensors in addition to audio/video recording and GPS localization capabilities (e.g., see Figure 1). However, smartphones have not been fully exploited yet taking into account their powerful computing, storage, and sensing capabilities [2]. Crowd-sensing is a growing field that benefits from the pervasive dominance of smartphones in everyday life in order to collect large-scale sensor data [3], [4]. Crowd-sensing applications can in general be categorized into two types. The first type is personal sensing, in which the aim is to capture information mainly related to the smartphone s user, e.g., user s activity mode. The second type is community sensing, in which sensor data is collected from many smartphones in order to monitor phenomena occurring in the environment around the users, e.g., traffic congestion level. Community sensing can be further divided into participatory sensing in which the user gets involved in the sensing process, and opportunistic sensing which takes places seamlessly without any user intervention [3]. In this paper, we present the design architecture, prototype implementation, and application scenarios for a silent mobile This work was made possible by a research grant from Ericsson Region Middle East. The statements made herein are solely the responsibility of the authors. Fig. 1. Sensors available in a Galaxy Note II smartphone accessed using an Android API. sensing framework that is being developed at the American University of Beirut (AUB). The long-term objective is to have a scalable and flexible framework that can be reused for different crowd-sensing applications and that facilitates dynamic spatiotemporal visualization over geographical maps and the development of mobile solutions using data as a service. Moreover, we present an overview with preliminary sample results for utilizing the developed framework to create public WiFi coverage maps for AUB s campus. The coverage maps will include both WiFi signal strength level in addition to WiFi connection quality level. Many mobile sensing projects focused on individual sensing applications [5]. For example, the SenSay application [6] aims at recognizing user context to improve the phone s usability. SoundSence [7] is an application that makes use of the microphone to detect user-based sound events. Other examples include an e-coaching message-based system for exercise and physical condition monitoring [8], an emergency situations recognizer [9], and a context recognizer for social networking purposes [10]. Recently, there is a shift towards community sensing applications where the emphasis is on phenomena affecting the environment or the society rather than the individual users [5]. VTrack [11] is an example of a transportation and traffic related application, CenceMe [12] is an example of a social networking oriented mobile application, and UbiFit Garden [13] is an example of a health oriented mobile application. In Section II, we present the design and prototype implementation of the silent mobile sensing framework that ie being

2 developed at AUB. In Section III, we discuss sample preliminary results with focus on creating public WiFi coverage maps. Finally, challenges are highlighted and conclusions are drawn in Section IV. II. DESIGN ARCHITECTURE AND PROTOTYPE IMPLEMENTATION In this section, we present the design architecture and prototype implementation for a silent mobile sensing framework that is being developed at AUB. The aim is to be able to capture seamlessly a wide range of spatiotemporal contextual information in urban cities using the smartphones of mobile users. The captured sensor data provides wealth of opportunities to better understand the city dynamics and to implement customized mobile solutions towards the vision of smart cities. The design is divided into four main modules: silent mobile sensing module, cloud server and storage module, map visualization module, and mobile solutions development module. Figure 2 presents a general description of the presented framework. A. Silent Mobile Sensing Module The first module in the framework is the silent sensing mobile application that is capable of acquiring seamlessly context data from sensors embedded in smartphones with a pre-defined configuration including sensor and sensing rate selection. The mobile application should be silent without any interference with the user s normal operation of the device, and should be lightweight to consume limited energy and storage resources. The captured raw data is then stored in a local database with processing over several intelligent steps that include: data filtering to exclude in-valid or in-applicable measurements, data compression to reduce the local storage requirements, and efficient data uploading using the available wireless interfaces. For the efficient uploading, an experimental study is conducted to determine the adequate upload rate and size of batches, i.e., to determine how frequently to upload the stored sensor data. This depends on the number and type of sensor measurements in addition to the wireless connectivity availability and battery capacity status. The captured sensor data is purged from the smartphone after it has been uploaded to a given remote server. In terms of implementation, an Android mobile application has been developed named Mapibi. The application runs silently in the background and records sensor data without the need of any user intervention. The sensed raw data is stored in a local SQLite database with the time and GPS location attributes. The graphical user interface (GUI) shows only the available sensors in the device and offers the user the possibility of activating and deactivating sensors for the measurements. The current version of the prototype GUI design is shown in Figure 3. After pressing the start button, the Mapibi application initiates silent sensing and storing in the local database. The sensing rate is pre-configured by the user depending on the required timing accuracy of the sensed data. Then, unreliable data is filtered out and only valid measurements are uploaded to a remote server for further processing. Fig. 3. Silent sensing mobile application prototype GUI. Fig. 2. Silent mobile sensing framework general description. B. Cloud Server and Storage Module The silent sensing application will be installed on a relatively large number of smartphones. The captured sensor data from each smartphones running the application will be uploaded on a continuous basis to a remote server for storage and post-processing. The collected data at the server will be utilized for two main objectives. The first objective aims at the spatiotemporal visualization of city context data on geographical maps (see Section II.C). The second objective includes data analytics to offer customized mobile solutions to users focusing on challenges in cities (see Section II.D). In terms of implementation, an Apache HTTP server and a MySQL database have been used with an automated PHP based interconnection between them. In order to provide basic privacy, no data about the identity of the smartphones or the users is collected. An arbitrary anonymous ID is assigned by the server for each upload session. Upon request, data can be

3 Fig. 4. Sample results for energy and storage requirements of the Mapibi silent mobile sensing application assuming WiFi signal level sensing, time stamp recording, 5 seconds sampling interval, and duration of one day. retrieved from the MySQL database and automatically converted to JSON format for processing in the map visualization module. C. Spatiotemporal Visualization Module This module aims at the visual representation of the data that has been stored and post-processed at the remote server. The output will include multiple layers of spatiotemporal data overlaid over geographical maps that capture user-centric contexts such as, e.g., people mobility patterns, traffic congestion, user density distribution, wireless network coverage maps, noise pollution levels, etc. This module is important to capture dynamically and in real-time context variation over both the spatial and temporal dimensions and, thus, it helps better understand aspects related to city dynamics. In terms of prototype implementation, the Google Maps JavaScript API was used with a customized Heatmap Layer and a time line for interactive scrolling over the temporal dimension (see Figure 6). D. Mobile Solutions Development Module The loop between users and the server is closed with the development of customized mobile solutions that provide the captured sensor data as a service. This leads to a wide range of potential application scenarios that can be built based on the presented silent mobile sensing framework. The following are some selected examples: i. Utilizing the accelerometer sensor with GPS localization to design intelligent mobile solutions in order to address traffic congestion in cities; ii. Capturing cellular/wifi signal strength levels with GPS localization to create public spatiotemporal coverage maps in order to guide city inhabitants to good connectivity areas or to help operators identify coverage holes (see Section III.B for more details); iii. Monitoring people s density and mobility patterns in selected parts of the cities over time, e.g., to optimize bus routing and schedules within a large enterprise or campus; iv. Applying signal processing techniques to audio signals recorded silently via the smartphone s microphone to create noise pollution maps in order to help locating quiet places for relaxation or crowded places for socialization inside the city. III. SAMPLE PROTOTYPE TESTING RESULTS In this section, we present sample prototype testing results focusing on the storage/energy requirements of the Mapibi silent sensing mobile application and on the utilization of the developed framework to create public WiFi coverage maps. A. Silent Sensing Mobile Application: Storage and Energy Requirements Continuously collecting data from smartphone sensors results in some challenges. For example, recording and processing sensor data at a high sampling rate lead to an increase in the energy consumption and, thus, lead to significant battery drainage. Moreover, the low accuracy of sensors, at times, leads to difficulties in getting reliable data. In order to better understand the requirements of continuous sensing mobile applications, we conducted an experimental study using a Galaxy Note II smartphone running the Mapibi mobile application with different configurations. Figure 4 presents a summary of the obtained results for the following scenario: WiFi signal strength sensing and recording, time stamp recording, sensing interval every 5 seconds, and no other applications are running. The Android OS reported that the Mapibi application consumed only 2.8% (6% of the 47% consumed) of the battery s total energy capacity over a duration of 24 hours with a data storage of 608 KB (around 24 KB stored per hour). However, when the sampling rate was reduced to 1 second with additional storage of GPS location data, the

4 energy consumption of the Mapibi application increased to 33.11% of the battery s total energy capacity over a duration of 12 hours with a data storage of 2,32 MB (around 200 KB stored per hour). This demonstrates the impact of the sensing rate and the number/type of sensors on the energy and storage requirements of continuous silent mobile sensing applications; thus, this motivates the development of lightweight silent mobile sensing applications, efficient storage techniques with advanced compression algorithms, and intelligent approaches to avoid in-accurate or in-valid sensing activity or sensor measurements. Energy (J) WiFi (SS effect) WiFi (low load) WiFi (medium load) WiFi (high load) Bit rate (Kb/sec) Signal strength (dbm) B. Towards Public WiFi Coverage Maps The presented silent mobile sensing framework is being tested for a mobile solution that aims at creating public WiFi coverage maps. The aim is to perform seamless collection of WiFi coverage data from smartphones while connected to AUB s wireless network, apply post-processing and visualization at the remote server side, and share the outcome dynamically over a spatiotemporal map that can be publicly accessed via an interactive web interface. For the WiFi coverage maps mobile solution, the information that will be captured in the smartphone includes: time of the recording, GPS location, WiFi signal strength level, and WiFi connection quality level. Before uploading the data, certain conditions will be checked to make sure that the data is valid, e.g., data with invalid GPS location or invalid WiFi signal level will be discarded. It is important to highlight that capturing the WiFi signal strength level is straightforward using existing Android APIs; however, capturing the WiFi connection quality level is more challenging as it depends on the signal strength in addition to the access network load and the end-to-end Internet connection congestion. Figure 5 presents sample experimental measurement results that we have conducted in [14] to quantify the impact of WiFi signal strength level and access network load on effective download bit rate (which maps to connection quality level) and energy consumed from the smartphone s battery. Results show that as the signal strength increases on the right vertical axes from -70 dbm to -40 dbm, the effective download bit rate for WiFi increases from 400 Kbps to 1.8 Mbps on the x-axis, which leads to a reduction on the energy consumption. Similarly, as the WiFi access network load increases from low to medium to high, the effective download bit rate decreases notably even though the signal strength level was high during the measurements. In order to capture the WiFi connection quality level, a speed test based approach is implemented that downloads data of a given size from a server and records the download time in order to empirically evaluate the effective download bit rate. Some challenges that need to be addressed include determining the size of the data to be downloaded for accurate bit rate estimation, setting appropriate triggers to initiate the bit rate estimation function only when needed, finding an approach to perform WiFi-related sensing while the device is Fig. 5. Effective download bit rate and consumed energy as a function of both WiFi access network load and WiFi signal strength level. The WiFi measurement points represented by * correspond to the right vertical axes of signal strength levels. in sleep mode, and differentiating between private and public WiFi connectivity. Preliminary testing of the WiFi coverage maps mobile solution has been initiated at AUB using the smartphones of five mobile users. The Mapibi application was downloaded to their devices and data was recorded over part of AUB s campus. A sample spatiotemporal visualization with a heat map layer for the WiFi signal strength data collected in the Faculty of Engineering and Architecture area is shown in Figure 6 for demonstration purposes. The green color represents high WiFi signal strength, whereas the yellow color represents low WiFi signal strength. IV. CONCLUSION We presented the design architecture and prototype implementation details results for a silent mobile sensing framework that is being developed at the American University of Beirut. Moreover, we discussed example scenarios for using the framework to develop mobile solutions for smart cities with preliminary sample results based on a case study to create public WiFi coverage maps. The long-term goal is to utilize wireless connectivity and mobile network penetration to create context maps using data extracted seamlessly from smartphones via silent mobile applications. The extracted data and the created context maps can then be utilized to identify problems and opportunities, capture infrastructure capabilities, and trigger customized solution development in order to improve the quality of life of inhabitants in cities. Towards achieving this long-term goal, there are research challenges that still need to be addressed including lightweight silent sensing mobile applications with relatively low energy and storage requirements, user incentives, user privacy, device platform inter-operability, advanced sensing functionalities, etc. For example, concerning energy consumption, the following factors play an important role: the upload data batch size, the frequency of uploading, the amount of pre-processing at the device level, the number and type of sensors that need to be captured, and the frequency of sensing.

5 Fig. 6. Preliminary spatiotemporal map visualization for WiFi signal strength levels collected using the Mapibi silent mobile sensing application on part of AUB s campus. REFERENCES [1] Ericsson ConsumerLab Insight Summary Report, City Life, May [2] N. D. Lane, E. Miluzzo, H. Lu, D. Peebles, T. Choudhury, and A. T. Campbell, A survey of mobile phone sensing, IEEE Communications Magazine, vol. 48, no. 9, pp , September [3] R. K. Ganti, F. Ye, and H. Lei, Mobile crowdsensing: Current state and future challenges, IEEE Communications Magazine, vol. 49, no. 11, pp , November [4] M.-R. Ra, B. Liu, T. L. Porta, and R. Govindan, Medusa: A programming framework for crowd-sensing applications, in ACM MobiSys 2012, June [5] Y. Xiao, P. Simoens, P. Pillai, K. Ha, and M. Satyanarayanan, Lowering the barriers to large-scale mobile crowdsensing, in Fourteenth Workshop on Mobile Computing Systems and Applications (ACM HotMobile 2013), February [6] D. Siewiorek, A. Smailagic, J. Furukawa, A. Krause, N. Moraveji, K. Reiger, J. Shaffer, and F. L. Wong, Sensay: A context-aware mobile phone, in 7th IEEE International Symposium on Wearable Computers (ISWC 2003), October [7] H. Lu, W. Pan, N. D. Lane, T. Choudhury, and A. T. Campbell, Soundsense: Scalable sound sensing for people-centric applications on mobile phones, in MobiSys 2009, June [8] Y. Kawahara, H. Kurasawa, and H. Morikawa, Recognizing user context using mobile handsets with acceleration sensors, in IEEE International Conference on Portable Information Devices (PORTABLE 07), May [9] J. Himberg, K. Korpiaho, H. Mannila, J. Tikanmaki, and H. T. Toivonen, Time series segmentation for context recognition in mobile devices, in IEEE International Conference on Data Mining (ICDM 2001), December [10] A. C. Santos, J. M. Cardoso, D. R. Ferreira, P. C. Diniz, and P. Chaínho, Providing user context for mobile and social networking applications, Pervasive and Mobile Computing, vol. 6, no. 3, pp , January [11] A. Thiagarajan, L. Ravindranath, K. LaCurts, S. Madden, H. Balakrishnan, S. Toledo, and J. Eriksson, Vtrack: Accurate, energy-aware road traffic delay estimation using mobile phones, in 7th ACM Conference on Embedded Networked Sensor Systems (SenSys 2009), November [12] E. Miluzzo, N. D. Lane, K. Fodor, R. Peterson, H. Lu, M. Musolesi, S. B. Eisenman, X. Zheng, and A. T. Campbell, Sensing meets mobile social networks: The design, implementation and evaluation of the CenceMe application, in 6th ACM conference on Embedded Network Sensor Systems (SenSys 2008), November [13] S. Consolvo, D. W. McDonald, T. Toscos, M. Y. Chen, J. Froehlich, B. Harrison, P. Klasnja, A. LaMarca, L. LeGrand, R. Libby, et al., Activity sensing in the wild: A field trial of UbiFit garden, in Annual SIGCHI Conference on Human Factors in Computing Systems, April [14] S. Taleb, M. Dia, J. Farhat, Z. Dawy, and H. Hajj, On the design of energy-aware 3g/wifi heterogeneous networks under realistic conditions, in 27th IEEE International Conference on Advanced Information Networking and Applications (AINA-2013) - Ninth International Workshop on Heterogeneous Wireless Networks (HWISE-2013), March 2013.

Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations

Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations Ryu HyunKi, Moon ChangSoo, Yeo ChangSub, and Lee HaengSuk Abstract In this paper,

More information

Social Data Mining through Distributed Mobile Sensing: A Position Paper

Social Data Mining through Distributed Mobile Sensing: A Position Paper Social Data Mining through Distributed Mobile Sensing: A Position Paper John Gekas, Eurobank Research, Athens, GR Abstract. In this article, we present a distributed framework for collecting and analyzing

More information

An Integrated Cloud-based Framework for Mobile Phone Sensing

An Integrated Cloud-based Framework for Mobile Phone Sensing An Integrated Cloud-based Framework for Mobile Phone Sensing Rasool Fakoor rasool.fakoor@mavs.uta.edu Mario Di Francesco Aalto University Espoo, Finland mario.di.francesco@aalto.fi Mayank Raj mayank.raj@mavs.uta.edu

More information

Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards

Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards , pp. 143-150 http://dx.doi.org/10.14257/ijseia.2015.9.7.15 Development of Integrated Management System based on Mobile and Cloud Service for Preventing Various Hazards Ryu HyunKi 1, Yeo ChangSub 1, Jeonghyun

More information

Flexible Architecture for Internet of Things Utilizing an Local Manager

Flexible Architecture for Internet of Things Utilizing an Local Manager , pp.235-248 http://dx.doi.org/10.14257/ijfgcn.2014.7.1.24 Flexible Architecture for Internet of Things Utilizing an Local Manager Patrik Huss, Niklas Wigertz, Jingcheng Zhang, Allan Huynh, Qinzhong Ye

More information

People centric sensing Leveraging mobile technologies to infer human activities. Applications. History of Sensing Platforms

People centric sensing Leveraging mobile technologies to infer human activities. Applications. History of Sensing Platforms People centric sensing People centric sensing Leveraging mobile technologies to infer human activities People centric sensing will help [ ] by enabling a different way to sense, learn, visualize, and share

More information

Fig. 1 BAN Architecture III. ATMEL BOARD

Fig. 1 BAN Architecture III. ATMEL BOARD Volume 2, Issue 9, September 2014 ISSN: 2321 7782 (Online) International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online

More information

Vibration-Based Surface Recognition for Smartphones

Vibration-Based Surface Recognition for Smartphones Vibration-Based Surface Recognition for Smartphones Jungchan Cho, Inhwan Hwang, and Songhwai Oh CPSLAB, ASRI School of Electrical Engineering and Computer Science Seoul National University, Seoul, Korea

More information

The Second Life of a Sensor: Integrating Real-world Experience in Virtual Worlds using Mobile Phones

The Second Life of a Sensor: Integrating Real-world Experience in Virtual Worlds using Mobile Phones The Second Life of a Sensor: Integrating Real-world Experience in Virtual Worlds using Mobile Phones Mirco Musolesi, Emiliano Miluzzo, Nicholas D. Lane, Shane B. Eisenman, Tanzeem Choudhury, and Andrew

More information

In the pursuit of becoming smart

In the pursuit of becoming smart WHITE PAPER In the pursuit of becoming smart The business insight into Comarch IoT Platform Introduction Businesses around the world are seeking the direction for the future, trying to find the right solution

More information

SmartContacts: A Large Scale Social Context Service Discovery System

SmartContacts: A Large Scale Social Context Service Discovery System SmartContacts: A Large Scale Social Context Service Discovery System Yong Liu and Kay Connelly Indiana University {yonliu, connelly}@cs.indiana.edu Abstract The proliferation of cell phones has led to

More information

Mobile Sensing System for Georeferenced Performance Monitoring in Cycling

Mobile Sensing System for Georeferenced Performance Monitoring in Cycling , July 1-3, 2015, London, U.K. Mobile Sensing System for Georeferenced Performance Monitoring in Cycling Diogo S. Oliveira and José A. Afonso, Member, IAENG Abstract In recent years there has been a significant

More information

MOBILE APPLICATIONS AND CLOUD COMPUTING. Roberto Beraldi

MOBILE APPLICATIONS AND CLOUD COMPUTING. Roberto Beraldi MOBILE APPLICATIONS AND CLOUD COMPUTING Roberto Beraldi Course Outline 6 CFUs Topics: Mobile application programming (Android) Cloud computing To pass the exam: Individual working and documented application

More information

Monitoring and Mining Sensor Data in Cloud Computing Environments

Monitoring and Mining Sensor Data in Cloud Computing Environments Monitoring and Mining Sensor Data in Cloud Computing Environments Wen-Chih Peng and Yu-Chee Tseng Dept. of Computer Science National Chiao Tung University {wcpeng, yctseng}@cs.nctu.edu.tw 1 Outline Sensor

More information

Smart Home Security System Based on Microcontroller Using Internet and Android Smartphone

Smart Home Security System Based on Microcontroller Using Internet and Android Smartphone International Conference on Materials, Electronics & Information Engineering, ICMEIE-205 05-06 June, 205, Faculty of Engineering, University of Rajshahi, Bangladesh www.ru.ac.bd/icmeie205/proceedings/

More information

Collecting Big Datasets of Human Activity One Checkin at a Time

Collecting Big Datasets of Human Activity One Checkin at a Time Collecting Big Datasets of Human Activity One Checkin at a Time Theus Hossmann, Christos Efstratiou, Cecilia Mascolo Computer Laboratory, University of Cambridge, UK {th420, ce291, cm542}@cl.cam.ac.uk

More information

Standardized Scalable Relocatable Context-Aware Middleware for Mobile applications (SCAMMP)

Standardized Scalable Relocatable Context-Aware Middleware for Mobile applications (SCAMMP) Standardized Scalable Relocatable Context-Aware Middleware for Mobile applications (SCAMMP) Fatima Abdallah Faculty of Sciences Lebanese University Beirut, Lebanon Email: f.3abdallah@gmail.com Hassan Sbeity

More information

A Noble Integrated Management System based on Mobile and Cloud service for preventing various hazards

A Noble Integrated Management System based on Mobile and Cloud service for preventing various hazards , pp.166-171 http://dx.doi.org/10.14257/astl.205.98.42 A Noble Integrated Management System based on Mobile and Cloud service for preventing various hazards Yeo ChangSub 1, Ryu HyunKi 1 and Lee HaengSuk

More information

Fundamental Design for a Beacon Device Based Unconscious Participatory Sensing System

Fundamental Design for a Beacon Device Based Unconscious Participatory Sensing System Fundamental Design for a Beacon Device Based Unconscious Participatory Sensing System Takamasa Mizukami, Katsuhiro Naito, Chiaki Doi, Tomohiro Nakagawa, Ken Ohta, Hiroshi Inamura, Takaaki Hishida, and

More information

An Integrated Monitoring System for Smartphones

An Integrated Monitoring System for Smartphones An Integrated Monitoring System for Smartphones Christopher Miller University of Notre Dame miller.444@nd.edu Justin Varner Penn State University jthev05@gmail.com Sarah Chasins Swarthmore College schasil@swarthmore.edu

More information

DOCUMENT REFERENCE: SQ312-003-EN. SAMKNOWS SMARTPHONE-BASED TESTING SamKnows App for Android White Paper. May 2015

DOCUMENT REFERENCE: SQ312-003-EN. SAMKNOWS SMARTPHONE-BASED TESTING SamKnows App for Android White Paper. May 2015 DOCUMENT REFERENCE: SQ312-003-EN SAMKNOWS SMARTPHONE-BASED TESTING SamKnows App for Android White Paper May 2015 SAMKNOWS QUALITY CONTROLLED DOCUMENT. SQ REV LANG STATUS OWNER DATED 312 003 EN FINAL JP

More information

Saving Mobile Battery Over Cloud Using Image Processing

Saving Mobile Battery Over Cloud Using Image Processing Saving Mobile Battery Over Cloud Using Image Processing Khandekar Dipendra J. Student PDEA S College of Engineering,Manjari (BK) Pune Maharasthra Phadatare Dnyanesh J. Student PDEA S College of Engineering,Manjari

More information

Tracking System for GPS Devices and Mining of Spatial Data

Tracking System for GPS Devices and Mining of Spatial Data Tracking System for GPS Devices and Mining of Spatial Data AIDA ALISPAHIC, DZENANA DONKO Department for Computer Science and Informatics Faculty of Electrical Engineering, University of Sarajevo Zmaja

More information

A mobile monitoring and alert SMS system with remote configuration A case study for android and the fused location provider

A mobile monitoring and alert SMS system with remote configuration A case study for android and the fused location provider A mobile monitoring and alert SMS system with remote configuration A case study for android and the fused location provider By Tiago Coelho, Sara Paiva Instituto Politécnico de Viana do Castelo, Viana

More information

Internet of Things (IoT): A vision, architectural elements, and future directions

Internet of Things (IoT): A vision, architectural elements, and future directions SeoulTech UCS Lab 2014-2 st Internet of Things (IoT): A vision, architectural elements, and future directions 2014. 11. 18 Won Min Kang Email: wkaqhsk0@seoultech.ac.kr Table of contents Open challenges

More information

MINING DATA FOR TRAFFIC DETECTION SYSTEM USING GPS_ENABLE MOBILE PHONE IN MOBILE CLOUD INFRASTRUCTURE

MINING DATA FOR TRAFFIC DETECTION SYSTEM USING GPS_ENABLE MOBILE PHONE IN MOBILE CLOUD INFRASTRUCTURE MINING DATA FOR TRAFFIC DETECTION SYSTEM USING GPS_ENABLE MOBILE PHONE IN MOBILE CLOUD INFRASTRUCTURE Swe Swe Aung and Thinn Thu Naing University of Computer Studies, Yangon, Myanmar ABSTRACT The increasing

More information

Performance Measuring in Smartphones Using MOSES Algorithm

Performance Measuring in Smartphones Using MOSES Algorithm Performance Measuring in Smartphones Using MOSES Algorithm Ms.MALARVIZHI.M, Mrs.RAJESWARI.P ME- Communication Systems, Dept of ECE, Dhanalakshmi Srinivasan Engineering college, Perambalur, Tamilnadu, India,

More information

MOTIVE (MObile Terminal Information Value added functionality) Project: IST-027659-STP. 6th Concertation Meeting of IST-FP6 Brussels, 21/03/2006

MOTIVE (MObile Terminal Information Value added functionality) Project: IST-027659-STP. 6th Concertation Meeting of IST-FP6 Brussels, 21/03/2006 (MObile Information Value added functionality) Project: IST-027659-STP 6th Concertation Meeting of IST-FP6 Brussels, 21/03/2006 Presentation Overview Project presentation Scope - Objectives Innovation

More information

IEEE IoT IoT Scenario & Use Cases: Social Sensors

IEEE IoT IoT Scenario & Use Cases: Social Sensors IEEE IoT IoT Scenario & Use Cases: Social Sensors Service Description More and more, people have the possibility to monitor important parameters in their home or in their surrounding environment. As an

More information

Mobile and Sensor Systems

Mobile and Sensor Systems Mobile and Sensor Systems Lecture 1: Introduction to Mobile Systems Dr Cecilia Mascolo About Me In this course The course will include aspects related to general understanding of Mobile and ubiquitous

More information

A NEW ARCHITECTURE OF A UBIQUITOUS HEALTH MONITORING SYSTEM:

A NEW ARCHITECTURE OF A UBIQUITOUS HEALTH MONITORING SYSTEM: A NEW ARCHITECTURE OF A UBIQUITOUS HEALTH MONITORING SYSTEM: A Prototype Of Cloud Mobile Health Monitoring System Abderrahim BOUROUIS 1,Mohamed FEHAM 2 and Abdelhamid BOUCHACHIA 3 1 STIC laboratory, Abou-bekr

More information

Towards rich mobile phone datasets: Lausanne data collection campaign

Towards rich mobile phone datasets: Lausanne data collection campaign Towards rich mobile phone datasets: Lausanne data collection campaign Niko Kiukkonen, Jan Blom, Olivier Dousse, Daniel Gatica-Perez and Juha Laurila Nokia Research Center, PSE-C, 1015 Lausanne EPFL, Switzerland

More information

Internet of Things From Idea to Scale

Internet of Things From Idea to Scale PRG Symposium Internet of Things From Idea to Scale September 12, 2014 alex.blanter@atkearney.com @AlexBlanter You are here today because you are interested in the Internet of Things and so is everybody

More information

Using On-the-move Mining for Mobile Crowdsensing

Using On-the-move Mining for Mobile Crowdsensing 2012 2012 IEEE 13th 13th International Conference on Mobile Mobile Data Data Management Using On-the-move Mining for Mobile Crowdsensing Wanita Sherchan, Prem P. Jayaraman, Shonali Krishnaswamy, Arkady

More information

M2M Communications and Internet of Things for Smart Cities. Soumya Kanti Datta Mobile Communications Dept. Email: Soumya-Kanti.Datta@eurecom.

M2M Communications and Internet of Things for Smart Cities. Soumya Kanti Datta Mobile Communications Dept. Email: Soumya-Kanti.Datta@eurecom. M2M Communications and Internet of Things for Smart Cities Soumya Kanti Datta Mobile Communications Dept. Email: Soumya-Kanti.Datta@eurecom.fr WHAT IS EURECOM A graduate school & research centre in communication

More information

Twitter Analytics: Architecture, Tools and Analysis

Twitter Analytics: Architecture, Tools and Analysis Twitter Analytics: Architecture, Tools and Analysis Rohan D.W Perera CERDEC Ft Monmouth, NJ 07703-5113 S. Anand, K. P. Subbalakshmi and R. Chandramouli Department of ECE, Stevens Institute Of Technology

More information

Geo-Services and Computer Vision for Object Awareness in Mobile System Applications

Geo-Services and Computer Vision for Object Awareness in Mobile System Applications Geo-Services and Computer Vision for Object Awareness in Mobile System Applications Authors Patrick LULEY, Lucas PALETTA, Alexander ALMER JOANNEUM RESEARCH Forschungsgesellschaft mbh, Institute of Digital

More information

Modeling the Mobile Application Development Lifecycle

Modeling the Mobile Application Development Lifecycle , March 12-14, 2014, Hong Kong Modeling the Mobile Application Development Lifecycle Tejas Vithani, Member, IAENG and Anand Kumar Abstract Software Development Lifecycle is crucial in Desktop or web application

More information

Efficient Opportunistic Sensing using Mobile Collaborative Platform MOSDEN

Efficient Opportunistic Sensing using Mobile Collaborative Platform MOSDEN Efficient Opportunistic Sensing using Mobile Collaborative Platform Prem Prakash Jayaraman, Charith Perera, Dimitrios Georgakopoulos and Arkady Zaslavsky CSIRO Computational Informatics Canberra, Australia

More information

Big data platform for IoT Cloud Analytics. Chen Admati, Advanced Analytics, Intel

Big data platform for IoT Cloud Analytics. Chen Admati, Advanced Analytics, Intel Big data platform for IoT Cloud Analytics Chen Admati, Advanced Analytics, Intel Agenda IoT @ Intel End-to-End offering Analytics vision Big data platform for IoT Cloud Analytics Platform Capabilities

More information

DOCUMENT REFERENCE: SQ312-002-EN. SAMKNOWS SMARTPHONE-BASED TESTING SamKnows App for Android White Paper. March 2014

DOCUMENT REFERENCE: SQ312-002-EN. SAMKNOWS SMARTPHONE-BASED TESTING SamKnows App for Android White Paper. March 2014 DOCUMENT REFERENCE: SQ312-002-EN SAMKNOWS SMARTPHONE-BASED TESTING SamKnows App for Android White Paper March 2014 SAMKNOWS QUALITY CONTROLLED DOCUMENT. SQ REV LANG STATUS OWNER DATED 312 002 EN FINAL

More information

REGULATIONS FOR THE DEGREE OF MASTER OF SCIENCE IN COMPUTER SCIENCE (MSc[CompSc])

REGULATIONS FOR THE DEGREE OF MASTER OF SCIENCE IN COMPUTER SCIENCE (MSc[CompSc]) 305 REGULATIONS FOR THE DEGREE OF MASTER OF SCIENCE IN COMPUTER SCIENCE (MSc[CompSc]) (See also General Regulations) Any publication based on work approved for a higher degree should contain a reference

More information

Code In The Air: Simplifying Sensing and Coordination Tasks on Smartphones

Code In The Air: Simplifying Sensing and Coordination Tasks on Smartphones Code In The Air: Simplifying Sensing and Coordination Tasks on Smartphones Lenin Ravindranath, Arvind Thiagarajan, Hari Balakrishnan, and Samuel Madden MIT Computer Science and Artificial Intelligence

More information

A Phone-based Support System to Assist Alcohol Recovery

A Phone-based Support System to Assist Alcohol Recovery A Phone-based Support System to Assist Alcohol Recovery Kuo-Chen Wang B97905041@ntu.edu.tw Ming-Tung Hong R01922115@csie.ntu.edu.tw Chuang-Wen You Academia Sinica cwyou@citi.sinica.edu.tw Chun-Hung Pan

More information

IEEE International Conference on Computing, Analytics and Security Trends CAST-2016 (19 21 December, 2016) Call for Paper

IEEE International Conference on Computing, Analytics and Security Trends CAST-2016 (19 21 December, 2016) Call for Paper IEEE International Conference on Computing, Analytics and Security Trends CAST-2016 (19 21 December, 2016) Call for Paper CAST-2015 provides an opportunity for researchers, academicians, scientists and

More information

Opportunistic System for Collaborative Traffic Monitoring Using Existing IEEE 802.11 Networks

Opportunistic System for Collaborative Traffic Monitoring Using Existing IEEE 802.11 Networks Opportunistic System for Collaborative Traffic Monitoring Using Existing IEEE 802.11 Networks José Geraldo Ribeiro Júnior, Miguel Elias M. Campista, and Luís Henrique M. K. Costa Grupo de Teleinformática

More information

Horizontal IoT Application Development using Semantic Web Technologies

Horizontal IoT Application Development using Semantic Web Technologies Horizontal IoT Application Development using Semantic Web Technologies Soumya Kanti Datta Research Engineer Communication Systems Department Email: Soumya-Kanti.Datta@eurecom.fr Roadmap Introduction Challenges

More information

Smart City Australia

Smart City Australia Smart City Australia Slaven Marusic Department of Electrical and Electronic Engineering The University of Melbourne, Australia ARC Research Network on Intelligent Sensors, Sensor Networks and Information

More information

Building Web-based Infrastructures for Smart Meters

Building Web-based Infrastructures for Smart Meters Building Web-based Infrastructures for Smart Meters Andreas Kamilaris 1, Vlad Trifa 2, and Dominique Guinard 2 1 University of Cyprus, Nicosia, Cyprus 2 ETH Zurich and SAP Research, Switzerland Abstract.

More information

Social Innovation through Utilization of Big Data

Social Innovation through Utilization of Big Data Social Innovation through Utilization of Big Data Hitachi Review Vol. 62 (2013), No. 7 384 Shuntaro Hitomi Keiro Muro OVERVIEW: The analysis and utilization of large amounts of actual operational data

More information

Big Data Analytics in Mobile Environments

Big Data Analytics in Mobile Environments 1 Big Data Analytics in Mobile Environments 熊 辉 教 授 罗 格 斯 - 新 泽 西 州 立 大 学 2012-10-2 Rutgers, the State University of New Jersey Why big data: historical view? Productivity versus Complexity (interrelatedness,

More information

Android Based Healthcare System Using Augmented Reality

Android Based Healthcare System Using Augmented Reality Android Based Healthcare System Using Augmented Reality Vaishnavi Chidgopkar 1, Raksha Shelar 2, Shweta Patil 3 1,2,3 Department of Computer Engineering, Padmashree. Dr. D. Y. Patil Institute of Engineering

More information

Introduction Chapter 1. Uses of Computer Networks

Introduction Chapter 1. Uses of Computer Networks Introduction Chapter 1 Uses of Computer Networks Network Hardware Network Software Reference Models Example Networks Network Standardization Metric Units Revised: August 2011 Uses of Computer Networks

More information

Overview of the Internet of things

Overview of the Internet of things Overview of the Internet of things Tatiana Kurakova, International Telecommunication Union Place des Nations CH-1211 Geneva, Switzerland Abstract. This article provides an overview of the Internet of things

More information

Find the Information That Matters. Visualize Your Data, Your Way. Scalable, Flexible, Global Enterprise Ready

Find the Information That Matters. Visualize Your Data, Your Way. Scalable, Flexible, Global Enterprise Ready Real-Time IoT Platform Solutions for Wireless Sensor Networks Find the Information That Matters ViZix is a scalable, secure, high-capacity platform for Internet of Things (IoT) business solutions that

More information

UbiqLog: a generic mobile phone-based life-log framework

UbiqLog: a generic mobile phone-based life-log framework DOI 10.1007/s00779-012-0511-8 ORIGINAL ARTICLE UbiqLog: a generic mobile phone-based life-log framework Reza Rawassizadeh Martin Tomitsch Katarzyna Wac A. Min Tjoa Received: 2 May 2011 / Accepted: 1 February

More information

RF Coverage Validation and Prediction with GPS Technology

RF Coverage Validation and Prediction with GPS Technology RF Coverage Validation and Prediction with GPS Technology By: Jin Yu Berkeley Varitronics Systems, Inc. 255 Liberty Street Metuchen, NJ 08840 It has taken many years for wireless engineers to tame wireless

More information

WN-200HD. 2 Mega-Pixels. 2.0 Mega Pixel Wireless 150Mbps IPCamera. High Quality 2.0 MegaPixel Image. Full Feature 150Mbps Wireless N Camera

WN-200HD. 2 Mega-Pixels. 2.0 Mega Pixel Wireless 150Mbps IPCamera. High Quality 2.0 MegaPixel Image. Full Feature 150Mbps Wireless N Camera 2.0 Mega Pixel Wireless 150Mbps IPCamera S till couldn't find a way to watch your children or the elders when you are in busy or on duty? Or just need an easy solution for monitoring your office, store

More information

OpenText Information Hub (ihub) 3.1 and 3.1.1

OpenText Information Hub (ihub) 3.1 and 3.1.1 OpenText Information Hub (ihub) 3.1 and 3.1.1 OpenText Information Hub (ihub) 3.1.1 meets the growing demand for analytics-powered applications that deliver data and empower employees and customers to

More information

URBAN MOBILITY IN CLEAN, GREEN CITIES

URBAN MOBILITY IN CLEAN, GREEN CITIES URBAN MOBILITY IN CLEAN, GREEN CITIES C. G. Cassandras Division of Systems Engineering and Dept. of Electrical and Computer Engineering and Center for Information and Systems Engineering Boston University

More information

CSci 8980 Mobile Cloud Computing. MCC Overview

CSci 8980 Mobile Cloud Computing. MCC Overview CSci 8980 Mobile Cloud Computing MCC Overview Papers Students can do: 1 long paper or 2 short papers Extra credit: add another By 8am tomorrow, I will randomly assign papers unless I hear from you Protocol:

More information

A framework for Itinerary Personalization in Cultural Tourism of Smart Cities

A framework for Itinerary Personalization in Cultural Tourism of Smart Cities A framework for Itinerary Personalization in Cultural Tourism of Smart Cities Gianpaolo D Amico, Simone Ercoli, and Alberto Del Bimbo University of Florence, Media Integration and Communication Center

More information

Short-range Low Power Wireless Devices and Internet of Things (IoT)

Short-range Low Power Wireless Devices and Internet of Things (IoT) Short-range Low Power Wireless Devices and Internet of Things (IoT) Mats Andersson, CTO, connectblue Phone: +46 40 630 71 00 Email: mats.andersson@connectblue.com Web: www.connectblue.com Version 1.1 February

More information

RFID Based 3D Indoor Navigation System Integrated with Smart Phones

RFID Based 3D Indoor Navigation System Integrated with Smart Phones RFID Based 3D Indoor Navigation System Integrated with Smart Phones Y. Ortakci*, E. Demiral*, I. R. Karas* * Karabuk University, Computer Engineering Department, Demir Celik Kampusu, 78050, Karabuk, Turkey

More information

Domus, the connected home

Domus, the connected home Domus, the connected home Amazouz Ali, Bar Alexandre, Benoist Hugues, Gwinner Charles, Hamidi Nassim, Mahboub Mohamed, Mounsif Badr, Plane Benjamin {aamazouz, abar, hbenoist, cgwinner, nhamidi, mmahboub,

More information

3G/Wi-Fi Seamless Offload

3G/Wi-Fi Seamless Offload Qualcomm Incorporated March 2010 Table of Contents [1] Introduction... 1 [2] The Role of WLAN... 2 [3] 3G/Wi-Fi Seamless Offload Pathway... 2 [4] Application-Based Switching... 3 [5] Wi-Fi Mobility...

More information

SenSocial: A Middleware for Integrating Online Social Networks and Mobile Sensing Data Streams

SenSocial: A Middleware for Integrating Online Social Networks and Mobile Sensing Data Streams SenSocial: A Middleware for Integrating Online Social Networks and Mobile Sensing Data Streams Abhinav Mehrotra School of Computer Science University of Birmingham, UK axm514@cs.bham.ac.uk Veljko Pejovic

More information

Knowledge Discovery from patents using KMX Text Analytics

Knowledge Discovery from patents using KMX Text Analytics Knowledge Discovery from patents using KMX Text Analytics Dr. Anton Heijs anton.heijs@treparel.com Treparel Abstract In this white paper we discuss how the KMX technology of Treparel can help searchers

More information

Using Smartphones to Detect Car Accidents and Provide Situational Awareness to First Responders

Using Smartphones to Detect Car Accidents and Provide Situational Awareness to First Responders Using Smartphones to Detect Car Accidents and Provide Situational Awareness to First Responders Christopher Thompson chris@dre.vanderbilt.edu Institute for Software Integrated Systems Vanderbilt University

More information

Internet of things (IOT) applications covering industrial domain. Dev Bhattacharya dev_bhattacharya@ieee.org

Internet of things (IOT) applications covering industrial domain. Dev Bhattacharya dev_bhattacharya@ieee.org Internet of things (IOT) applications covering industrial domain Dev Bhattacharya dev_bhattacharya@ieee.org Outline Internet of things What is Internet of things (IOT) Simplified IOT System Architecture

More information

A Research Using Private Cloud with IP Camera and Smartphone Video Retrieval

A Research Using Private Cloud with IP Camera and Smartphone Video Retrieval , pp.175-186 http://dx.doi.org/10.14257/ijsh.2014.8.1.19 A Research Using Private Cloud with IP Camera and Smartphone Video Retrieval Kil-sung Park and Sun-Hyung Kim Department of Information & Communication

More information

Crowdsourcing mobile networks from experiment

Crowdsourcing mobile networks from experiment Crowdsourcing mobile networks from the experiment Katia Jaffrès-Runser University of Toulouse, INPT-ENSEEIHT, IRIT lab, IRT Team Ecole des sciences avancées de Luchon Networks and Data Mining, Session

More information

High-Speed Thin Client Technology for Mobile Environment: Mobile RVEC

High-Speed Thin Client Technology for Mobile Environment: Mobile RVEC High-Speed Thin Client Technology for Mobile Environment: Mobile RVEC Masahiro Matsuda Kazuki Matsui Yuichi Sato Hiroaki Kameyama Thin client systems on smart devices have been attracting interest from

More information

Monitoring Performances of Quality of Service in Cloud with System of Systems

Monitoring Performances of Quality of Service in Cloud with System of Systems Monitoring Performances of Quality of Service in Cloud with System of Systems Helen Anderson Akpan 1, M. R. Sudha 2 1 MSc Student, Department of Information Technology, 2 Assistant Professor, Department

More information

Performance of voice and video conferencing over ATM and Gigabit Ethernet backbone networks

Performance of voice and video conferencing over ATM and Gigabit Ethernet backbone networks Res. Lett. Inf. Math. Sci., 2005, Vol. 7, pp 19-27 19 Available online at http://iims.massey.ac.nz/research/letters/ Performance of voice and video conferencing over ATM and Gigabit Ethernet backbone networks

More information

Charith Pereral, Arkady Zaslavsky, Peter Christen, Ali Salehi and Dimitrios Georgakopoulos (IEEE 2012) Presented By- Anusha Sekar

Charith Pereral, Arkady Zaslavsky, Peter Christen, Ali Salehi and Dimitrios Georgakopoulos (IEEE 2012) Presented By- Anusha Sekar Charith Pereral, Arkady Zaslavsky, Peter Christen, Ali Salehi and Dimitrios Georgakopoulos (IEEE 2012) Presented By- Anusha Sekar Introduction Terms and Concepts Mobile Sensors Global Sensor Networks DAM4GSN

More information

Cisco Context-Aware Mobility Solution: Put Your Assets in Motion

Cisco Context-Aware Mobility Solution: Put Your Assets in Motion Cisco Context-Aware Mobility Solution: Put Your Assets in Motion How Contextual Information Can Drastically Change Your Business Mobility and Allow You to Achieve Unprecedented Efficiency What You Will

More information

A Demonstration of a Robust Context Classification System (CCS) and its Context ToolChain (CTC)

A Demonstration of a Robust Context Classification System (CCS) and its Context ToolChain (CTC) A Demonstration of a Robust Context Classification System () and its Context ToolChain (CTC) Martin Berchtold, Henning Günther and Michael Beigl Institut für Betriebssysteme und Rechnerverbund Abstract.

More information

Designing a Smart Multisensor framework based on Beaglebone Black board

Designing a Smart Multisensor framework based on Beaglebone Black board Designing a Smart Multisensor framework based on Beaglebone Black board Angelo Chianese, Francesco Piccialli, and Giuseppe Riccio Department of Electrical Engineering and Information Technologies University

More information

Wireless Clinical Monitoring @ Scale!

Wireless Clinical Monitoring @ Scale! Wireless Clinical Monitoring @ Scale! Chenyang Lu! Cyber-Physical Systems Laboratory! Department of Computer Science and Engineering! Motivation!! Clinical deterioration in hospitalized patients! " 4-17%

More information

MOBILE ARCHITECTURE FOR DYNAMIC GENERATION AND SCALABLE DISTRIBUTION OF SENSOR-BASED APPLICATIONS

MOBILE ARCHITECTURE FOR DYNAMIC GENERATION AND SCALABLE DISTRIBUTION OF SENSOR-BASED APPLICATIONS MOBILE ARCHITECTURE FOR DYNAMIC GENERATION AND SCALABLE DISTRIBUTION OF SENSOR-BASED APPLICATIONS Marco Picone, Marco Muro, Vincenzo Micelli, Michele Amoretti, Francesco Zanichelli Distributed Systems

More information

CISCO WIRELESS CONTROL SYSTEM (WCS)

CISCO WIRELESS CONTROL SYSTEM (WCS) CISCO WIRELESS CONTROL SYSTEM (WCS) Figure 1. Cisco Wireless Control System (WCS) PRODUCT OVERVIEW Cisco Wireless Control System (WCS) Cisco Wireless Control System (WCS) is the industry s leading platform

More information

Wi-Fi Backscatter: Battery-free Internet Connectivity to Empower the Internet of Things. Ubiquitous Computing Seminar FS2015 Bjarni Benediktsson

Wi-Fi Backscatter: Battery-free Internet Connectivity to Empower the Internet of Things. Ubiquitous Computing Seminar FS2015 Bjarni Benediktsson Wi-Fi Backscatter: Battery-free Internet Connectivity to Empower the Internet of Things Ubiquitous Computing Seminar FS2015 Bjarni Benediktsson Internet of Things The Internet of Things (IoT) is a computing

More information

Six ways to accelerate Android mobile application development

Six ways to accelerate Android mobile application development Six ways to accelerate Android mobile application Creating an integrated solution for collaboration among teams Contents 1 Weaving the invisible thread of innovation 2 Android : vast opportunities and

More information

Cisco Wireless Control System (WCS)

Cisco Wireless Control System (WCS) Data Sheet Cisco Wireless Control System (WCS) PRODUCT OVERVIEW Cisco Wireless Control System (WCS) Cisco Wireless Control System (WCS) is the industry s leading platform for wireless LAN planning, configuration,

More information

Affordable Building Automation System Enabled by the Internet of Things (IoT)

Affordable Building Automation System Enabled by the Internet of Things (IoT) Solution Blueprint Internet of Things (IoT) Affordable Building Automation System Enabled by the Internet of Things (IoT) HCL Technologies* uses an Intel-based intelligent gateway to deliver a powerful,

More information

MASHUPS FOR THE INTERNET OF THINGS

MASHUPS FOR THE INTERNET OF THINGS MASHUPS FOR THE INTERNET OF THINGS Matthias Heyde / Fraunhofer FOKUS glue.things a Mashup Platform for wiring the Internet of Things with the Internet of Services 5th International Workshop on the Web

More information

Mapping Linear Networks Based on Cellular Phone Tracking

Mapping Linear Networks Based on Cellular Phone Tracking Ronen RYBOWSKI, Aaron BELLER and Yerach DOYTSHER, Israel Key words: Cellular Phones, Cellular Network, Linear Networks, Mapping. ABSTRACT The paper investigates the ability of accurately mapping linear

More information

Tracking Anomalies in Vehicle Movements using Mobile GIS

Tracking Anomalies in Vehicle Movements using Mobile GIS Tracking Anomalies in Vehicle Movements using Mobile GIS M.Saravanan Ericsson Research India Ericsson India Global Services Pvt.Ltd. Chennai, India Abstract--- Detecting fraud activities and anomalies

More information

Product Characteristics Page 2. Management & Administration Page 2. Real-Time Detections & Alerts Page 4. Video Search Page 6

Product Characteristics Page 2. Management & Administration Page 2. Real-Time Detections & Alerts Page 4. Video Search Page 6 Data Sheet savvi Version 5.3 savvi TM is a unified video analytics software solution that offers a wide variety of analytics functionalities through a single, easy to use platform that integrates with

More information

Big Data Collection and Utilization for Operational Support of Smarter Social Infrastructure

Big Data Collection and Utilization for Operational Support of Smarter Social Infrastructure Hitachi Review Vol. 63 (2014), No. 1 18 Big Data Collection and Utilization for Operational Support of Smarter Social Infrastructure Kazuaki Iwamura Hideki Tonooka Yoshihiro Mizuno Yuichi Mashita OVERVIEW:

More information

Performance monitoring and analysis of wireless communication protocols for mobile devices

Performance monitoring and analysis of wireless communication protocols for mobile devices Performance monitoring and analysis of wireless communication protocols for mobile devices Almudena Díaz, Pedro Merino, F. Javier Rivas Departamento de Lenguajes y Ciencias de la Computación, University

More information

PoS(ISGC 2013)021. SCALA: A Framework for Graphical Operations for irods. Wataru Takase KEK E-mail: wataru.takase@kek.jp

PoS(ISGC 2013)021. SCALA: A Framework for Graphical Operations for irods. Wataru Takase KEK E-mail: wataru.takase@kek.jp SCALA: A Framework for Graphical Operations for irods KEK E-mail: wataru.takase@kek.jp Adil Hasan University of Liverpool E-mail: adilhasan2@gmail.com Yoshimi Iida KEK E-mail: yoshimi.iida@kek.jp Francesca

More information

WAITER: A Wearable Personal Healthcare and Emergency Aid System

WAITER: A Wearable Personal Healthcare and Emergency Aid System Sixth Annual IEEE International Conference on Pervasive Computing and Communications WAITER: A Wearable Personal Healthcare and Emergency Aid System Wanhong Wu 1, Jiannong Cao 1, Yuan Zheng 1, Yong-Ping

More information

Connect for new business opportunities

Connect for new business opportunities Connect for new business opportunities The world of connected objects How do we monitor the carbon footprint of a vehicle? How can we track and trace cargo on the move? How do we know when a vending machine

More information

M.Tech. Software Systems

M.Tech. Software Systems M.Tech. Software Systems Input Requirements Employed professionals holding an Integrated First Degree of BITS or its equivalent in relevant disciplines, with minimum one year work experience in relevant

More information

Remote Usability Evaluation of Mobile Web Applications

Remote Usability Evaluation of Mobile Web Applications Remote Usability Evaluation of Mobile Web Applications Paolo Burzacca and Fabio Paternò CNR-ISTI, HIIS Laboratory, via G. Moruzzi 1, 56124 Pisa, Italy {paolo.burzacca,fabio.paterno}@isti.cnr.it Abstract.

More information

WiMAX network performance monitoring & optimization

WiMAX network performance monitoring & optimization Downloaded from orbit.dtu.dk on: Nov 10, 2015 WiMAX network performance monitoring & optimization Zhang, Qi; Dam, H Published in: IEEE Network Operations and Management Symposium, 2008. NOMS 2008. DOI:

More information

Crystal Gears. Crystal Gears. Overview:

Crystal Gears. Crystal Gears. Overview: Crystal Gears Overview: Crystal Gears (CG in short) is a unique next generation desktop digital call recording system like no other before. By widely compatible with most popular telephony communication

More information

10/14/11. Big data in science Application to large scale physical systems

10/14/11. Big data in science Application to large scale physical systems Big data in science Application to large scale physical systems Large scale physical systems Large scale systems with spatio-temporal dynamics Propagation of pollutants in air, Water distribution networks,

More information