Toward a Standard Ubiquitous Computing Framework

Total Page:16

File Type:pdf, Size:1020Kb

Toward a Standard Ubiquitous Computing Framework Toward a Standard Ubiquitous Computing Framework † Martin Modahl Bikash Agarwalla T. Scott Saponas Marsdorferstrasse 36 Gregory Abowd Dept of Computer Science 50858 Koln¨ Germany Umakishore University of Washington [email protected] Ramachandran Box 352350 College of Computing Seattle, WA 98195­2350 Georgia Institute of [email protected] Technology 801 Atlantic Drive NW Atlanta, GA 30332­0280 [bikash|abowd|rama] @cc.gatech.edu ABSTRACT 1. INTRODUCTION This paper surveys a variety of subsystems designed to be the build- A ubiquitous computing (UbiComp) environment entails (1) an ing blocks from which sophisticated infrastructures for ubiquitous extensive and complex computer architecture deployment, (2) so- computing are assembled. Our experience shows that many of these phisticated conduits for dynamic data flow and control across this building blocks fit neatly into one of five categories, each con- architecture, and (3) a judicious external interface facilitating user taining functionally-equivalent components. Effectively identify- interaction with the system. A ubiquitous infrastructure must act ing the best-fit “lego pieces”, which in turn determines the compos- very much like a telephone patch board i.e., a software layer which ite functionality of the resulting infrastructure, is critical. The se- various assets are “hooked” into and where logical and physical lection process, however, is impeded by the lack of convention for connections between these assets are instantiated. Assets, in the labeling these classes of building blocks. The lack of clarity with broadest sense, refer to physical devices, bandwidth, processors, as respect to what ready-made subsystems are available within each well as services made available through the patch board. This anal- class often results in naive re-implementation of ready-made com- ogy suggests a standard and uniform, but not necessarily central, ponents, monolithic and clumsy implementations, and implemen- interface. It is only through this middleware layer that the vast ar- tations that impose non-standard interfaces onto the applications ray of disparate assets can be brought together to create the type of above. This paper explores each class of subsystems in light of rich ubiquitous applications we are excited about. the experience gained over two years of active development of both A necessary precondition for deployment of a UbiComp appli- ubiquitous computing applications and software infrastructures for cation is a distributed system composed of (1) computational re- their deployment. sources including network-connected sensors and actuators, and (2) a mechanism to generalize patterns of interaction with these resources. The reusable corpora of middleware can speed the sec- Categories and Subject Descriptors ond step, but in our own experience, we have often overextended C.2.2 [Computer-Communication Networks]: Networking Pro- or mis-used existing UbiComp middleware subsystems. A standard tocols—Protocol Architecture (OSI Model); D.2.1 [Software En- language for describing middleware subsystems or a simple taxon- gineering]: Requirements/Specifications—Methodologies; D.2.11 omy for classifying subsystems could aid in the identification of [Software Engineering]: Software Architectures—Patterns potential candidates for a middleware deployment. Different distributed applications, each using middleware for intra- application communication, have very diverse needs. Similarly, an Keywords individual distributed application might, at times, require very dif- ubiquitous infrastructure, infrastructure stack ferent things of middleware subsystems. In these cases, multiple, complementary middleware subsystems might be used simultane- Martin completed all work while at Georgia Tech. ously across a single computer architecture deployment to provide †Scott completed all work while at Georgia Tech. the most effective communication tools to all applications. Here the middleware taxonomy must also provide aid in choosing what mul- tiple middleware subsystems might be deployed simultaneously to the greatest effect. Permission to make digital or hard copies of all or part of this work for personal or classroom use is granted without fee provided that copies are To arrive at a reasonable taxonomy describing UbiComp infras- not made or distributed for profit or commercial advantage and that copies tructure and to understand the possible infrastructure interactions, bear this notice and the full citation on the first page. To copy otherwise, to we begin by examining some current and potential UbiComp in- republish, to post on servers or to redistribute to lists, requires prior specific frastructures such as UPnP, MediaBroker, and the GRID. By parti- permission and/or a fee. tioning these varied middleware subsystems into categories/ equiv- 2nd Workshop on Middleware for Pervasive and Ad­Hoc Computing alence classes, it becomes possible to reason about entire infras- Toronto, Canada tructures piecemeal. Thus a whole infrastructure may be evaluated Copyright 2004 ACM 1­58113­951­9 ...$5.00. in terms of its constituent parts, streamlining the evaluation process resources that applications might query and use. This way, an ap- and the infrastructure's subsequent refinement. plication might require a camera stream or a speaker, query for de- In addition, standard subsystem classes can improve develop- vices containing that service in the area requested, then request and ment of standard intra-infrastructure, subsystem-to-subsystem in- use the resource. Each of these resources as well as the infrastruc- teraction patterns. With a clearer picture of what infrastructure ca- tures exposing these resources to the outside world are managed as pabilities exist and where they are located, developers are better modular building blocks. positioned to leverage these capabilities in their applications. Once the application requirements have been identified, developers may 2.2 Development Case Study be able to pick existing infrastructure pieces to develop the appli- Our software intercom is an example of an application built on cation quickly and effectively. hardware and middleware, deployed with the above paradigm in This paper proposes a five-class infrastructure taxonomy based mind, in the Aware Home at Georgia Tech [17]. Using consumer on the orthogonal functionalities of most commonly occurring sub- electronics computers and our middleware—MediaBroker [20]— systems. These include Registration and Discovery, Service and this software intercom allows users throughout a home to commu- Subscription, Data Storage and Streaming, Computation Sharing nicate through walls and floors as if they were in the same room. and Context Management. In accordance with the paradigm described above, applications Figure 1, appearing later in the paper, shows a stack correspond- expose resources which other applications use. The user interacts ing to top to bottom interaction between the equivalence classes. with an intercom interface application which controls a set of mod- The user application is provided the APIs for interacting with Ser- ular audio applications deployed throughout the Aware Home. The vices, Streams and Storage Locations, and Process Migration/ Dis- user interface application projects a control-information resource tribution. Context Management Services and Ontologies are also which outputs current state information while the audio applica- common among all applications. tions provide audio resources which stream captured audio. While This paper continues in Section 2 discussing the imagined com- running, The interface application queries the state of the audio re- puter architecture deployment for UbiComp as well as some initial sources and actuates end-to-end connections through its single con- application deployment experience using middleware to bridge be- trol resource. In turn each audio application listens to the interface tween application and hardware deployment. Section 3 details the application's control resource for direction. five taxonomy classes. We conclude in Section 4. Our initial deployment, built entirely on MediaBroker, relied on one-way data streams to transfer audio information between audio inputs and outputs between audio access applications while using 2. EXAMINING EXISTING the same one-way data streams to distribute control information INFRASTRUCTURE COMPONENTS from the interface application to the audio applications. The nature The intrinsic nature of common UbiComp applications builds of these one-way, relatively static, connections between controller on connecting distributed nodes into a over-arching application. and controlled made the deployment of the intercom much less dy- This application might distribute itself onto multiple computers as namic than anticipated. a common Internet messaging client is deployed on multiple com- Recently, the intercom has been redesigned to use MediaBroker puters throughout the world, while each individual client connects as an infrastructure for low latency audio data streams and UPnP into a larger whole that is a global messaging application. An ap- for distributing discrete control messages between a set of control plication might also run in a single location but request and access applications and the audio applications they control. resources throughout an environment the same way a cable set-top In this case, taking advantage of UPnP for low-bandwidth mes- box might request resources from the cable company and display sage passing
Recommended publications
  • Private Data Protection in Ubiquitous Computing
    UBICOMM 2016 : The Tenth International Conference on Mobile Ubiquitous Computing, Systems, Services and Technologies Private Data Protection in Ubiquitous Computing Malika Yaici Samia Ameza¤, Ryma Houariy and Sabrina Hammachiz Laboratoire LTII Computer Department, University of Bejaia University of Bejaia Bejaia, 06000, Algeria Bejaia, 06000, Algeria ¤[email protected] [email protected] [email protected] [email protected] Abstract—A system in ubiquitous computing consists of a large care and safety where the end-user has authorized credentials amount of heterogeneous users and devices that communicate anonymity. with each other. Users in this dynamic field communicate with lightweight and autonomous devices, which accentuate security In [3], the author uses the framework of contextual integrity problems and make them more complex. The existing mechanisms related to privacy, developed by Nissenbaum in 2010 [4], as and solutions are inadequate to address new challenges mainly a tool to understand citizen’s response to the implementation for problems of authentication and protection of privacy. In this of IoT related technology in a supermarket. The purpose was paper, a new security architecture called Tree Based distributed to identify and understand specific changes in information Privacy Protection System is proposed. It supports protection of practices brought about by the IoT that may be perceived users private data and addresses the shortcomings of systems as privacy violations. Issues identified included the mining of like GAIA, OpenID and User-directed Privacy Protection (UPP). medical data, invasive targeted advertising, and loss of auton- Furthermore, it takes into account the domain dissociation omy through marketing profiles or personal affect monitoring.
    [Show full text]
  • Consumer Data and Privacy in Ubiquitous Computing
    ESPOO 2007 VTT PUBLICATIONS 647 VTT PUBLICATIONS VTT PUBLICATIONS 647 Consumer Data and Privacy in Ubiquitous Computing 629 Communications Technologies. VTT's Research Programme 2002–2006. Final Report. Ed. by Markku Sipilä. 2007. 354 p. 630 Solehmainen, Kimmo. Fabrication of microphotonic waveguide components on silicon. 2007. 68 p. + app. 35 p. 12345678901234567890123456789012123456789012345678901234567890121234567890123456789012345678901212345 12345678901234567890123456789012123456789012345678901234567890121234567890123456789012345678901212345 631 Törrö, Maaretta. Global intellectual capital brokering. Facilitating the emergence of 12345678901234567890123456789012123456789012345678901234567890121234567890123456789012345678901212345 12345678901234567890123456789012123456789012345678901234567890121234567890123456789012345678901212345 12345678901234567890123456789012123456789012345678901234567890121234567890123456789012345678901212345 innovations through network mediation. 106 p. + app. 2 p. 12345678901234567890123456789012123456789012345678901234567890121234567890123456789012345678901212345 12345678901234567890123456789012123456789012345678901234567890121234567890123456789012345678901212345 12345678901234567890123456789012123456789012345678901234567890121234567890123456789012345678901212345 12345678901234567890123456789012123456789012345678901234567890121234567890123456789012345678901212345 632 Lanne, Marinka. Yhteistyö yritysturvallisuuden hallinnassa. Tutkimus sisäisen 12345678901234567890123456789012123456789012345678901234567890121234567890123456789012345678901212345
    [Show full text]
  • Ubiquitous Commerce: Ubiquitous Computing Based Commerce Dolly Amit Pruthi Deptt
    Volume 4, Issue 8, August 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Ubiquitous Commerce: Ubiquitous Computing Based Commerce Dolly Amit Pruthi Deptt. of Computer Science & Applications, G.J. University of Sci. & Tech., M.D. University, Rohtak, India Hisar, India Abstract- With the rapid advancement in field of networking and communications, no aspect of human life is untouched. Commercial activities are also affected by the new advancements. Traditional commercial activities are changed and modified with the passage of time. Firstly, the age of E-Commerce arrived, then M-Commerce. Now, after E-Commerce and M-Commerce, the age of Ultimate Commerce is arrived. Any time/ Always/ Anywhere service providing is the key to this ultimate or ubiquitous commerce. This paper studies the concept of ubiquitous computing and its adaption to commerce with new issues associated. Keywords- Ubiquitous computing, Ubiquitous commerce. I. INTRODUCTION Ubiquitous commerce, also referred to as „u-commerce‟ is a new paradigm that broadens and extends the Internet usage in today‟s environment. With the rapid development of ubiquitous computing and mobile communication technologies, the traditional business model is changing drastically. As a logical extension of e-commerce and m-commerce, Watson proposed the concept of ubiquitous commerce (u-commerce) in 2000. As the next generation business model, it immediately gained a lot of attention. U-commerce emerges as a continuous, seamless stream of communication, content and services exchanged among businesses, suppliers, employees, customers, and products. It will enable interactions and transactions to happen anywhere and at any time without being constrained to stay connected through power and telephone lines.
    [Show full text]
  • Ubiquitous Computing: Trends and History
    Ubiquitous Computing: Trends and History Lecture 2 CSI 660, William A. Maniatty, Dept. of Computer Science, University at Albany 1 Introduction Review: What is Ubiquitous Computing? • Immerses computers in a real environment • Sensors support interact with and control the environment. • Limited power supply, storage, memory and bandwidth. • Operate unattended (much like embedded systems). • Devices are mobile/wireless. • May reside on a person (wearable computing). • Have special peripherals. • Contrast this with virtual reality which immerses humans in a computer generated articial environment. CSI 660, William A. Maniatty, Dept. of Computer Science, University at Albany 2 Historical Origins and Trends Computers are becoming smaller and cheaper over time • Originally few computers many operators . Machines Expensive and Large . People (relatively) cheap • Trend toward more computers per person . Users may not be tech savvy . Even tech savvy users have limited time . Minimal intervention is required People don't want to be separated from their data • But spying on users upsets them • And can violate laws - security is important • Mobility and wireless access are critical. CSI 660, William A. Maniatty, Dept. of Computer Science, University at Albany 3 Some Popular Views Many visions were popularized in the press • First to work on it, although other visionaries preceded him • Entertainment Industry (Ian Fleming, Gene Rodenberry) • Vanaver Bush's seminal article [1] As We Might Think predicted the WWW and Ubiquitous Computing in 1945! • Vernor Vinge (retired Computer Science Professor and Science ction writer) has interesting ubiquitous computing visions. • Movies: The Terminator, numerous Philip K. Dick books and screen plays (Blade Runner, Total Recall, Minority Report). Has been popular in the research community for over a decade CSI 660, William A.
    [Show full text]
  • Wearable and Ubiquitous Computing
    Education & Training Editor: Scott F. Midkiff ■ Virginia Tech ■ [email protected] Wearable and Ubiquitous Computing Tom Martin EDITOR’S INTRODUCTION ture and thickness of the user’s device primarily depends on the relative power This issue’s column continues its coverage of innovative courses in pervasive computing. consumption and expense of computa- Tom Martin of Virginia Tech describes a course on wearable and ubiquitous computing that tion, communication, and local storage. he developed and has taught twice. He describes the course’s scope, assignments and grad- Because wearable and ubiquitous ing, and design projects and his experiences with them. Please send me your comments and computing systems face significant suggestions for future columns. —Scott Midkiff power consumption challenges, the course spends a good amount of time on low-power design and system-level irginia Tech has offered a course on • User input/output devices power management. These topics are V wearable and ubiquitous comput- • Location and context awareness also some of my main research areas ing in the Bradley Department of Elec- • Application case studies and let me connect teaching and re- trical and Computer Engineering twice: search. I begin this section of the class one at the senior or master’s level in The wearable and ubiquitous com- with the power consumption mecha- spring 2002 (15 students) and another puting overview begins with Mark nisms in digital CMOS (complementary at the master’s level in spring 2003 (11 Weiser’s papers from the early 1990s1–2 metal-oxide semiconductor) circuits and students). The course aims to provide and more recent articles by Mahadev then move on to higher-level power students with an appreciation of current Satyanarayanan3 and Thad Starner.4–5 management problems, such as dynamic wearable and ubiquitous computing These provide a road map and motiva- CPU speed-setting, low-power compi- research issues and give them hands-on tion for topics covered later in the lation and source code modification, design experience.
    [Show full text]
  • Ubiquitous Computing, Virtual Worlds, and the Displacement of Property Rights
    Ubiquitous Computing, Virtual Worlds, and the Displacement of Property Rights M. ScoT BOONE* Abstract: Examining one emerging technology, virtual worlds, may provide us with insight about another emerging technology, ubiquitous computing. The rapid increase in both the popularity and economic value of virtual worlds has resulted in a conflict over whether players in these worlds have any property rights with respect to virtual world objects associated with their avatars. A close examination however reveals that even if such rights exist, they can be overridden through the combined use of contract and technology. This observation may in turn provide an insight about the future of real world property. The emerging technology of ubiquitous computing shares technological characteristics with virtual worlds such that ubiquitous computing would make a displacement of property rights in real world objects possible in the same way that virtual world technology makes such a displacement possible for potential property rights in virtual world objects. "Associate Professor of Law, Appalachian School of Law. I would like to thank Charlie Condon, Judie Barger, David Ritchie and James McGrath for their helpful comments on drafts of this article. I would also like to thank for their comments the participants of the Works-in-Progress Intellectual Property Colloquium, the participants of the Intellectual Property & Communications Law and Policy Scholars Roundtable sponsored by Michigan State University College of Law, and the participants of the annual meeting of Southeastern Association of Laws Schools. The research assistance of Russell Kloosterman and Justin Williams was also immensely helpful. I/S: A JOURNAL OF LAWAND POLICY [VOL.
    [Show full text]
  • Pervasive Computing in Sugar Industry
    International Journal of Novel Research in Electronics and Communication Vol. 3, Issue 2, pp: (1-13), Month: September 2016 - February 2017, Available at: www.noveltyjournals.com Pervasive Computing in Sugar Industry Arnold C. Ndukuyu1, Franklin Wabwoba2, Anselemo Ikoha3 1Nzoia Sugar co ltd, 1, 2, 3 Department of Information Technology, Kibabii University Abstract: In the last decade, we have had several computing technology applications in the IT industry out of which Pervasive or Persistent computing has proved to be an enabler for everyday objects to become smarter and interactive in ubiquitous environment.Pervasive computing promises to revolutionize the way of doing things on field operations context in agriculture with regard to managing data using mobile technologies. There are however challenges facing adoption of mobile computing for ubiquitous data management computing technique as well as proposition ways to solve the challenges and abundant computing on basis of cloud computing. The research proposes new innovations based on pervasive computing, its interactions in agro-industrytechnology and its future.This paper proposes a Sugar Enterprise Mobility Framework (SEMF) to embrace adoption of mobile computing in sugar companies. Keywords: Pervasive Computing, Ubiquitous DataKeywords: Pervasive Computing, Abundant Computing, cloud, challenges. 1. INTRODUCTION There are various technology applications in IT Industry such ashuman computing, Autonomic computing, mobile computing, Cloud computing, Green computing, Grid computing, Supercomputing, Parallel computing among others., out of which Pervasive computing has proved to be an enabler for everyday objects to become smarter and interactive in ubiquitous environment offering control with interactive service such as refrigerators that can create grocery lists, dispensers, buildings that can adjust temperature and light according to the weather, animal feeding monitoring, power management and control just to mention but a few.
    [Show full text]
  • Continuous Deployment of Pervasive Applications in Dynamic Environments Ozan Necati Günalp
    Continuous deployment of pervasive applications in dynamic environments Ozan Necati Günalp To cite this version: Ozan Necati Günalp. Continuous deployment of pervasive applications in dynamic environments. Ubiquitous Computing. Université de Grenoble, 2014. English. NNT : 2014GRENM052. tel- 01215029 HAL Id: tel-01215029 https://tel.archives-ouvertes.fr/tel-01215029 Submitted on 13 Oct 2015 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. THÈSE Pour obtenir le grade de DOCTEUR DE L’UNIVERSITÉ DE GRENOBLE Spécialité : Informatique Arrêté ministériel : 7 août 2006 Présentée par Necati Ozan GÜNALP Thèse dirigée par Philippe LALANDA préparée au sein Laboratoire d’Informatique de Grenoble et de École Doctorale Mathématiques, Sciences et Technologies de l’Information, Informatique Déploiement continu des applications pervasives en milieux dynamiques Thèse soutenue publiquement le 13 Novembre 2014, devant le jury composé de : Mme Frédérique LAFOREST Professeur à Université de Saint Etienne, Présidente Mr Christian BECKER Professor at Universität Mannheim,
    [Show full text]
  • Ubiquitous Computing Power: the Cornerstone of an Intelligent Society Position Paper
    Ubiquitous Computing Power: the Cornerstone of an Intelligent Society Position Paper February 2020 Embrace Ubiquitous Computing Power, Embrace the Bright Future of an Intelligent Society Liang Hua Chairman of Huawei's Board of Directors Computing is a way of perceiving the world. From their intelligent journey; they will enter the next stage mainframes to PCs, and from PCs to smartphones and of growth – the developing stage – only when their per wearables, computing has become a de facto extension capita computing power surpasses 10,000 GFLOPS. of human capability. Just like the wide adoption of electricity, which laid Our approach to computing is also evolving. Statistical the foundation for an industrial society, ubiquitous computing will soon become mainstream, and we computing power will become the cornerstone of an estimate that five years from now AI applications intelligent society. will account for more than 80% of all computing Second, we need to build a diversified computing power used around the world. It will be a new age of power ecosystem to drive the computing industry intelligent computing. forward. In the intelligent world, we will see more The technologies behind computing and connectivity diverse application scenarios and data types than are progressing by leaps and bounds every day, and ever before, which calls for a much more diversified they will soon pave the way for a world where all computing power architecture. things sense, all things are connected, and all things If we hope to succeed in building a prosperous and are intelligent. Ubiquitous computing power will be diversified computing power ecosystem, we will need the cornerstone of this future world.
    [Show full text]
  • Towards a Framework to Characterize Ubiquitous Software Projects ⇑ Rodrigo Oliveira Spínola, Guilherme Horta Travassos
    Information and Software Technology 54 (2012) 759–785 Contents lists available at SciVerse ScienceDirect Information and Software Technology journal homepage: www.elsevier.com/locate/infsof Towards a framework to characterize ubiquitous software projects ⇑ Rodrigo Oliveira Spínola, Guilherme Horta Travassos Systems Engineering and Computer Science Program, COPPE, Federal University of Rio de Janeiro, P.O. Box 68511, Rio de Janeiro, Brazil article info abstract Article history: Context: Ubiquitous Computing (or UbiComp) represents a paradigm in which information processing is Received 19 July 2011 thoroughly integrated into everyday objects and activities. From a Software Engineering point of view Received in revised form 29 December 2011 this development scenario brings new challenges in tailoring or building software processes, impacting Accepted 25 January 2012 current software technologies. However, it has not yet been explicitly shown how to characterize a Available online 4 February 2012 software project with the perception of ubiquitous computing. Objective: This paper presents a conceptual framework to support the characterization of ubiquitous soft- Keywords: ware projects according to their ubiquity adherence level. It also intends to apply such characterization Ubiquitous computing approach to some projects, aiming at observing their adherence with ubiquitous computing principles. Software projects characterization Systematic review Method: To follow a research strategy based on systematic reviews and surveys to acquire UbiComp Experimental software engineering knowledge and organize a conceptual framework regarding ubiquitous computing, which can be used to characterize UbiComp software projects. Besides, to demonstrate its application by characterizing some software projects. Results: Ubiquitous computing encapsulates at least 11 different high abstraction level characteristics represented by 123 functional and 45 restrictive factors.
    [Show full text]
  • A Middleware for Ubiquitous Computing: Wcomp
    LABORATOIRE INFORMATIQUE, SIGNAUX ET SYSTÈMES DE SOPHIA ANTIPOLIS UMR 6070 AMIDDLEWARE FOR UBIQUITOUS COMPUTING: WCOMP Jean-Yves TIGLI, Michel RIVEILL, Gaëtan REY, Stéphane LAVIROTTE, Vincent HOURDIN, Daniel CHEUNG-FOO-WO, Eric CALLEGARI Equipe RAINBOW Rapport de recherche ISRN I3S/RR–2008-01–FR January 2008 Laboratoire d’Informatique de Signaux et Systèmes de Sophia Antipolis - UNSA-CNRS 2000, rte.des Lucioles – Les Algorithmes – Bât Euclide B – B.P. 121 – 06903 Sophia-Antipolis Cedex – France Tél.: 33 (0)4 92 94 27 01 – Fax: 33 (0)4 92 94 28 98 – www.i3s.unice.fr UMR6070 A Middleware for Ubiquitous Computing: WComp Jean-Yves Tigli1, Michel Riveill1, Ga¨etan Rey1, St´ephane Lavirotte1 Vincent Hourdin1, Daniel Cheung-Foo-Wo2,1, Eric Callegari1, ∗ {tigli, riveill, rey, lavirott, hourdin, cheung, callegar}@polytech.unice.fr 1 Laboratoire I3S, (Universit´ede Nice - Sophia Antipolis / CNRS) Bˆatiment Polytech’Sophia - SI 930 route des Colles B.P. 145 F-06903 Sophia-Antipolis Cedex 2 CSTB 290, route des Lucioles, BP209 06904 Sophia-Antipolis Abstract After a survey of the specific features of ubiquitous computing applications and corresponding middle- ware requirements, we list the various paradigms used in the main middlewares for ubiquitous computing in the literature. We underline the lack of works introducing the use of the concept of Aspects in mid- dleware dedicated to ubiquitous computing, in spite of being used for middlewares improvement in other domains. Then we introduce our WComp middleware model which federates three main paradigms: event based web services, a lightweight component-based approach to design dynamic composite services and an adaptation approach using the original concept called Aspect of Assembly.
    [Show full text]
  • Ubiquitous Virtual Reality: the State-Of-The-Art
    Bernadetta Kwintiana Ane et al, International Journal of Computer Science and Mobile Computing, Vol.8 Issue.7, July- 2019, pg. 16-26 Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320–088X IMPACT FACTOR: 6.199 IJCSMC, Vol. 8, Issue. 7, July 2019, pg.16 – 26 Ubiquitous Virtual Reality: The State-of-the-Art 1 2 3 Bernadetta Kwintiana Ane ; Dieter Roller ; Jagadish Lolugu ¹Department of Computer Application, Crescent Institute of Science and Technology, India ²Institute of Computer-aided Product Development Systems, University of Stuttgart, Germany ³FPZ, Pvt. Ltd., India E-Mail: 1 [email protected]; 2 [email protected]; 3 [email protected] Abstract—Today, virtual reality is becoming ubiquitous and tremendous trends. Ubiquitous virtual reality (uVR) realizes virtual reality on ubiquitous smart space. In this platform, u-Content has been introduced as a new kind of realism that will realistically mediate real space. To go beyond the boundary of virtuality, pervasive virtuality has been introduced as a better fusion of reality and virtuality that will enhance visualization of virtual environments towards what is considered as the ‘true’ virtual reality. This paper addresses the state-of-the-art of uVR by deciphering its definition, dimensions and features, the concept of pervasive virtuality and its characters, as well as a case study on intelligent machine space, called DIGILOG space. Keywords— Ubiquitous virtual reality, u-content, virtuality, pervasive virtuality I. INTRODUCTION The emerging new computing paradigms have accelerated the convergence amongst different technologies and, thus, make the border between the actual and the virtual reality indistinguishable.
    [Show full text]