EP2345300A2 - Architektur und zweischichtiges protokoll für ortsbewusste echtzeit-anwendungen - Google Patents

Architektur und zweischichtiges protokoll für ortsbewusste echtzeit-anwendungen

Info

Publication number
EP2345300A2
EP2345300A2 EP09819811A EP09819811A EP2345300A2 EP 2345300 A2 EP2345300 A2 EP 2345300A2 EP 09819811 A EP09819811 A EP 09819811A EP 09819811 A EP09819811 A EP 09819811A EP 2345300 A2 EP2345300 A2 EP 2345300A2
Authority
EP
European Patent Office
Prior art keywords
mobile device
server
session
protocol
request
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
EP09819811A
Other languages
English (en)
French (fr)
Inventor
Sean J. Barbeau
Philip L. Winters
Rafael Perez
Miguel Labrador
Nevine Georggi
Alfredo Perez
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
University of South Florida
Original Assignee
University of South Florida
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by University of South Florida filed Critical University of South Florida
Publication of EP2345300A2 publication Critical patent/EP2345300A2/de
Withdrawn legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/02Services making use of location information
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/40Network security protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/52Network services specially adapted for the location of the user terminal
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • H04L69/164Adaptation or special uses of UDP protocol
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/02Services making use of location information
    • H04W4/023Services making use of location information using mutual or relative location information between multiple location based services [LBS] targets or of distance thresholds
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/02Services making use of location information
    • H04W4/024Guidance services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W76/00Connection management
    • H04W76/10Connection setup
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]

Definitions

  • Connection-oriented protocols establish a communication session between two network endpoints and then deliver a stream of data in the same order that it was sent from one endpoint to the other.
  • Connection-oriented protocols are usually reliable, meaning that their ability to deliver data is more reliable. This reliability usually results from the protocol providing notifications to the sender regarding whether or not the data was delivered, and the sender resending lost information.
  • Reliable protocols typically incur more overhead than unreliable protocols, and as a result, are slower and less scalable. Examples of reliable, connection-oriented protocols include Transmission Control Protocol (TCP), Hypertext Transfer Protocol (HTTP), and Session Initiation Protocol (SIP).
  • TCP Transmission Control Protocol
  • HTTP Hypertext Transfer Protocol
  • SIP Session Initiation Protocol
  • the present invention includes an architecture and a two-layer communication protocol that provides timely location updates via an unreliable protocol, and also provides a subscription mechanism that allows a location-aware application on a mobile device to act not only on its own real-time location, but also on the real-time location of other mobile devices in the system.
  • FIGS. 3 is a flowchart illustrating the communication exchange between mobile devices and a server when location data for the mobile devices is obtained directly from the mobile device in accordance with an embodiment of the present invention.
  • Occasional messages from the server to the mobile device may be used to confirm an open connection as well as pass specific data flow- control commands to the mobile device. These messages may be sent using a reliable or unreliable protocol. For an extremely light weight design, these messages may be initiated by the server via a protocol such as UDP if direct IP-addressing of the mobile device is supported on the network. Otherwise for networks that do not support server-initiated "push" IP communication, the mobile application may occasionally initiate and tear-down a TCP connection to receive a quick response from the server.
  • the position of multiple mobile devices may be monitored visually via a map on a web page.
  • An asynchronous method e.g. AJAX
  • AJAX asynchronous method
  • the architecture may be implemented using Java Micro Edition (Java ME) on GPS-enabled mobile devices, including mobile phones, in coordination with an application server (e.g. Glassfish).
  • Java ME Java Micro Edition
  • Many algorithms may run in the mobile phone application, including, for example, a Location-Aware State Machine (described in U.S. Patent Serial No. 12,245,072, which is incorporated herein by reference), a Critical Point method (described in U.S. Patent Serial No. 12,196,673, which is incorporated herein by reference), and an adaptive location data buffering method.
  • an unreliable protocol e.g. UDP
  • the server begins sending real-time location data to mobile device A via an unreliable protocol (e.g. UDP) as soon as it is able to retrieve the location data from its database (operation 125).
  • Mobile Device A will receive the real-time location data and make application-level decisions based on the data.
  • an unreliable protocol e.g. UDP
  • mobile device A requests a subscription to mobile device B's location and includes its own contact information (e.g. current URI, network address, port number) in the data transmission via a reliable protocol (e.g. SIP, HTTP, TCP) (operation 325).
  • a reliable protocol e.g. SIP, HTTP, TCP
  • Mobile device B either grants or denies the request, and sends the decision information back to mobile device A via a reliable protocol (e.g. SIP, HTTP, TCP) (operation 330). If mobile device B grants the request, it begins sending its own real-time location data to mobile device A via an unreliable protocol (e.g. UDP) (operation 335). This subscription will continue until mobile device A unsubscribes via a reliable protocol (e.g.
  • the mobile application may occasionally query the server using an reliable protocol (e.g. HTTP) to check the position of the transit vehicle and wait until the vehicle is within a certain distance threshold of the phone (e.g. 1500 meters) before requesting the subscription.
  • the phone will then contact the transit vehicle and request a subscription to the transit vehicle's location and include its own contact information. If the transit vehicle accepts this subscription, it will start sending real-time location data via an unreliable protocol (e.g. UDP) that represents the position of the vehicle that the mobile application is subscribed to.
  • UDP unreliable protocol
  • All modules are translucent to the location-aware application, meaning that the application can also directly access underlying APIs (e.g. Location API) if necessary, to access functionality not controlled directly by the framework.
  • underlying APIs e.g. Location API
  • Device-side software can fuse data from multiple technologies (e.g. Wi-Fi, cellular signals, etc.) to estimate the current position of the device when location data from primary positioning systems are unavailable. While traditional dead-reckoning relies on accelerometers to estimate the device's movement, the Position Estimation module utilizes real-time and historical data to produce an intelligent estimate of the user's real-time position.
  • technologies e.g. Wi-Fi, cellular signals, etc.
  • the Position Estimation module utilizes real-time and historical data to produce an intelligent estimate of the user's real-time position.
  • LAISYCTM also supports subscriptions to real-time locations of other mobile entities (e.g. vehicles). Session Management processes incoming UDP data containing real-time subscription location information and passes this information to the application.
  • Path Prediction uses spatial representations of a user's historical trips along with their current position to predict the paths they may take in the immediate future. Because human travel behavior is highly repetitive in both space and time, it is highly likely that a user's next trip will overlap with one of their historical trips. A spatial database is used to perform a series of intersection queries between the user's realtime location/path and buffers surrounding their previously recorded paths.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Mobile Radio Communication Systems (AREA)
  • Communication Control (AREA)
  • Computer And Data Communications (AREA)
EP09819811A 2008-10-07 2009-10-07 Architektur und zweischichtiges protokoll für ortsbewusste echtzeit-anwendungen Withdrawn EP2345300A2 (de)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10339508P 2008-10-07 2008-10-07
PCT/US2009/059825 WO2010042609A2 (en) 2008-10-07 2009-10-07 Architecture and two-layered protocol for real-time location-aware applications

Publications (1)

Publication Number Publication Date
EP2345300A2 true EP2345300A2 (de) 2011-07-20

Family

ID=42101181

Family Applications (1)

Application Number Title Priority Date Filing Date
EP09819811A Withdrawn EP2345300A2 (de) 2008-10-07 2009-10-07 Architektur und zweischichtiges protokoll für ortsbewusste echtzeit-anwendungen

Country Status (4)

Country Link
US (1) US8725831B2 (de)
EP (1) EP2345300A2 (de)
CA (1) CA2739914A1 (de)
WO (1) WO2010042609A2 (de)

Families Citing this family (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007124109A2 (en) * 2006-04-21 2007-11-01 Scomm, Inc. Interactive conversational speech communicator method and system
US8626344B2 (en) * 2009-08-21 2014-01-07 Allure Energy, Inc. Energy management system and method
US8498749B2 (en) 2009-08-21 2013-07-30 Allure Energy, Inc. Method for zone based energy management system with scalable map interface
US9838255B2 (en) 2009-08-21 2017-12-05 Samsung Electronics Co., Ltd. Mobile demand response energy management system with proximity control
US9209652B2 (en) 2009-08-21 2015-12-08 Allure Energy, Inc. Mobile device with scalable map interface for zone based energy management
US8280954B2 (en) 2010-03-25 2012-10-02 Scomm, Inc. Method and system for providing live real-time communication via text between mobile user devices
US20110293082A1 (en) * 2010-06-01 2011-12-01 Rajinder Gauri Method for Enabling and Blocking Distance and Location Information Between Callers
US10250520B2 (en) 2011-08-30 2019-04-02 Samsung Electronics Co., Ltd. Customer engagement platform and portal having multi-media capabilities
US9477239B2 (en) 2012-07-26 2016-10-25 Honeywell International Inc. HVAC controller with wireless network based occupancy detection and control
US9594384B2 (en) 2012-07-26 2017-03-14 Honeywell International Inc. Method of associating an HVAC controller with an external web service
US9247378B2 (en) 2012-08-07 2016-01-26 Honeywell International Inc. Method for controlling an HVAC system using a proximity aware mobile device
US8971920B2 (en) 2012-09-11 2015-03-03 Qualcomm Incorporated Enhanced LTE positioning protocol information transfer procedures for control plane LCS on LTE
US9699272B2 (en) * 2012-09-29 2017-07-04 Oracle International Corporation Mechanism for initiating behavior in a native client application from a web client application via a custom URL scheme
US8825377B2 (en) 2012-10-19 2014-09-02 Microsoft Corporation Mobile navigation to a moving destination
US20140118141A1 (en) 2012-10-26 2014-05-01 International Business Machines Corporation Systems, methods, and computer program products for reporting condition of first entity to second entity
US9716530B2 (en) 2013-01-07 2017-07-25 Samsung Electronics Co., Ltd. Home automation using near field communication
US10063499B2 (en) 2013-03-07 2018-08-28 Samsung Electronics Co., Ltd. Non-cloud based communication platform for an environment control system
US9547845B2 (en) * 2013-06-19 2017-01-17 International Business Machines Corporation Privacy risk metrics in location based services
US9432810B2 (en) * 2013-10-29 2016-08-30 Whooley, Inc. Opt-in and time limited bi-directional real-time location sharing
JP6556734B2 (ja) 2014-01-06 2019-08-07 サムスン エレクトロニクス カンパニー リミテッド ネットワーク装置およびリモートセンサ情報を用いて環境を調整するためのシステム、装置および機器
CN106464551A (zh) 2014-01-06 2017-02-22 魅力能源公司 一种使用网络装置和基于遥感的信息来协调环境的系统、装置和设备
WO2016049558A1 (en) * 2014-09-25 2016-03-31 Stratio Peer-to-peer communication based on device identifiers
US10605474B2 (en) * 2015-07-30 2020-03-31 Encycle Corporation Smart thermostat orchestration
US9599480B2 (en) 2015-03-06 2017-03-21 Umm Al-Qura University Vehicle localization and transmission method and system using a plurality of communication methods
US10802459B2 (en) 2015-04-27 2020-10-13 Ademco Inc. Geo-fencing with advanced intelligent recovery
US10516965B2 (en) 2015-11-11 2019-12-24 Ademco Inc. HVAC control using geofencing
US9628951B1 (en) 2015-11-11 2017-04-18 Honeywell International Inc. Methods and systems for performing geofencing with reduced power consumption
US10605472B2 (en) 2016-02-19 2020-03-31 Ademco Inc. Multiple adaptive geo-fences for a building
US10317102B2 (en) 2017-04-18 2019-06-11 Ademco Inc. Geofencing for thermostatic control

Family Cites Families (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6065120A (en) * 1997-12-09 2000-05-16 Phone.Com, Inc. Method and system for self-provisioning a rendezvous to ensure secure access to information in a database from multiple devices
US7360075B2 (en) * 2001-02-12 2008-04-15 Aventail Corporation, A Wholly Owned Subsidiary Of Sonicwall, Inc. Method and apparatus for providing secure streaming data transmission facilities using unreliable protocols
US7136364B2 (en) * 2001-03-29 2006-11-14 Intel Corporation Maintaining a reliable link
US6504503B1 (en) * 2001-09-28 2003-01-07 Intel Corporation Peer-to-peer global positioning system
WO2003049373A1 (en) * 2001-11-30 2003-06-12 British Telecommunications Public Limited Company Data transmission
US20030206549A1 (en) * 2002-05-03 2003-11-06 Mody Sachin Satish Method and apparatus for multicast delivery of information
EP1512259B1 (de) * 2002-06-07 2007-08-15 Nokia Corporation Verfahren zum senden von verbindungsorientierten oder verbindungslosen daten
US7496082B2 (en) * 2002-07-15 2009-02-24 Lee Howard K Dedicated device for automatically accessing wireless internet network and supplying wireless packet data-based indoor-capable GPS locations
EP1453269A1 (de) 2003-02-25 2004-09-01 Matsushita Electric Industrial Co., Ltd. Verfahren zur Meldung von Qualitätsmetriken für das paketvermittelte Übertragen von Datenströmen (Streaming)
US8291009B2 (en) * 2003-04-30 2012-10-16 Silicon Graphics International Corp. System, method, and computer program product for applying different transport mechanisms for user interface and image portions of a remotely rendered image
US20050066044A1 (en) * 2003-06-30 2005-03-24 Hemant Chaskar IP-based location service within code division multiple access network
US7613155B2 (en) * 2005-04-30 2009-11-03 Lg Electronics Inc. Terminal, system and method for providing location information service by interworking between WLAN and mobile communication network
KR20080081665A (ko) * 2007-03-06 2008-09-10 삼성전자주식회사 Ptt 이동 단말기와 ptt 통신 서비스 시스템 및 그의발신자 위치 표시 방법

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See references of WO2010042609A2 *

Also Published As

Publication number Publication date
WO2010042609A4 (en) 2010-09-02
WO2010042609A3 (en) 2010-07-08
US20110246606A1 (en) 2011-10-06
CA2739914A1 (en) 2010-04-15
WO2010042609A2 (en) 2010-04-15
US8725831B2 (en) 2014-05-13

Similar Documents

Publication Publication Date Title
US8725831B2 (en) Architecture and two-layered protocol for real-time location-aware applications
Warren et al. Push notification mechanisms for pervasive smartphone applications
Butt et al. Social Internet of Vehicles: Architecture and enabling technologies
CN112217905B (zh) 服务层会话迁移和共享
US10148546B2 (en) Scheduling processing tasks based on predicted context
Ali et al. Real-time heart attack mobile detection service (RHAMDS): An IoT use case for software defined networks
CN106464687B (zh) 经由用户隧道通信的客户端应用程序
US20160344841A1 (en) Context-aware and proximity-aware service layer connectivity management
WO2019014981A1 (zh) 定位控制方法、装置和定位设备
ES2762155T3 (es) Procedimiento y aparato para dar soporte a servicios de ubicación por medio de una sesión de ubicación genérica
US9131508B2 (en) Dynamic resource adjustment for establishing and maintaining a call of interest
US9220084B1 (en) Activation of voice over internet protocol applications based on push notifications
Gaouar et al. Toward vehicular cloud/fog communication: A survey on data dissemination in vehicular ad hoc networks using vehicular cloud/fog computing
Li et al. Multiple content dissemination in roadside-unit-aided vehicular opportunistic networks
CN107258092A (zh) 用于移动客户端设备的发现和数据传输的云支持
Barbeau et al. A location-aware framework for intelligent real-time mobile applications
Soo et al. Proactive service discovery in fog computing using mobile ad hoc social network in proximity
EP3085176B1 (de) System und verfahren zur funkreichweitenanzeige
EP2345262A2 (de) Adaptive ortsdatenpufferung für ortsbewusste anwendungen
Jafari Kaleibar et al. TOPVISOR: Two‐level controller‐based approach for service advertisement and discovery in vehicular cloud network
Wang et al. On the prediction policy for timely status updates in space-air-ground integrated transportation systems
Wang et al. Fog‐Based Distributed Networked Control for Connected Autonomous Vehicles
US20230007734A1 (en) DISSEMINATING ALERTS OR OTHER NOTIFICATIONS USING ProSe DIRECT DISCOVERY SIGNALING
Menchaca-Mendez et al. Opportunistic mobile sensing in the fog
US20230115973A1 (en) V2x network communication

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20110505

AK Designated contracting states

Kind code of ref document: A2

Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO SE SI SK SM TR

AX Request for extension of the european patent

Extension state: AL BA RS

DAX Request for extension of the european patent (deleted)
STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN

18D Application deemed to be withdrawn

Effective date: 20130503