Location sharing using different rate-limited links

Information

  • Patent Grant
  • 11483267
  • Patent Number
    11,483,267
  • Date Filed
    Monday, June 15, 2020
    3 years ago
  • Date Issued
    Tuesday, October 25, 2022
    a year ago
Abstract
Aspects of the present disclosure involve a system and a method for performing operations comprising: storing, on a distributed storage system, a plurality of real-time graph (RTG) instances that include a plurality of device objects; receiving, by a first device object of the plurality of device objects, a status update from a client device associated with a first user; transmitting, by the first device object, a first message comprising the status update to a second device object associated with a second user over a real-time link; and transmitting, by the first device object, a second message comprising the status update to a third device object associated with a third user over a first rate-limited link.
Description
TECHNICAL FIELD

The present disclosure generally relates to real-time location sharing.


BACKGROUND

The popularity of users interacting with other users online continues to grow. There are many ways for users to interact online with other users. Users can communicate with their friends using messaging applications and can play with other users online in multiplayer video games or perform other actions using various other applications. Users also increasing desire to see where their friends are currently located.





BRIEF DESCRIPTION OF THE DRAWINGS

In the drawings, which are not necessarily drawn to scale, like numerals may describe similar components in different views. To easily identify the discussion of any particular element or act, the most significant digit or digits in a reference number refer to the figure number in which that element is first introduced. Some examples are illustrated by way of example, and not limitation, in the figures of the accompanying drawings in which:



FIG. 1 is a diagrammatic representation of a networked environment in which the present disclosure may be deployed, in accordance with some examples.



FIG. 2 is a diagrammatic representation of a messaging system, in accordance with some examples, that has both client-side and server-side functionality.



FIG. 3 is a diagrammatic representation of a data structure as maintained in a database, in accordance with some examples.



FIG. 4 is a diagrammatic representation of a message, in accordance with some examples.



FIG. 5 is a diagrammatic representation of a distributed real-time status update server(s), in accordance with some examples.



FIG. 6 is another diagrammatic representation of a distributed real-time status update server(s), in accordance with some examples.



FIG. 7 is a diagrammatic representation of an RTG instance, in accordance with some examples.



FIGS. 8A-8C are diagrammatic representations of message exchanges between device objects of distributed real-time status update server(s), in accordance with some examples.



FIG. 9 is a diagrammatic representation of sending updates based on different friend list versions, in accordance with some examples.



FIGS. 10A-D are flowcharts illustrating example operations of the distributed real-time status update server(s), according to examples.



FIG. 11 is a diagrammatic representation of a machine in the form of a computer system within which a set of instructions may be executed for causing the machine to perform any one or more of the methodologies discussed herein, in accordance with some examples.



FIG. 12 is a block diagram showing a software architecture within which examples may be implemented.





DETAILED DESCRIPTION

The description that follows includes systems, methods, techniques, instruction sequences, and computing machine program products that embody illustrative examples of the disclosure. In the following description, for the purposes of explanation, numerous specific details are set forth in order to provide an understanding of various examples. It will be evident, however, to those skilled in the art that examples may be practiced without these specific details. In general, well-known instruction instances, protocols, structures, and techniques are not necessarily shown in detail.


Typically, users access messaging applications not only to communicate with their friends but also to determine the current locations of their friends. Some messaging applications present the current locations as part of the chat interface where the users exchange messages and can also present the locations on an interactive map. For example, avatars representing the users can be positioned on the map at the respective locations of the various users. Obtaining the current locations of the friends consumes many computing and network resources. Specifically, the locations of each of the friends can be pushed to the particular user device which requires a large number of messages to be exchanged over a network. This can degrade network performance and unnecessarily consumes network bandwidth.


In some systems, the locations of the friends can be polled by a particular user device. For example, the user device can send a request to a server with an identifier of one or more friends to receive the current locations of the one or more friends. However, even in these systems, network bandwidth and system resources are wasted. Specifically, sometimes the locations of the friends which are being requested by a given user device may not change very frequently, and polling for locations of such friends result in the same location being sent back to the given user device which wastes system resources. In addition, delays attributed to polling or pushing locations of friends to various users are introduced, which reduces the accuracy of the locations that are being communicated. Namely, the location that is communicated to the requesting device may not reflect the actual current location of a given friend, such as if the friend is actively moving around. This makes such systems less attractive and degrades the overall user experience.


The disclosed examples seek to improve the efficiency and speed of providing status updates, such as location information, to client devices on a real-time basis using a distributed storage system. The distributed storage system uses real-time graph instance to store device objects that represent status information for various users, such as location information. The device objects communicate with each other through front-end instances. As a given user's location changes, that location is updated in the user's device object. The location is propagated in an intelligent and automated manner to device objects of the user's friends. When a given one of the user's friends requests the current location of the user, such as when the given friend opens an interactive map of avatars, the given friend's device communicates with a front-end instance to retrieve the location of the user device that is stored in the device object of the given friend. This reduces the overall network traffic and increases the rate at which location updates are communicated and exchanged. This way, lag between when a location is requested and when the location is provided to a given user, is minimized, which provides a real-time location sharing experience for the users.


Specifically, according to the disclosed examples, a front-end (FE) instance and a plurality of real-time graph (RTG) instances are stored on a distributed storage system. In some cases, multiple FE instances and multiple RTG instances can be stored, the FE instances may be scaled up/down based on load and number of client devices and the RTG instances are of a fixed size. Each of the plurality of RTG instances includes a plurality of device objects and the FE instance is configured to communicate with a client device associated with a first user. A bi-directional streaming remote procedure call (RPC) connection is established between the FE instance and the plurality of RTG instances. The FE instance receives a status update from the client device and determines that a first device object corresponding to the client device is stored on a first RTG instance of the plurality of RTG instances. The FE instances transmit a first message comprising the status update to the first RTG instance to update the first device object. The first device object identifies friends of the user and provides the status update to the device objects of the friends of the user. When a given friend of the user ultimately requests the status update, such as the location of the user, that information is readily available in the device object of the given friend and is communicated in real-time to the given friend's device.


In this way, according to the disclosed examples, the device resources (e.g., processor cycles, memory, and power usage) needed to accomplish a task with the device are reduced.


Networked Computing Environment



FIG. 1 is a block diagram showing an example messaging system 100 for exchanging data (e.g., messages and associated content) over a network. The messaging system 100 includes multiple instances of a client device 102, each of which hosts a number of applications, including a messaging client 104. Each messaging client 104 is communicatively coupled to other instances of the messaging client 104 and a messaging server system 108 via a network 106 (e.g., the Internet). Messaging server system 108 may include a distributed real-time status update server(s) 107, in which case, each messaging client 104 receives status updates (e.g., location updates, location preference updates, online status updates, etc.) from the distributed real-time status update server(s) 107 via the messaging server system 108. In some implementations, all or a portion of the distributed real-time status update server(s) 107 is implemented externally to the messaging server system 108. In these circumstances, each messaging client 104 receives status updates (e.g., location updates, location preference updates, online status updates, etc.) from the distributed real-time status update server(s) 107 directly via the network 106.


A messaging client 104 is able to communicate and exchange data with another messaging client 104 and with the messaging server system 108 via the network 106. The data exchanged between messaging client 104, and between a messaging client 104 and the messaging server system 108, includes functions (e.g., commands to invoke functions) as well as payload data (e.g., text, audio, video or other multimedia data).


The messaging server system 108 provides server-side functionality via the network 106 to a particular messaging client 104. While certain functions of the messaging system 100 are described herein as being performed by either a messaging client 104 or by the messaging server system 108, the location of certain functionality either within the messaging client 104 or the messaging server system 108 may be a design choice. For example, it may be technically preferable to initially deploy certain technology and functionality within the messaging server system 108 but to later migrate this technology and functionality to the messaging client 104, where a client device 102 has sufficient processing capacity.


The messaging server system 108 supports various services and operations that are provided to the messaging client 104. Such operations include transmitting data to, receiving data from, and processing data generated by the messaging client 104. This data may include message content, client device information, geolocation information, media augmentation and overlays, message content persistence conditions, social network information, and live event information, as examples. Data exchanges within the messaging system 100 are invoked and controlled through functions available via user interfaces (UIs) of the messaging client 104.


Turning now specifically to the messaging server system 108, an Application Program Interface (API) server 110 is coupled to, and provides a programmatic interface to, application servers 112. The application servers 112 are communicatively coupled to a database server 118, which facilitates access to a database 120 that stores data associated with messages processed by the application servers 112. Similarly, a web server 124 is coupled to the application servers 112, and provides web-based interfaces to the application servers 112. To this end, the web server 124 processes incoming network requests over the Hypertext Transfer Protocol (HTTP) and several other related protocols.


The Application Program Interface (API) server 110 receives and transmits message data (e.g., commands and message payloads) between the client device 102 and the application servers 112. Specifically, the Application Program Interface (API) server 110 provides a set of interfaces (e.g., routines and protocols) that can be called or queried by the messaging client 104 in order to invoke functionality of the application servers 112. The Application Program Interface (API) server 110 exposes various functions supported by the application servers 112, including account registration, login functionality, the sending of messages, via the application servers 112, from a particular messaging client 104 to another messaging client 104, the sending of media files (e.g., images or video) from a messaging client 104 to a messaging server 114, and for possible access by another messaging client 104, the settings of a collection of media data (e.g., story), the retrieval of a list of friends of a user of a client device 102, the retrieval of such collections, the retrieval of messages and content, the addition and deletion of entities (e.g., friends) to an entity graph (e.g., a social graph), the location of friends within a social graph, and opening an application event (e.g., relating to the messaging client 104).


The application servers 112 host a number of server applications and subsystems, including for example a messaging server 114, an image processing server 116, and a social network server 122. The messaging server 114 implements a number of message processing technologies and functions, particularly related to the aggregation and other processing of content (e.g., textual and multimedia content) included in messages received from multiple instances of the messaging client 104. As will be described in further detail, the text and media content from multiple sources may be aggregated into collections of content (e.g., called stories or galleries). These collections are then made available to the messaging client 104. Other processor- and memory-intensive processing of data may also be performed server-side by the messaging server 114, in view of the hardware requirements for such processing.


The application servers 112 also include an image processing server 116 that is dedicated to performing various image processing operations, typically with respect to images or video within the payload of a message sent from or received at the messaging server 114.


The social network server 122 supports various social networking functions and services and makes these functions and services available to the messaging server 114. To this end, the social network server 122 maintains and accesses an entity graph 306 (as shown in FIG. 3) within the database 120. Examples of functions and services supported by the social network server 122 include the identification of other users of the messaging system 100 with which a particular user has relationships or is “following,” and also the identification of other entities and interests of a particular user.


The distributed real-time status update server(s) 107 stores a real-time graph (RTG) of instances or nodes. These nodes maintain various information about different users of the messaging server 114. Client devices 102 receive updates, such as location updates, from friends in real-time from the distributed real-time status update server(s) 107. The distributed real-time status update server(s) 107 includes one or more front-end (FE) instances and one or more real-time graph (RTG) instances. When a given client device 102 initially connects to the distributed real-time status update server(s) 107 or when a message is directed to a user of a given client device 102, a FE instance is created and stored on the distributed real-time status update server(s) 107 for the client device 102. In some cases, an already existing FE instance is accessed in which case one need not be created when a client device 102 connects. This may happen if the client device 102 previously established a streaming connection to the FE instance or another FE instance. The FE instances are created on an as needed basis based on the load of the server(s) 107. This may include storing a unique device identifier for the client device or the user of the client device in the FE instance. The FE instance establishes a real-time link to the given client device 102 for exchanging information with the client device 102. The FE instance also establishes a bidirectional streaming real-time gRPC (remote procedure call) connection with each of a plurality of RTG instances.


In some examples, the FE instance receives an update (e.g., a location update) from the client device 102. In response, the FE instance identifies a device object that corresponds to the client device 102. Specifically, each RTG instance stores one or more device objects that correspond to various client devices 102 (e.g., physical devices). The FE instance accesses routing information that identifies which of a plurality of the RTG instances stores the device object for the client device 102. The FE instance then transmits the status update to the RTG instance that stores the device object for the client device 102 via the previously established gRPC connection.


The RTG instance receives the status update (e.g., a location update or updates to preference information, such as location sharing preferences) and identifies the device object that is to be updated for the client device 102. The RTG instance updates the corresponding status update stored in the device object with the received update. The device object processes the update and identifies a plurality of friends that are associated with the user of the client device 102 on the messaging system 100. The device object generates a plurality of messages directed to device object of the friends associated with the user, such as based on the current status of the respective device objects (e.g., whether the device object indicates the friend is active or inactive). The messages include the update to the status (e.g., the update to the location). In some cases, the device object first determines whether the status update satisfies certain criteria. For example, the device object determines whether a location included in the update differs from a previously stored location by more than a threshold amount. As another example, the device object determines whether a location included in the update was last updated more than a threshold amount of time ago (e.g., a timestamp of a previously stored location exceeds a current timestamp of the location in the update by more than a specified amount). As another example, the device object determines whether a location included in the update is to be shared with users based on their current status (e.g., whether the users are currently active or inactive, whether the users are currently reading messages or accessing an interactive map that presents locations of friends in real-time, a last connection time of the users, and so forth). If the status update satisfies the criteria or criterion, then the device object sends the messages to the device objects of the friends. In some cases, the criteria may be satisfied for a first group of friends and not satisfied for a second group of friends. In such cases, the device object sends the status update to the device objects of the first group of friends and delays sending or prevents sending the update to the device objects to the second group of friends altogether.


In some examples, the device object of a given friend resides or is stored on a different RTG instance (e.g., a second RTG instance) than the RTG instance that stores the device object of the user. In such cases, the device object of the user sends the message with the update directed to the device object of the friend to a randomly or pseudorandomly selected FE instance. In some cases, the FE instance is selected in a round-robin manner, where the FE instances are stored in a list, and the next FE instance that is adjacent to the FE instance to which a message was previously sent is selected. Once the last FE instance in the list is reached, the first FE instance in the list is selected to send a message to a device object. The FE instance receives the message and determines which of the plurality of RTG instances stores the device object of the given friend. The FE instance uses routing information stored in the FE instance to identify the second RTG instance that stores the device object. The FE instance then sends the message to the RTG instance that stores the device object. The RTG instance receives the message and updates the status of the user that is stored in the device object for the friend.


The device object stored on the RTG instance is automatically deleted from the distributed real-time status update server(s) 107 after a threshold time interval after a given client device 102 disconnects from the server(s) 107. Once the threshold time interval is reached, the information stored in the device object is moved to a different persistent storage device and a real-time connection with a client device 102 is terminated as well as the gRPC connections to the RTG instances. In this way, whenever a given friend has an update to their status, this update is propagated to the device object of users associated with the friend. When such users ultimately connect to the system (e.g., open the messaging client 104), the status information stored in the device objects for such users is made available to the users seamlessly and quickly. This avoids the need for the users to poll or wait to directly receive status updates from their friends as such information is updated in the device object for the users while the users are offline. In some cases, FE instances are created and deleted based on a load of the server(s) 107. A gRPC proxy object is generated and stored on the FE instances to communicate with a client device 102 over a gRPC connection. Such a proxy object provides information, such as status updates or information, from the client device 102 to a corresponding device object stored on the RTG instance. Once the connection between the gRPC proxy object and the client device 102 is terminated, the gRPC proxy object is deleted and the FE instance remains stored and available to handle further connections.


System Architecture



FIG. 2 is a block diagram illustrating further details regarding the messaging system 100, according to some examples. Specifically, the messaging system 100 is shown to comprise the messaging client 104 and the application servers 112. The messaging system 100 embodies a number of subsystems, which are supported on the client-side by the messaging client 104 and on the sever side by the application servers 112. These subsystems include, for example, an ephemeral timer system 202, a collection management system 204, an augmentation system 206, a map system 208, and a game system 210.


The ephemeral timer system 202 is responsible for enforcing the temporary or time-limited access to content by the messaging client 104 and the messaging server 114. The ephemeral timer system 202 incorporates a number of timers that, based on duration and display parameters associated with a message, or collection of messages (e.g., a story), selectively enable access (e.g., for presentation and display) to messages and associated content via the messaging client 104. Further details regarding the operation of the ephemeral timer system 202 are provided below.


The collection management system 204 is responsible for managing sets or collections of media (e.g., collections of text, image video, and audio data). A collection of content (e.g., messages, including images, video, text, and audio) may be organized into an “event gallery” or an “event story.” Such a collection may be made available for a specified time period, such as the duration of an event to which the content relates. For example, content relating to a music concert may be made available as a “story” for the duration of that music concert. The collection management system 204 may also be responsible for publishing an icon that provides notification of the existence of a particular collection to the user interface of the messaging client 104.


The collection management system 204 furthermore includes a curation interface 212 that allows a collection manager to manage and curate a particular collection of content. For example, the curation interface 212 enables an event organizer to curate a collection of content relating to a specific event (e.g., delete inappropriate content or redundant messages). Additionally, the collection management system 204 employs machine vision (or image recognition technology) and content rules to automatically curate a content collection. In certain examples, compensation may be paid to a user for the inclusion of user-generated content into a collection. In such cases, the collection management system 204 operates to automatically make payments to such users for the use of their content.


The augmentation system 206 provides various functions that enable a user to augment (e.g., annotate or otherwise modify or edit) media content associated with a message. For example, the augmentation system 206 provides functions related to the generation and publishing of media overlays for messages processed by the messaging system 100. The augmentation system 206 operatively supplies a media overlay or augmentation (e.g., an image filter) to the messaging client 104 based on a geolocation of the client device 102. In another example, the augmentation system 206 operatively supplies a media overlay to the messaging client 104 based on other information, such as social network information of the user of the client device 102. A media overlay may include audio and visual content and visual effects. Examples of audio and visual content include pictures, texts, logos, animations, and sound effects. An example of a visual effect includes color overlaying. The audio and visual content or the visual effects can be applied to a media content item (e.g., a photo) at the client device 102. For example, the media overlay may include text or image that can be overlaid on top of a photograph taken by the client device 102. In another example, the media overlay includes an identification of a location overlay (e.g., Venice beach), a name of a live event, or a name of a merchant overlay (e.g., Beach Coffee House). In another example, the augmentation system 206 uses the geolocation of the client device 102 to identify a media overlay that includes the name of a merchant at the geolocation of the client device 102. The media overlay may include other indicia associated with the merchant. The media overlays may be stored in the database 120 and accessed through the database server 118.


In some examples, the augmentation system 206 provides a user-based publication platform that enables users to select a geolocation on a map and upload content associated with the selected geolocation. The user may also specify circumstances under which a particular media overlay should be offered to other users. The augmentation system 206 generates a media overlay that includes the uploaded content and associates the uploaded content with the selected geolocation.


In other examples, the augmentation system 206 provides a merchant-based publication platform that enables merchants to select a particular media overlay associated with a geolocation via a bidding process. For example, the augmentation system 206 associates the media overlay of the highest bidding merchant with a corresponding geolocation for a predefined amount of time.


The map system 208 provides various geographic location functions, and supports the presentation of map-based media content and messages by the messaging client 104. For example, the map system 208 enables the display of user icons or avatars (e.g., stored in profile data 308) on a map to indicate a current or past location of “friends” of a user, as well as media content (e.g., collections of messages including photographs and videos) generated by such friends, within the context of a map. For example, a message posted by a user to the messaging system 100 from a specific geographic location may be displayed within the context of a map at that particular location to “friends” of a specific user on a map interface of the messaging client 104. A user can furthermore share his or her location and status information (e.g., using an appropriate status avatar) with other users of the messaging system 100 via the messaging client 104, with this location and status information being similarly displayed within the context of a map interface of the messaging client 104 to selected users.


The game system 210 provides various gaming functions within the context of the messaging client 104. The messaging client 104 provides a game interface providing a list of available games (e.g., web-based games or web-based applications) that can be launched by a user within the context of the messaging client 104, and played with other users of the messaging system 100. The messaging system 100 further enables a particular user to invite other users to participate in the play of a specific game, by issuing invitations to such other users from the messaging client 104. The messaging client 104 also supports both voice and text messaging (e.g., chats) within the context of gameplay, provides a leaderboard for the games, and also supports the provision of in-game rewards (e.g., coins and items).


Data Architecture



FIG. 3 is a schematic diagram illustrating data structures 300, which may be stored in the database 120 of the messaging server system 108, according to certain examples. While the content of the database 120 is shown to comprise a number of tables, it will be appreciated that the data could be stored in other types of data structures (e.g., as an object-oriented database).


The database 120 includes message data stored within a message table 302. This message data includes, for any one particular message, at least message sender data, message recipient (or receiver) data, and a payload. Further details regarding information that may be included in a message, and included within the message data stored in the message table 302, is described below with reference to FIG. 4.


An entity table 304 stores entity data, and is linked (e.g., referentially) to an entity graph 306 and profile data 308. Entities for which records are maintained within the entity table 304 may include individuals, corporate entities, organizations, objects, places, events, and so forth. Regardless of entity type, any entity regarding which the messaging server system 108 stores data may be a recognized entity. Each entity is provided with a unique identifier, as well as an entity type identifier (not shown).


The entity graph 306 stores information regarding relationships and associations between entities. Such relationships may be social, professional (e.g., work at a common corporation or organization) interested-based or activity-based, merely for example.


The profile data 308 stores multiple types of profile data about a particular entity. The profile data 308 may be selectively used and presented to other users of the messaging system 100, based on privacy settings specified by a particular entity. Where the entity is an individual, the profile data 308 includes, for example, a user name, telephone number, address, settings (e.g., notification and privacy settings), as well as a user-selected avatar representation (or collection of such avatar representations). A particular user may then selectively include one or more of these avatar representations within the content of messages communicated via the messaging system 100, and on map interfaces displayed by messaging clients 104 to other users. The collection of avatar representations may include “status avatars,” which present a graphical representation of a status or activity that the user may select to communicate at a particular time.


Where the entity is a group, the profile data 308 for the group may similarly include one or more avatar representations associated with the group, in addition to the group name, members, and various settings (e.g., notifications) for the relevant group.


The database 120 also stores augmentation data, such as overlays or filters, in an augmentation table 310. The augmentation data is associated with and applied to videos (for which data is stored in a video table 314) and images (for which data is stored in an image table 316).


Filters, in one example, are overlays that are displayed as overlaid on an image or video during presentation to a recipient user. Filters may be of various types, including user-selected filters from a set of filters presented to a sending user by the messaging client 104 when the sending user is composing a message. Other types of filters include geolocation filters (also known as geo-filters), which may be presented to a sending user based on geographic location. For example, geolocation filters specific to a neighborhood or special location may be presented within a user interface by the messaging client 104, based on geolocation information determined by a Global Positioning System (GPS) unit of the client device 102.


Another type of filter is a data filter, which may be selectively presented to a sending user by the messaging client 104, based on other inputs or information gathered by the client device 102 during the message creation process. Examples of data filters include current temperature at a specific location, a current speed at which a sending user is traveling, battery life for a client device 102, or the current time.


Other augmentation data that may be stored within the image table 316 includes augmented reality content items (e.g., corresponding to applying Lenses or augmented reality experiences). An augmented reality content item may be a real-time special effect and sound that may be added to an image or a video.


As described above, augmentation data includes augmented reality content items, overlays, image transformations, AR images, and similar terms that refer to modifications that may be applied to image data (e.g., videos or images). This includes real-time modifications, which modify an image as it is captured using device sensors (e.g., one or multiple cameras) of a client device 102 and then displayed on a screen of the client device 102 with the modifications. This also includes modifications to stored content, such as video clips in a gallery that may be modified. For example, in a client device 102 with access to multiple augmented reality content items, a user can use a single video clip with multiple augmented reality content items to see how the different augmented reality content items will modify the stored clip. For example, multiple augmented reality content items that apply different pseudorandom movement models can be applied to the same content by selecting different augmented reality content items for the content. Similarly, real-time video capture may be used with an illustrated modification to show how video images currently being captured by sensors of a client device 102 would modify the captured data. Such data may simply be displayed on the screen and not stored in memory, or the content captured by the device sensors may be recorded and stored in memory with or without the modifications (or both). In some systems, a preview feature can show how different augmented reality content items will look within different windows in a display at the same time. This can, for example, enable multiple windows with different pseudorandom animations to be viewed on a display at the same time.


Data and various systems using augmented reality content items or other such transform systems to modify content using this data can thus involve detection of objects (e.g., faces, hands, bodies, cats, dogs, surfaces, objects, etc.), tracking of such objects as they leave, enter, and move around the field of view in video frames, and the modification or transformation of such objects as they are tracked. In various examples, different methods for achieving such transformations may be used. Some examples may involve generating a three-dimensional mesh model of the object or objects, and using transformations and animated textures of the model within the video to achieve the transformation. In other examples, tracking of points on an object may be used to place an image or texture (which may be two dimensional or three dimensional) at the tracked position. In still further examples, neural network analysis of video frames may be used to place images, models, or textures in content (e.g., images or frames of video). Augmented reality content items thus refer both to the images, models, and textures used to create transformations in content, as well as to additional modeling and analysis information needed to achieve such transformations with object detection, tracking, and placement.


Real-time video processing can be performed with any kind of video data (e.g., video streams, video files, etc.) saved in a memory of a computerized system of any kind. For example, a user can load video files and save them in a memory of a device, or can generate a video stream using sensors of the device. Additionally, any objects can be processed using a computer animation model, such as a human's face and parts of a human body, animals, or non-living things such as chairs, cars, or other objects.


In some examples, when a particular modification is selected along with content to be transformed, elements to be transformed are identified by the computing device, and then detected and tracked if they are present in the frames of the video. The elements of the object are modified according to the request for modification, thus transforming the frames of the video stream. Transformation of frames of a video stream can be performed by different methods for different kinds of transformation. For example, for transformations of frames mostly referring to changing forms of objects' elements, characteristic points for each element of an object are calculated (e.g., using an Active Shape Model (ASM) or other known methods). Then, a mesh based on the characteristic points is generated for each of the at least one element of the object. This mesh is used in the following stage of tracking the elements of the object in the video stream. In the process of tracking, the mentioned mesh for each element is aligned with a position of each element. Then, additional points are generated on the mesh. A set of first points is generated for each element based on a request for modification, and a set of second points is generated for each element based on the set of first points and the request for modification. Then, the frames of the video stream can be transformed by modifying the elements of the object on the basis of the sets of first and second points and the mesh. In such method, a background of the modified object can be changed or distorted as well by tracking and modifying the background.


In some examples, transformations changing some areas of an object using its elements can be performed by calculating characteristic points for each element of an object and generating a mesh based on the calculated characteristic points. Points are generated on the mesh, and then various areas based on the points are generated. The elements of the object are then tracked by aligning the area for each element with a position for each of the at least one element, and properties of the areas can be modified based on the request for modification, thus transforming the frames of the video stream. Depending on the specific request for modification, properties of the mentioned areas can be transformed in different ways. Such modifications may involve changing color of areas; removing at least some part of areas from the frames of the video stream; including one or more new objects into areas which are based on a request for modification; and modifying or distorting the elements of an area or object. In various examples, any combination of such modifications or other similar modifications may be used. For certain models to be animated, some characteristic points can be selected as control points to be used in determining the entire state-space of options for the model animation.


In some examples of a computer animation model to transform image data using face detection, the face is detected on an image with use of a specific face detection algorithm (e.g., Viola-Jones). Then, an Active Shape Model (ASM) algorithm is applied to the face region of an image to detect facial feature reference points.


In other examples, other methods and algorithms suitable for face detection can be used. For example, in some examples, features are located using a landmark, which represents a distinguishable point present in most of the images under consideration. For facial landmarks, for example, the location of the left eye pupil may be used. If an initial landmark is not identifiable (e.g., if a person has an eyepatch), secondary landmarks may be used. Such landmark identification procedures may be used for any such objects. In some examples, a set of landmarks forms a shape. Shapes can be represented as vectors using the coordinates of the points in the shape. One shape is aligned to another with a similarity transform (allowing translation, scaling, and rotation) that minimizes the average Euclidean distance between shape points. The mean shape is the mean of the aligned training shapes.


In some examples, a search for landmarks from the mean shape aligned to the position and size of the face determined by a global face detector is started. Such a search then repeats the steps of suggesting a tentative shape by adjusting the locations of shape points by template matching of the image texture around each point and then conforming the tentative shape to a global shape model until convergence occurs. In some systems, individual template matches are unreliable, and the shape model pools the results of the weak template matches to form a stronger overall classifier. The entire search is repeated at each level in an image pyramid, from coarse to fine resolution.


A transformation system can capture an image or video stream on a client device (e.g., the client device 102) and perform complex image manipulations locally on the client device 102 while maintaining a suitable user experience, computation time, and power consumption. The complex image manipulations may include size and shape changes, emotion transfers (e.g., changing a face from a frown to a smile), state transfers (e.g., aging a subject, reducing apparent age, changing gender), style transfers, graphical element application, and any other suitable image or video manipulation implemented by a convolutional neural network that has been configured to execute efficiently on the client device 102.


In some examples, a computer animation model to transform image data can be used by a system where a user may capture an image or video stream of the user (e.g., a selfie) using a client device 102 having a neural network operating as part of a messaging client 104 operating on the client device 102. The transformation system operating within the messaging client 104 determines the presence of a face within the image or video stream and provides modification icons associated with a computer animation model to transform image data, or the computer animation model can be present as associated with an interface described herein. The modification icons include changes that may be the basis for modifying the user's face within the image or video stream as part of the modification operation. Once a modification icon is selected, the transformation system initiates a process to convert the image of the user to reflect the selected modification icon (e.g., generate a smiling face on the user). A modified image or video stream may be presented in a graphical user interface displayed on the client device 102 as soon as the image or video stream is captured, and a specified modification is selected. The transformation system may implement a complex convolutional neural network on a portion of the image or video stream to generate and apply the selected modification. That is, the user may capture the image or video stream and be presented with a modified result in real-time or near real-time once a modification icon has been selected. Further, the modification may be persistent while the video stream is being captured, and the selected modification icon remains toggled. Machine-taught neural networks may be used to enable such modifications.


The graphical user interface, presenting the modification performed by the transformation system, may supply the user with additional interaction options. Such options may be based on the interface used to initiate the content capture and selection of a particular computer animation model (e.g., initiation from a content creator user interface). In various examples, a modification may be persistent after an initial selection of a modification icon. The user may toggle the modification on or off by tapping or otherwise selecting the face being modified by the transformation system and store it for later viewing or browse to other areas of the imaging application. Where multiple faces are modified by the transformation system, the user may toggle the modification on or off globally by tapping or selecting a single face modified and displayed within a graphical user interface. In some examples, individual faces, among a group of multiple faces, may be individually modified, or such modifications may be individually toggled by tapping or selecting the individual face or a series of individual faces displayed within the graphical user interface.


A story table 312 stores data regarding collections of messages and associated image, video, or audio data, which are compiled into a collection (e.g., a story or a gallery). The creation of a particular collection may be initiated by a particular user (e.g., each user for which a record is maintained in the entity table 304). A user may create a “personal story” in the form of a collection of content that has been created and sent/broadcast by that user. To this end, the user interface of the messaging client 104 may include an icon that is user-selectable to enable a sending user to add specific content to his or her personal story.


A collection may also constitute a “live story,” which is a collection of content from multiple users that is created manually, automatically, or using a combination of manual and automatic techniques. For example, a “live story” may constitute a curated stream of user-submitted content from various locations and events. Users whose client devices have location services enabled and are at a common location event at a particular time may, for example, be presented with an option, via a user interface of the messaging client 104, to contribute content to a particular live story. The live story may be identified to the user by the messaging client 104, based on his or her location. The end result is a “live story” told from a community perspective.


A further type of content collection is known as a “location story,” which enables a user whose client device 102 is located within a specific geographic location (e.g., on a college or university campus) to contribute to a particular collection. In some examples, a contribution to a location story may require a second degree of authentication to verify that the end user belongs to a specific organization or other entity (e.g., is a student on the university campus).


As mentioned above, the video table 314 stores video data that, in one example, is associated with messages for which records are maintained within the message table 302. Similarly, the image table 316 stores image data associated with messages for which message data is stored in the entity table 304. The entity table 304 may associate various augmentations from the augmentation table 310 with various images and videos stored in the image table 316 and the video table 314.


Distributed real-time status update server data 318 stores instances, nodes, and routing tables or information used by the distributed real-time status update server(s) 107. For example, the distributed real-time status update server data 318 stores FE instances, RTG instances, routing tables, proxy objects or nodes, device objects, and inter-region proxy instances or nodes.


Data Communications Architecture



FIG. 4 is a schematic diagram illustrating a structure of a message 400, according to some examples, generated by a messaging client 104 for communication to a further messaging client 104 or the messaging server 114. The content of a particular message 400 is used to populate the message table 302 stored within the database 120, accessible by the messaging server 114. Similarly, the content of a message 400 is stored in memory as “in-transit” or “in-flight” data of the client device 102 or the application servers 112. A message 400 is shown to include the following example components:

    • message identifier 402: a unique identifier that identifies the message 400.
    • message text payload 404: text, to be generated by a user via a user interface of the client device 102, and that is included in the message 400.
    • message image payload 406: image data, captured by a camera component of a client device 102 or retrieved from a memory component of a client device 102, and that is included in the message 400. Image data for a sent or received message 400 may be stored in the image table 316.
    • message video payload 408: video data, captured by a camera component or retrieved from a memory component of the client device 102, and that is included in the message 400. Video data for a sent or received message 400 may be stored in the video table 314.
    • message audio payload 410: audio data, captured by a microphone or retrieved from a memory component of the client device 102, and that is included in the message 400.
    • message augmentation data 412: augmentation data (e.g., filters, stickers, or other annotations or enhancements) that represents augmentations to be applied to message image payload 406, message video payload 408, or message audio payload 410 of the message 400. Augmentation data for a sent or received message 400 may be stored in the augmentation table 310.
    • message duration parameter 414: parameter value indicating, in seconds, the amount of time for which content of the message (e.g., the message image payload 406, message video payload 408, message audio payload 410) is to be presented or made accessible to a user via the messaging client 104.
    • message geolocation parameter 416: geolocation data (e.g., latitudinal and longitudinal coordinates) associated with the content payload of the message. Multiple message geolocation parameter 416 values may be included in the payload, each of these parameter values being associated with respect to content items included in the content (e.g., a specific image within the message image payload 406, or a specific video in the message video payload 408).
    • message story identifier 418: identifier values identifying one or more content collections (e.g., “stories” identified in the story table 312) with which a particular content item in the message image payload 406 of the message 400 is associated. For example, multiple images within the message image payload 406 may each be associated with multiple content collections using identifier values.
    • message tag 420: each message 400 may be tagged with multiple tags, each of which is indicative of the subject matter of content included in the message payload. For example, where a particular image included in the message image payload 406 depicts an animal (e.g., a lion), a tag value may be included within the message tag 420 that is indicative of the relevant animal. Tag values may be generated manually, based on user input, or may be automatically generated using, for example, image recognition.
    • message sender identifier 422: an identifier (e.g., a messaging system identifier, email address, or device identifier) indicative of a user of the client device 102 on which the message 400 was generated and from which the message 400 was sent.
    • message receiver identifier 424: an identifier (e.g., a messaging system identifier, email address, or device identifier) indicative of a user of the client device 102 to which the message 400 is addressed.


The contents (e.g., values) of the various components of message 400 may be pointers to locations in tables within which content data values are stored. For example, an image value in the message image payload 406 may be a pointer to (or address of) a location within an image table 316. Similarly, values within the message video payload 408 may point to data stored within a video table 314, values stored within the message augmentation data 412 may point to data stored in an augmentation table 310, values stored within the message story identifier 418 may point to data stored in a story table 312, and values stored within the message sender identifier 422 and the message receiver identifier 424 may point to user records stored within an entity table 304.



FIG. 5 is a diagrammatic representation of a distributed real-time status update server(s) 107, in accordance with some examples. The distributed real-time status update server(s) 107 includes one or more FE instances 510, one or more RTG instances 520, and an RTG configuration map 530. A given client device 102 establishes a gRPC connection with a first FE instance 510. In one example, the given client device 102 establishes the gRPC connection with the first FE instance 510 when the given client device 102 opens a map interface or a chat interface of the messaging client 104. If the given client device 102 has not previously connected to the distributed real-time status update server(s) 107 or has connected more than a threshold time previous to the current time, a new FE instance 510 is created. The first FE instance 510 generates a proxy object 512 for communicating with the given client device 102. The proxy object 512 transmits messages from the given client device 102 to a corresponding device object stored on the first RTG instance 520.


The FE instance 510 obtains periodically and, upon generation of the FE instance 510, routing information from the RTG configuration map 530. The routing information identifies the storage locations of a plurality of device objects across a plurality of RTG instances 520. The FE instance 510 determines whether an identifier of the client device 102 is included in the obtained routing information. If so, the FE instance 510 receives an update from the client device 102 via the proxy object 512 and sends the update to the device object associated with the client device 102 that is stored on the RTG instance. For example, the FE instance 510 determines that a first device object 522 corresponds to the identifier of the client device 102 and that the first device object 522 is maintained or stored on a first RTG instance 520. In such cases, the proxy object 512 on the FE instance 510 sends updates to the first device object 522 by sending a message directed to the first device object 522 to the first RTG instance 520. The first RTG instance 520 also sends back information stored in the first device object 522 to the FE instance 510 that is connected to the client device 102 associated with the first device object 522. To do so, the first RTG instance 520 determines the unique random identifier assigned to the proxy object 512 from which the message is received and stores that identifier in the routing information 529. The first RTG instance 520 uses the identifier stored in the routing information 529 to identify the FE instance 510 and proxy object 512 that is currently connected to the client device 102. The FE instance 510 provides the information received from the RTG instance 520 (the contents of the device object 522) via the proxy object 512 to the client device 102 which then updates a graphical user interface (e.g., updates locations of friends on a map in real-time).


The FE instance 510 may determine that an identifier of the client device 102 is missing from or is not included in the obtained routing information. In such cases, the FE instance 510 instructs one of the RTG instances 520 to generate a new device object for the client device 102. The FE instance 510 then provides data via the proxy object 512 to the device object from the client device 102 or provides data to the client device 102 from the device object.


Each RTG instance 520 stores one or more device objects. For example, a first RTG instance 520 stores the first device object 522 and a second device object 524. A second RTG instance stores a third device object 526. Each RTG instance 520 obtains periodically routing information 529 that identifies which device objects are stored in the respective RTG instance 520. The routing information 529 indicates a range of device identifiers handled by each respective RTG instance 520. The first device object 522 may process an update received from a client device 102 and identify one or more friends stored on the first device object 522. The first device object 522 generates messages that include the update for transmission to the device objects of the friends. A first message can be sent to the second device object 524 directly within the first RTG instance 520. A second message that needs to be delivered to the third device object 526 may be transmitted to the third device object 526 via one or more FE instances 510. Namely, the third device object 526 may be on an RTG instance that is external to the RTG instance 520 that stores the first device object. In such cases, the RTG instance 520 selects in a random or cyclic or round-robin manner a given FE instance 510 or proxy object on one of the FE instances. The RTG instance 520 sends the message with an identifier of the third device object 526 to the selected FE instance 510 or proxy object. The selected FE instance 510 receives the message and determines which of the RTG instances stores the third device object 526 based on the routing information 514 stored on the selected FE instance 510. The message is then sent by the selected FE instance 510 or proxy object to the identified or determined RTG instance that stores the third device object 526 to update the information for the user associated with the first device object 522.


As an example, the first device object 522 may update a location of the client device 102. This location update may be shared with other friends of the user of the client device 102. The third device object 526 may store a list of friends and their respective locations. When the third device object 526 receives an update to the location from the first device object 522, the third device object 526 identifies the user associated with the first device object 522 and updates the current location stored for the user. An FE instance 510 may establish a connection with a client device 102 of a friend using another proxy object stored in the FE instance 510 corresponding to the third device object 526. Upon establishing the connection, the locations of the friends stored in the third device object 526 are provided to the client device 102 of the friend to update a graphical user interface presented on the client device 102. In this way, users can receive almost instant updates to locations of their friends on a map and see their friends actively moving on the map.


In some examples, the FE instance 510 (e.g., proxy object stored on the FE instance 510) is assigned a random identifier when the FE instance 510 is initially generated and stored. Each device object that is stored in the RTG instances is assigned an identifier corresponding to the user identifier associated with the device object. For example, the first device object 522 is associated with a user of a client device 102 and is assigned an identifier that matches the user identifier of the user of the client device 102 (e.g., a username). In some cases, the FE instances only communicate with RTG instances and do not communicate or exchange messages directly with each other. In some implementations, the first RTG instance 520 stores the random identifier of the proxy object 512 stored on the FE instance 510 that transmitted a message to the first RTG instance 520. When any device object in the first RTG instance 520 needs to send a message back to the proxy object 512, the first RTG instance 520 uses the stored random identifier to find and route the message to the appropriate proxy object and then to the corresponding client device 102.


The arrangement and interaction between FE instances 510 and RTG instances 520 makes it possible to have many thousands of device objects in memory without the need to perform complex synchronization operations. It also makes the system scalable and allows objects to reside anywhere geographically and on various storage devices in a distributed manner.


In some examples, groups of FE instances 510 and RTG instances 520 are divided into different geographical regions. For example, a first group of FE instances 510 and RTG instances 520 are stored in a first geographical region (e.g., the United States of America) and a second group of FE instances 510 and RTG instances 520 are stored in a second geographical region (e.g., Australia). Messages that are exchanged between FE instances 510 and RTG instances 520 in the first group within the same geographical region are sent in real-time. Messages that are exchanged between an FE instance 510 in the first group and an FE instance 510 in the second group are grouped and sent in bulk periodically. In this way, the number of times messages are sent between different geographical regions is reduced which better utilizes network resources and bandwidth.



FIG. 6 is a diagrammatic representation of a distributed real-time status update server(s) 107 across different geographical regions, in accordance with some examples. Specifically, users are associated with regions in which they are geographically located. For example, a first user in a first geographical region is associated with a device object in the first geographical region. A second user in a second geographical region is associated with a device object in the second geographical region. The mapping between users and the regions in which they are located and consequently their respective device objects are located is stored in a globally replicated database table. This table is shared and copied across the various geographical regions. In some cases, the mapping is updated periodically or in real-time as users move around to different geographical regions. In response to determining that a user has changed geographical regions, a device object stored for the user in a first geographical region is moved or copied to the RTG instance in the geographical region corresponding to the new user location. In some implementations, the device object is moved or copied and the geographical region assigned to the user is updated immediately or after the user has remained in the new geographical region for a threshold number of days.


In some examples, the first device object 522 in a first geographical region may generate a message directed to a second device object that is in a second geographical region. Specifically, the first device object 522 looks up in the globally replicated database the user identifier associated with the second device object to determine whether the second device object is in the first geographical region. If the second device object is determined to be in the first geographical region, the first device object 522 transmits the message to the RTG instance in which the second device object is stored. If the second device object is determined to be in the second geographical region, the first device object 522 identifies a first inter-region proxy node corresponding to the second region. The first inter-region proxy node may be located in the first geographical region or any other suitable location. The first device object 522 sends via an FE instance 510 to the inter-region proxy node the message with an identifier of the second user and the second device object to the identified inter-region proxy node.


The first inter-region proxy node collects and bundles a plurality of messages that are directed from the first geographical region and other geographical regions. Once the first inter-region proxy node determines that a threshold period of time has elapsed since the last time the first inter-region proxy node sent a message to a second inter-region proxy node located in the second geographical region, the first inter-region proxy node sends the collected and bundled plurality of messages to the second inter-region proxy node. In some implementations, once the first inter-region proxy node determines that a threshold number of collected messages has been reached, the first inter-region proxy node sends the collected and bundled plurality of messages to the second inter-region proxy node. The second inter-region proxy node located in the second geographical region receives the bundled messages from the first inter-region proxy node and distributes the messages (e.g., randomly) to FE instances in the second geographical region. Specifically, an FE instance in the second geographical region receives the message from the second inter-region proxy node directed to the second device object and identifies an RTG instance in the second geographical region that includes the second device object. The FE instance provides the message to the second device object via the identified RTG instance.



FIG. 7 is a diagrammatic representation of an RTG instance 520, in accordance with some examples. The RTG instance 520 is an example of one of the many RTG instances discussed in connection with FIGS. 5 and 6. As an example, the RTG instance 520 includes a router 529, a device object 522, an input channel 730, a goroutine 720 (or coroutine) and can communicate with a remote database 710. In one example, the device object 522 stores various information for a given user, such as the last known location of the user, a friends list of the user, friend clusters for the user, the last update time of the device object 522, status and location information for each friend in the friends list or friend clusters.


The device object 522 receives messages via the input channel 730. For example, the device object 522 receives a location update for the user associated with the device object 522 or a friend of the user stored in the friend list. The device object 522 receives online status updates for one or more friends of the user listed in the device object 522. The goroutine 720 (or coroutine) can manipulate the device data that is stored in the device object 522. It does so by iterating through the messages received via the input channel 730 and acting on them based on message type. At some point, the goroutine 720 may decide that the device object is no longer needed. When this happens the device object is deleted from the graph and the goroutine 720 is terminated. The goroutine 720 copies any relevant information that is stored in the device object 522 to the remote database 710. This information may be associated with the user identifier corresponding to the device object 522 and is retrieved and copied to a new device object 522 when the new device object 522 is created for the same user at some later time.


The device object 522 for a given user is generated whenever a streaming gRPC connection is established between a client device 102 and the distributed real-time status update server(s), such as with a proxy object in FE instance 510. In some cases, the device object 522 for the given user is generated when a friend of the user sends a message directed to the given user. On startup, when the device object 522 is initially created, the device object 522 retrieves an initial friends list from the messaging server 114. Then, the device object 522 sends a message to every device object corresponding to a friend in the initial friends list. Namely, the device object 522 identifies user identifiers of each friend in the list and sends a message to each device object associated with a respective one of the identified user identifiers. In some cases, the device object 522 only sends the message to those friends who are determined to be in an active state (e.g., users who are currently online). The message announces that the device object 522 has just come online.


After sending messages announcing that the device object 522 has come online, the goroutine 720 starts processing messages received on the input channel 730 in a specific loop. The loop includes processing input messages, if any, depending on the types of the message. Namely, different functions may be performed for different types of messages. The goroutine 720 then checks for expired friend locations and deletes such locations if any are expired. The goroutine 720 checks if the state needs to be persisted. The state is persisted if it is dirty and if it has not been persisted for a threshold period of time. Next, the goroutine 720 checks for preferences that need to be refreshed periodically. Optionally, the goroutine 720 next accesses a second remote source (e.g., third-party source) of user locations to pull or determine the current location of the user associated with the device object 522. If the goroutine 720 determines that the pulled location from the second remote source is different by some factor (e.g., exceeds a distance relative to the current location stored for the user in the device object 522), the goroutine 720 updates the current location based on that location retrieved from the second remote source. Finally, the goroutine 720 checks for inactivity of the client device 102 or user associated with the device object 522. If the device or user was inactive for a threshold period of time (e.g., 8 hours), such as if no messages have been received on the input channel 730 of the device object 522, information from the device object 522 is moved to the remote database 710 and associated with the identifier of the user corresponding to the device object 522. The device object 522 is then deleted and the goroutine 720 is terminated. If the device or user was not inactive for the threshold period of time, the goroutine 720 restarts the loop including processing input messages on the input channel 730.



FIG. 8A is a diagrammatic representation of message exchanges between device objects of distributed real-time status update server(s), in accordance with some examples. As shown in FIG. 8A, a first user 810 (e.g., a first client device 102 of the first user 810) sends an update (e.g., a status update or location update) via a streaming gRPC connection to a first device object 830 associated with the first user 810. The links between the nodes shown in FIG. 8A show the direction of the data flow and thicknesses of the links show the types of connections (e.g., real-time data exchanges or rate-limited data exchanges).


In one example, the first device object 830 receives a location update from the first user 810. In response, the first device object 830 pushes the location update to a second device object 832 corresponding to the second user 820. The second user 820 also provides a location update to the second device object 832 associated with the second user 820. The second device object 832 also pushes the location update from the second user 820 to the first device object 830 over the streaming gRPC connection 840. Once the first device object 830 receives the update to the location from the second device object 832, the first device object 830 identifies an entry in the first device object 830 that corresponds to the second user 820 and updates the location stored in the entry with the updated location received from the second device object 832.


The first device object 830 also pushes the location update to a third device object 834 corresponding to a third user. The third user may not be sending location updates back to the first user and, in such circumstances, the third device object 834 only receives the location update from the first device object 830 but does not send back location information to the first device object 830.


In some implementations, the location updates are exchanged between the first device object 830 and the second device object 832 in real-time. Namely, as the first device object 830 receives a location update from the first user 810, the first device object 830 immediately sends the update to the second device object 832. This may be performed in response to the first device object 830 determining that the second user 820 associated with the second device object 832 has a status indicating that the second user 820 needs real-time location information. For example, if the second user 820 is currently viewing an interactive map that displays locations of friends of the second user 820, this status is transmitted and stored in an entry for the friend in the first device object 830. The first device object 830 based on determining that the status of the second user 820 is viewing an interactive map that displays locations of friends, sends updates to the location received from the first user 810 in real-time as updates are received to the second device object 832. Also, the second device object 832 determines that the first user 810 is also viewing the interactive map of locations of friends and so may share the location updates received from the second user 820 in real-time with the first device object 830.


The first device object 830 may store a status for the third user associated with the third device object 834 indicating that the third user currently has the messaging client 104 open but is not viewing the interactive map that displays locations of friends. In this case, the first device object 830 may send or share the location updates received from the first user 810 periodically with the third device object 834 rather than in real-time over a rate-limited link 841. Namely, the first device object 830 may only send updates to the locations of the first user 810 to the third device object 834 if the location of the first user 810 satisfies a first condition (e.g., changes by more than a first threshold amount or if the location was last sent to the third device object 834 more than a first threshold amount of time ago (e.g., the elapsed time since the last update to the location was sent to the third device object 834 exceeds a first threshold)). This way, location updates of the first user 810 may be sent in real-time to some users but periodically or not at all to other users simultaneously.


The first device object 830 may store a status for a fourth user associated with a fourth device object 836 indicating that the fourth user is currently inactive. In this case, the first device object 830 may send or share the location updates received from the first user 810 periodically with the fourth device object 836 rather than in real-time over a further rate-limited link 842 or may not share the location at all. Further rate-limited link 842 is rate-limited further than the rate-limited link 841. The rate-limited link 841 may allow exchanges of locations or locations to be sent to the third device object 834 when a first condition is satisfied. The further rate-limited link 842 may allow exchanges of locations or locations to be sent to the fourth device object 836 when a second condition is satisfied and the first condition is not satisfied. Namely, the first device object 830 may only send updates to the locations of the first user 810 to the fourth device object 836 if the location of the first user 810 satisfies a second condition (e.g., changes by more than a second threshold amount or if the location was last sent to the fourth device object 836 more than a second threshold amount of time ago (e.g., the elapsed time since the last update to the location was sent to the fourth device object 836 exceeds a second threshold)). Specifically, the location updates shared with the fourth device object 836 may be further restricted relative to those location updates shared with the third device object 834 because the fourth user does not have a need to see location information for the first user 810. The second threshold amounts that are used to restrict the updates sent to the fourth device object 834 are greater than the first threshold amounts used to restrict the updates sent to the third device object 834.



FIG. 8B is a diagrammatic representation of message exchanges between device objects of distributed real-time status update server(s), in accordance with some examples. As shown in FIG. 8B, online update (OU) represents messages sent between device to announce their online presence and then periodically to indicate that a device object is still online. Online updates are sent to the device objects from a client device 102 when the client device 102 comes online. Location update (LU) is sent to a device object when a client device 102 transmits a location update. A friend location update (FLU) is sent between device objects when a user shares a location with their friends. A delete location update (DLU) is sent when a device object wants all other device objects to delete its location, such as when a given user enters ghost mode and does not want their location to be known. Preferences update (PU) is sent when preferences for a user are updated so that the device object retrieves and updates stored preference. Message received update (MRU) is sent to acknowledge message receipt between device objects.



FIG. 8B provides an example message exchange when a device object initially comes online. When the device object (e.g., device object A) comes online and is first initialized, the device object sends online update (OU) to all of its friends (e.g., device objects B, C and D of the friends of device object A). Each friend device object B, C, and D responds in one of three ways. For example, a first friend object B response with an FLU which indicates the location of the friend stored in the first friend object B. This happens when the device object receiving the OU is sharing its location with the device object of the user from which OU message was received. The device object A then stores the location received in the FLU message from first friend object B in an entry for the first friend in the device object A.


A second friend object C responds to the OU message received from device object A with an online update (OU). This happens when the device object receiving the OU is not sharing the location with the device object A from which the OU message was received but is online (e.g., has a client device 102 physically connected to the second friend object C via a corresponding FE instance 510) and is interested in receiving location updates from the user associated with the device object A. Namely, the second friend may desire to see or know the location of the user associated with the device object A but may not be interested in sharing their location with the user associated with the device object A.


A third friend object D responds to the OU message received from device object A with an MRU message. This happens when the device object receiving the OU is not sharing the location with the device object A from which the OU message was received and is also not interested in receiving location updates from the user associated with the device object A, such as because the third friend object D is offline (e.g., does not have a client device 102 physically connected to the third friend object D via a corresponding FE instance 510). Namely, the third friend may not desire to see or know the location of the user associated with the device object A and may not be interested in sharing their location with the user associated with the device object A.



FIG. 8C is a diagrammatic representation of message exchanges between device objects of distributed real-time status update server(s), in accordance with some examples. As shown in FIG. 8C, in step 1: device object A initially comes online and transmits OU messages to all of the friends listed in the device object A. In step 2: to handle each OU message received from the device object A, a new device object (e.g., an offline device object, represented by a dashed circle) is created (B, C, D, and E) for each of the friends. Since none of the friends is online or has a recent location to share, each of the device objects B, C, D, and E responds to the OU message received from device object A with an MRU message.


In step 3: a given friend has a client device 102 that establishes a connection to the device object C via an FE instance 510. This results in device object C coming online—the device object C is switched from being an offline device object to an online device object (represented by a solid circle). In response, device object C transmits an OU message to all of the friends of device object C including device object A. The device object A responds to the OU message received from device object C with an FLU message to indicate to the device object C the current location of the user stored in the device object A. In step 4: device objects A and C establish connections based on the fact that they both are online and sharing locations with each other. They continue exchanging FLU messages to provide location updates to each other. At the same time, the other device objects B, D and E are deleted after a period of inactivity or after a threshold period of time has elapsed since an event associated with the device objects has taken place. For example, device object B is deleted if a threshold amount of time has elapsed since the device object B was created and a corresponding client device 102 has not established a connection with an FE instance 510 within the threshold amount of time to bring the device objects online. As another example, device object C is deleted if a threshold amount of time has elapsed since the device object C was created and further messages have not been received by the device object C (e.g., from other users or further messages from device object A).


In some examples, an offline device object only stores the location information or location sharing preferences of a corresponding user. An online device object includes additional information not included in the offline object, such as, a list of friends of the first user, status of connection of the client device with the first device object, status of connection of client devices of the friends with respective device objects, a last time when each of the friends was active, a thread of execution that provides an estimate of the location of the first user and estimated locations of the friends.


In step 5: the device object C goes offline (e.g., because the client device 102 that initially connected to the device object C via the FE instance 510 has been disconnected for a threshold period of time). In response, the device object C stops sending FLU messages to device object A but device object A continues sending FLU messages to device object C for a threshold period of time. In step 6: since device object A has not received FLU messages from device object C for a threshold period of time, device object A stops sending FLU messages to device object C. Device objects A and C are deleted from the graph after they stop processing messages for some time (e.g., they did not receive messages from other device objects or they did not receive messages from a client device 102 associated with the respective device objects).


While FIGS. 8B and 8C were discussed in terms of location updates being shared, similar functionality apply to sharing any other type of update (e.g., status updates). In this case, instead of sending FLU messages and LU messages, the device exchange status update messages or preference update messages.



FIG. 9 is a diagrammatic representation of sending updates based on different friend list versions, in accordance with some examples. In some examples, with every location update (LU) message a given client device 102 provides and sends to the corresponding device object, the client device 102 also provides a friends list version number. This ensures that the friends list that the device object of the client device 102 uses to send location updates to other device objects reflects the most recent changes to the user's friends list. This way, if a given user deletes a friend or temporarily desires to preclude the friend from receiving location updates from the user, the device object of the given user does not continue sharing the location updates based on a stale copy of the friends list or preferences.


For example, as discussed above, on startup, the device object 930 for a given user (user A) retrieves the current friend list 932 from the messaging server 114. This is the friends list that the device object 930 uses to send OU messages to the friend device objects. At this point, the client device 102 associated with the device object 930 also has the same friends list and thus both share the same version number (e.g., 1000). At some later point, the user A updates the friends list (e.g., unfriends a person on the friends list). In response, the client device 102 updates (increments) the version number of the friends list and creates a friends list 910 with a new version number. The update is sent to the messaging server 114. Shortly thereafter, the client device 102 sends a location update 920 to the distributed real-time status update server(s) 107 and specifically to the device object 930. This location update 920 includes the new version number of the friends list. The device object 930 compares the version number received from the location update with the current version number that is stored on the device object 930. In response to determining that the version number that is stored on the device object 930 differs from the version number of the friends list received in the location update, the device object 930 prevents temporarily further location updates (FLU messages) from being sent to the friend device objects (B, C, D, and E).


The device object 930 communicates with the messaging server 114 or the client device 102 to obtain the latest friends list corresponding to the version number received in the location update. This synchronizes the friends list stored on the device object 930 with the friends list stored or recently changed by the user of the client device 102 corresponding to the device object 930. Once the friends list is updated, the device object 930 continues to send the FLU messages with the location update to the friends on the updated friends list.



FIG. 10A is a flowchart illustrating example operations of the distributed real-time status update server(s) 107 in performing process 1000, according to examples. The process 1000 may be embodied in computer-readable instructions for execution by one or more processors such that the operations of the process 1000 may be performed in part or in whole by the functional components of the distributed real-time status update server(s) 107; accordingly, the process 1000 is described below by way of example with reference thereto. However, in other examples at least some of the operations of the process 1000 may be deployed on various other hardware configurations, such as on application servers 112. The operations in the process 1000 can be performed in any order, in parallel, or may be entirely skipped and omitted


At operation 1001, the distributed real-time status update server(s) 107 stores a front-end (FE) instance and a plurality of real-time graph (RTG) instances, each of the plurality of RTG instances includes a plurality of device objects, the FE instance being configured to communicate with a client device associated with a first user. For example, the distributed real-time status update server(s) 107 stores one or more FE instances 510 and one or more RTG instances 520. The FE instance 510 includes a proxy object configured to communicate with a client device 102 and the RTG instance includes one or more device objects (e.g., online or offline device objects).


At operation 1002, the distributed real-time status update server(s) 107 establishes a bi-directional streaming remote procedure call (RPC) connection between the FE instance and the plurality of RTG instances. For example, the FE instance 510 establishes the RPC connection with the one or more RTG instances 520.


At operation 1003, the distributed real-time status update server(s) 107 receives, by the FE instance, a status update from the client device. For example, the proxy object 512 of the FE instance 510 receives a location update from a client device 102 over a real-time streaming connection with the client device 102.


At operation 1004, the distributed real-time status update server(s) 107 determines, by the FE instance, that a first device object corresponding to the client device is stored on a first RTG instance of the plurality of RTG instances. For example, the FE instance 510 identifies the device object 522 and which of the RTG instances 520 stores the identified device object 522, such as by accessing the routing information 514.


At operation 1005, the distributed real-time status update server(s) 107 transmits a first message comprising the status update from the FE instance to the first RTG instance to update the first device object. For example, the FE instance 510 transmits the location update received from the client device 102 over the gRPC connection to the device object 522 in the identified RTG instance 520.



FIG. 10B is a flowchart illustrating example operations of the distributed real-time status update server(s) 107 in performing process 1001, according to examples. The process 1001 may be embodied in computer-readable instructions for execution by one or more processors such that the operations of the process 1001 may be performed in part or in whole by the functional components of the distributed real-time status update server(s) 107, accordingly, the process 1001 is described below by way of example with reference thereto. However, in other examples at least some of the operations of the process 1001 may be deployed on various other hardware configurations, such as on application servers 112. The operations in the process 1001 can be performed in any order, in parallel, or may be entirely skipped and omitted


At operation 1011, the distributed real-time status update server(s) 107 stores one or more front-end (FE) instances and a plurality of real-time graph (RTG) instances. For example, the distributed real-time status update server(s) 107 stores one or more FE instances 510 and one or more RTG instances 520. The FE instance 510 includes a proxy object configured to communicate with a client device 102 and the RTG instance includes one or more device objects (e.g., online or offline device objects).


At operation 1012, the distributed real-time status update server(s) 107 receives, by a first online device object associated with a given user, an update from a first client device of the given user. For example, as shown in step 1 of FIG. 8C, the online device object A receives a location update from an FE instance 510 coupled to a first client device of a given user.


At operation 1013, the distributed real-time status update server(s) 107 generates, by the first online device object, a message that includes the update for transmission to a plurality of friends of the given user. For example, as shown in steps 1 and 2 of FIG. 8C, the online device object A sends OU messages to device objects of friends of the given user, such as device objects B, C, D and E.


At operation 1014, the distributed real-time status update server(s) 107 stores, on a given one of the plurality of RTG instances, an offline device object for a first friend of the plurality of friends and a second online device object for a second friend of the plurality of friends. For example, as shown in step 3 of FIG. 8C, the distributed real-time status update server(s) 107 stores an offline device object B (shown in a dashed circle) and an online device object C (shown in a solid circle).


At operation 1015, the distributed real-time status update server(s) 107 transmits, by the first online device object, the message that includes the update to the offline device object of the first friend and the second online device object of the second friend. For example, as shown in steps 1-3 of FIG. 8C, the online device object A sends OU messages to the offline device object B (shown in a dashed circle) and the online device object C (shown in a solid circle).



FIG. 10C is a flowchart illustrating example operations of the distributed real-time status update server(s) 107 in performing process 1002, according to examples. The process 1002 may be embodied in computer-readable instructions for execution by one or more processors such that the operations of the process 1002 may be performed in part or in whole by the functional components of the distributed real-time status update server(s) 107, accordingly, the process 1002 is described below by way of example with reference thereto. However, in other examples at least some of the operations of the process 1002 may be deployed on various other hardware configurations, such as on application servers 112. The operations in the process 1002 can be performed in any order, in parallel, or may be entirely skipped and omitted


At operation 1021, the distributed real-time status update server(s) 107 stores a plurality of real-time graph (RTG) instances that include a plurality of device objects. For example, the distributed real-time status update server(s) 107 stores one or more FE instances 510 and one or more RTG instances 520. The FE instance 510 includes a proxy object configured to communicate with a client device 102 and the RTG instance includes one or more device objects (e.g., online or offline device objects).


At operation 1022, the distributed real-time status update server(s) 107 receives, by a first device object of the plurality of device objects, a status update from a client device associated with a first user. For example, the proxy object 512 of the FE instance 510 receives a location update from a client device 102 associated with the first user 810 over a real-time streaming connection with the client device 102. The proxy object 512 provides the location update to the first device object 830 associated with the first user 810.


At operation 1023, the distributed real-time status update server(s) 107 transmits, by the first device object, a first message comprising the status update to a second device object associated with a second user over a real-time link. For example, the first device object 830 transmits the location update over a real-time link 840 to the second device object 832 associated with the second user 820.


At operation 1024, the distributed real-time status update server(s) 107 transmits, by the first device object, a second message comprising the status update to a third device object associated with a third user over a first rate-limited link. For example, the first device object 830 transmits the location update over a rate-limited link 841 to the third device object 834 associated with a third user.



FIG. 10D is a flowchart illustrating example operations of the distributed real-time status update server(s) 107 in performing process 1003, according to examples. The process 1003 may be embodied in computer-readable instructions for execution by one or more processors such that the operations of the process 1003 may be performed in part or in whole by the functional components of the distributed real-time status update server(s) 107, accordingly, the process 1003 is described below by way of example with reference thereto. However, in other examples at least some of the operations of the process 1003 may be deployed on various other hardware configurations, such as on application servers 112. The operations in the process 1003 can be performed in any order, in parallel, or may be entirely skipped and omitted


At operation 1031, the distributed real-time status update server(s) 107 stores a plurality of real-time graph (RTG) instances that include a plurality of device objects, the plurality of device objects comprising a first device object associated with a given user. For example, the distributed real-time status update server(s) 107 stores one or more FE instances 510 and one or more RTG instances 520. The FE instance 510 includes a proxy object configured to communicate with a client device 102 and the RTG instance includes one or more device objects (e.g., online or offline device objects).


At operation 1032, the distributed real-time status update server(s) 107 receives, by the first device object, a friends list of the given user having a first version identifier. For example, the device object 930 receives a friends list of a user A from a messaging server 114. The friends list has a version number 1000.


At operation 1033, the distributed real-time status update server(s) 107 receives, by the first device object, an update from a client device associated with the given user, the update comprising a friends list version identifier. For example, the device object 930 receives a location update from a client device 102 associated with the user A. The location update includes a version identifier of the friends list locally accessed or stored by the client device 102. The version identifier may have a version number of 1001. As an example, the client device 102 may have un-friended a given friend or changed a parameter to prevent location sharing with a given friend on the friends list. In response, the client device 102 may update the friends list on the messaging server 114 and increment the version identifier of the friends list.


At operation 1034, the distributed real-time status update server(s) 107 determines that the first version identifier of the friends list in the first device object mismatches the friends list version identifier in the update. For example, the device object 930 compares the version identifier stored by the device object 930 with the version identifier received in the update to ensure that the device object 930 operates on the most recent version of the friends list. The device object 930 performs this comparison before sending further updates to any device objects of the friends of the given user.


At operation 1035, the distributed real-time status update server(s) 107 synchronizes the friends list in the first device object prior to sending one or more messages that include the update to other device objects of the plurality of device objects. For example, in response to the device object 930 determining that the current version identifier (e.g., 1000) does not match the version identifier (e.g., 1001) received in the update, the device object 930 accesses the friends list from the messaging server 114 or client device 102 prior to sending further updates to the device objects associated with the friends of the given user.


Machine Architecture



FIG. 11 is a diagrammatic representation of the machine 1100 within which instructions 1108 (e.g., software, a program, an application, an applet, an app, or other executable code) for causing the machine 1100 to perform any one or more of the methodologies discussed herein may be executed. For example, the instructions 1108 may cause the machine 1100 to execute any one or more of the methods described herein. The instructions 1108 transform the general, non-programmed machine 1100 into a particular machine 1100 programmed to carry out the described and illustrated functions in the manner described. The machine 1100 may operate as a standalone device or may be coupled (e.g., networked) to other machines. In a networked deployment, the machine 1100 may operate in the capacity of a server machine or a client machine in a server-client network environment, or as a peer machine in a peer-to-peer (or distributed) network environment. The machine 1100 may comprise, but not be limited to, a server computer, a client computer, a personal computer (PC), a tablet computer, a laptop computer, a netbook, a set-top box (STB), a personal digital assistant (PDA), an entertainment media system, a cellular telephone, a smartphone, a mobile device, a wearable device (e.g., a smartwatch), a smart home device (e.g., a smart appliance), other smart devices, a web appliance, a network router, a network switch, a network bridge, or any machine capable of executing the instructions 1108, sequentially or otherwise, that specify actions to be taken by the machine 1100. Further, while only a single machine 1100 is illustrated, the term “machine” shall also be taken to include a collection of machines that individually or jointly execute the instructions 1108 to perform any one or more of the methodologies discussed herein. The machine 1100, for example, may comprise the client device 102 or any one of a number of server devices forming part of the messaging server system 108. In some examples, the machine 1100 may also comprise both client and server systems, with certain operations of a particular method or algorithm being performed on the server-side and with certain operations of the particular method or algorithm being performed on the client-side.


The machine 1100 may include processors 1102, memory 1104, and input/output (I/O) components 1138, which may be configured to communicate with each other via a bus 1140. In an example, the processors 1102 (e.g., a Central Processing Unit (CPU), a Reduced Instruction Set Computing (RISC) Processor, a Complex Instruction Set Computing (CISC) Processor, a Graphics Processing Unit (GPU), a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Radio-Frequency Integrated Circuit (RFIC), another processor, or any suitable combination thereof) may include, for example, a processor 1106 and a processor 1110 that execute the instructions 1108. The term “processor” is intended to include multi-core processors that may comprise two or more independent processors (sometimes referred to as “cores”) that may execute instructions contemporaneously. Although FIG. 11 shows multiple processors 1102, the machine 1100 may include a single processor with a single-core, a single processor with multiple cores (e.g., a multi-core processor), multiple processors with a single core, multiple processors with multiples cores, or any combination thereof.


The memory 1104 includes a main memory 1112, a static memory 1114, and a storage unit 1116, all accessible to the processors 1102 via the bus 1140. The main memory 1104, the static memory 1114, and the storage unit 1116 store the instructions 1108 embodying any one or more of the methodologies or functions described herein. The instructions 1108 may also reside, completely or partially, within the main memory 1112, within the static memory 1114, within machine-readable medium 1118 within the storage unit 1116, within at least one of the processors 1102 (e.g., within the processor's cache memory), or any suitable combination thereof, during execution thereof by the machine 1100.


The I/O components 1138 may include a wide variety of components to receive input, provide output, produce output, transmit information, exchange information, capture measurements, and so on. The specific I/O components 1138 that are included in a particular machine will depend on the type of machine. For example, portable machines such as mobile phones may include a touch input device or other such input mechanisms, while a headless server machine will likely not include such a touch input device. It will be appreciated that the I/O components 1138 may include many other components that are not shown in FIG. 11. In various examples, the I/O components 1138 may include user output components 1124 and user input components 1126. The user output components 1124 may include visual components (e.g., a display such as a plasma display panel (PDP), a light-emitting diode (LED) display, a liquid crystal display (LCD), a projector, or a cathode ray tube (CRT)), acoustic components (e.g., speakers), haptic components (e.g., a vibratory motor, resistance mechanisms), other signal generators, and so forth. The user input components 1126 may include alphanumeric input components (e.g., a keyboard, a touch screen configured to receive alphanumeric input, a photo-optical keyboard, or other alphanumeric input components), point-based input components (e.g., a mouse, a touchpad, a trackball, a joystick, a motion sensor, or another pointing instrument), tactile input components (e.g., a physical button, a touch screen that provides location and force of touches or touch gestures, or other tactile input components), audio input components (e.g., a microphone), and the like.


In further examples, the I/O components 1138 may include biometric components 1128, motion components 1130, environmental components 1132, or position components 1134, among a wide array of other components. For example, the biometric components 1128 include components to detect expressions (e.g., hand expressions, facial expressions, vocal expressions, body gestures, or eye-tracking), measure biosignals (e.g., blood pressure, heart rate, body temperature, perspiration, or brain waves), identify a person (e.g., voice identification, retinal identification, facial identification, fingerprint identification, or electroencephalogram-based identification), and the like. The motion components 1130 include acceleration sensor components (e.g., accelerometer), gravitation sensor components, rotation sensor components (e.g., gyroscope).


The environmental components 1132 include, for example, one or cameras (with still image/photograph and video capabilities), illumination sensor components (e.g., photometer), temperature sensor components (e.g., one or more thermometers that detect ambient temperature), humidity sensor components, pressure sensor components (e.g., barometer), acoustic sensor components (e.g., one or more microphones that detect background noise), proximity sensor components (e.g., infrared sensors that detect nearby objects), gas sensors (e.g., gas detection sensors to detection concentrations of hazardous gases for safety or to measure pollutants in the atmosphere), or other components that may provide indications, measurements, or signals corresponding to a surrounding physical environment.


With respect to cameras, the client device 102 may have a camera system comprising, for example, front cameras on a front surface of the client device 102 and rear cameras on a rear surface of the client device 102. The front cameras may, for example, be used to capture still images and video of a user of the client device 102 (e.g., “selfies”), which may then be augmented with augmentation data (e.g., filters) described above. The rear cameras may, for example, be used to capture still images and videos in a more traditional camera mode, with these images similarly being augmented with augmentation data. In addition to front and rear cameras, the client device 102 may also include a 3600 camera for capturing 360° photographs and videos.


Further, the camera system of a client device 102 may include dual rear cameras (e.g., a primary camera as well as a depth-sensing camera), or even triple, quad or penta rear camera configurations on the front and rear sides of the client device 102. These multiple cameras systems may include a wide camera, an ultra-wide camera, a telephoto camera, a macro camera, and a depth sensor, for example.


The position components 1134 include location sensor components (e.g., a GPS receiver component), altitude sensor components (e.g., altimeters or barometers that detect air pressure from which altitude may be derived), orientation sensor components (e.g., magnetometers), and the like.


Communication may be implemented using a wide variety of technologies. The I/O components 1138 further include communication components 1136 operable to couple the machine 1100 to a network 1120 or devices 1122 via respective coupling or connections. For example, the communication components 1136 may include a network interface component or another suitable device to interface with the network 1120. In further examples, the communication components 1136 may include wired communication components, wireless communication components, cellular communication components, Near Field Communication (NFC) components, Bluetooth® components (e.g., Bluetooth® Low Energy), Wi-Fi® components, and other communication components to provide communication via other modalities. The devices 1122 may be another machine or any of a wide variety of peripheral devices (e.g., a peripheral device coupled via a USB).


Moreover, the communication components 1136 may detect identifiers or include components operable to detect identifiers. For example, the communication components 1136 may include Radio Frequency Identification (RFID) tag reader components, NFC smart tag detection components, optical reader components (e.g., an optical sensor to detect one-dimensional bar codes such as Universal Product Code (UPC) bar code, multi-dimensional bar codes such as Quick Response (QR) code, Aztec code, Data Matrix, Dataglyph, MaxiCode, PDF417, Ultra Code, UCC RSS-2D bar code, and other optical codes), or acoustic detection components (e.g., microphones to identify tagged audio signals). In addition, a variety of information may be derived via the communication components 1136, such as location via Internet Protocol (IP) geolocation, location via Wi-Fi® signal triangulation, location via detecting an NFC beacon signal that may indicate a particular location, and so forth.


The various memories (e.g., main memory 1112, static memory 1114, and memory of the processors 1102) and storage unit 1116 may store one or more sets of instructions and data structures (e.g., software) embodying or used by any one or more of the methodologies or functions described herein. These instructions (e.g., the instructions 1108), when executed by processors 1102, cause various operations to implement the disclosed examples.


The instructions 1108 may be transmitted or received over the network 1120, using a transmission medium, via a network interface device (e.g., a network interface component included in the communication components 1136) and using any one of several well-known transfer protocols (e.g., hypertext transfer protocol (HTTP)). Similarly, the instructions 1108 may be transmitted or received using a transmission medium via a coupling (e.g., a peer-to-peer coupling) to the devices 1122.


Software Architecture



FIG. 12 is a block diagram 1200 illustrating a software architecture 1204, which can be installed on any one or more of the devices described herein. The software architecture 1204 is supported by hardware such as a machine 1202 that includes processors 1220, memory 1226, and I/O components 1238. In this example, the software architecture 1204 can be conceptualized as a stack of layers, where each layer provides a particular functionality. The software architecture 1204 includes layers such as an operating system 1212, libraries 1210, frameworks 1208, and applications 1206. Operationally, the applications 1206 invoke API calls 1250 through the software stack and receive messages 1252 in response to the API calls 1250.


The operating system 1212 manages hardware resources and provides common services. The operating system 1212 includes, for example, a kernel 1214, services 1216, and drivers 1222. The kernel 1214 acts as an abstraction layer between the hardware and the other software layers. For example, the kernel 1214 provides memory management, processor management (e.g., scheduling), component management, networking, and security settings, among other functionality. The services 1216 can provide other common services for the other software layers. The drivers 1222 are responsible for controlling or interfacing with the underlying hardware. For instance, the drivers 1222 can include display drivers, camera drivers, BLUETOOTH® or BLUETOOTH® Low Energy drivers, flash memory drivers, serial communication drivers (e.g., USB drivers), WI-FI® drivers, audio drivers, power management drivers, and so forth.


The libraries 1210 provide a common low-level infrastructure used by the applications 1206. The libraries 1210 can include system libraries 1218 (e.g., C standard library) that provide functions such as memory allocation functions, string manipulation functions, mathematic functions, and the like. In addition, the libraries 1210 can include API libraries 1224 such as media libraries (e.g., libraries to support presentation and manipulation of various media formats such as Moving Picture Experts Group-4 (MPEG4), Advanced Video Coding (H.264 or AVC), Moving Picture Experts Group Layer-3 (MP3), Advanced Audio Coding (AAC), Adaptive Multi-Rate (AMR) audio codec, Joint Photographic Experts Group (JPEG or JPG), or Portable Network Graphics (PNG)), graphics libraries (e.g., an OpenGL framework used to render in two dimensions (2D) and three dimensions (3D) in a graphic content on a display), database libraries (e.g., SQLite to provide various relational database functions), web libraries (e.g., WebKit to provide web browsing functionality), and the like. The libraries 1210 can also include a wide variety of other libraries 1228 to provide many other APIs to the applications 1206.


The frameworks 1208 provide a common high-level infrastructure that is used by the applications 1206. For example, the frameworks 1208 provide various graphical user interface (GUI) functions, high-level resource management, and high-level location services. The frameworks 1208 can provide a broad spectrum of other APIs that can be used by the applications 1206, some of which may be specific to a particular operating system or platform.


In an example, the applications 1206 may include a home application 1236, a contacts application 1230, a browser application 1232, a book reader application 1234, a location application 1242, a media application 1244, a messaging application 1246, a game application 1248, and a broad assortment of other applications such as a third-party application 1240. The applications 1206 are programs that execute functions defined in the programs. Various programming languages can be employed to create one or more of the applications 1206, structured in a variety of manners, such as object-oriented programming languages (e.g., Objective-C, Java, or C++) or procedural programming languages (e.g., C or assembly language). In a specific example, the third-party application 1240 (e.g., an application developed using the ANDROID™ or IOS™ software development kit (SDK) by an entity other than the vendor of the particular platform) may be mobile software running on a mobile operating system such as IOS™, ANDROID™, WINDOWS® Phone, or another mobile operating system. In this example, the third-party application 1240 can invoke the API calls 1250 provided by the operating system 1212 to facilitate functionality described herein.


Glossary

“Carrier signal” refers to any intangible medium that is capable of storing, encoding, or carrying instructions for execution by the machine, and includes digital or analog communications signals or other intangible media to facilitate communication of such instructions. Instructions may be transmitted or received over a network using a transmission medium via a network interface device.


“Client device” refers to any machine that interfaces to a communications network to obtain resources from one or more server systems or other client devices. A client device may be, but is not limited to, a mobile phone, desktop computer, laptop, portable digital assistants (PDAs), smartphones, tablets, ultrabooks, netbooks, laptops, multi-processor systems, microprocessor-based or programmable consumer electronics, game consoles, set-top boxes, or any other communication device that a user may use to access a network.


“Communication network” refers to one or more portions of a network that may be an ad hoc network, an intranet, an extranet, a virtual private network (VPN), a local area network (LAN), a wireless LAN (WLAN), a wide area network (WAN), a wireless WAN (WWAN), a metropolitan area network (MAN), the Internet, a portion of the Internet, a portion of the Public Switched Telephone Network (PSTN), a plain old telephone service (POTS) network, a cellular telephone network, a wireless network, a Wi-Fi® network, another type of network, or a combination of two or more such networks. For example, a network or a portion of a network may include a wireless or cellular network and the coupling may be a Code Division Multiple Access (CDMA) connection, a Global System for Mobile communications (GSM) connection, or other types of cellular or wireless coupling. In this example, the coupling may implement any of a variety of types of data transfer technology, such as Single Carrier Radio Transmission Technology (1×RTT), Evolution-Data Optimized (EVDO) technology, General Packet Radio Service (GPRS) technology, Enhanced Data rates for GSM Evolution (EDGE) technology, third Generation Partnership Project (3GPP) including 3G, fourth generation wireless (4G) networks, Universal Mobile Telecommunications System (UMTS), High Speed Packet Access (HSPA), Worldwide Interoperability for Microwave Access (WiMAX), Long Term Evolution (LTE) standard, others defined by various standard-setting organizations, other long-range protocols, or other data transfer technology.


“Component” refers to a device, physical entity, or logic having boundaries defined by function or subroutine calls, branch points, APIs, or other technologies that provide for the partitioning or modularization of particular processing or control functions. Components may be combined via their interfaces with other components to carry out a machine process. A component may be a packaged functional hardware unit designed for use with other components and a part of a program that usually performs a particular function of related functions.


Components may constitute either software components (e.g., code embodied on a machine-readable medium) or hardware components. A “hardware component” is a tangible unit capable of performing certain operations and may be configured or arranged in a certain physical manner. In various examples, one or more computer systems (e.g., a standalone computer system, a client computer system, or a server computer system) or one or more hardware components of a computer system (e.g., a processor or a group of processors) may be configured by software (e.g., an application or application portion) as a hardware component that operates to perform certain operations as described herein.


A hardware component may also be implemented mechanically, electronically, or any suitable combination thereof. For example, a hardware component may include dedicated circuitry or logic that is permanently configured to perform certain operations. A hardware component may be a special-purpose processor, such as a field-programmable gate array (FPGA) or an application specific integrated circuit (ASIC). A hardware component may also include programmable logic or circuitry that is temporarily configured by software to perform certain operations. For example, a hardware component may include software executed by a general-purpose processor or other programmable processor. Once configured by such software, hardware components become specific machines (or specific components of a machine) uniquely tailored to perform the configured functions and are no longer general-purpose processors. It will be appreciated that the decision to implement a hardware component mechanically, in dedicated and permanently configured circuitry, or in temporarily configured circuitry (e.g., configured by software), may be driven by cost and time considerations. Accordingly, the phrase “hardware component” (or “hardware-implemented component”) should be understood to encompass a tangible entity, be that an entity that is physically constructed, permanently configured (e.g., hardwired), or temporarily configured (e.g., programmed) to operate in a certain manner or to perform certain operations described herein.


Considering examples in which hardware components are temporarily configured (e.g., programmed), each of the hardware components need not be configured or instantiated at any one instance in time. For example, where a hardware component comprises a general-purpose processor configured by software to become a special-purpose processor, the general-purpose processor may be configured as respectively different special-purpose processors (e.g., comprising different hardware components) at different times. Software accordingly configures a particular processor or processors, for example, to constitute a particular hardware component at one instance of time and to constitute a different hardware component at a different instance of time.


Hardware components can provide information to, and receive information from, other hardware components. Accordingly, the described hardware components may be regarded as being communicatively coupled. Where multiple hardware components exist contemporaneously, communications may be achieved through signal transmission (e.g., over appropriate circuits and buses) between or among two or more of the hardware components. In examples in which multiple hardware components are configured or instantiated at different times, communications between such hardware components may be achieved, for example, through the storage and retrieval of information in memory structures to which the multiple hardware components have access. For example, one hardware component may perform an operation and store the output of that operation in a memory device to which it is communicatively coupled. A further hardware component may then, at a later time, access the memory device to retrieve and process the stored output. Hardware components may also initiate communications with input or output devices, and can operate on a resource (e.g., a collection of information).


The various operations of example methods described herein may be performed, at least partially, by one or more processors that are temporarily configured (e.g., by software) or permanently configured to perform the relevant operations. Whether temporarily or permanently configured, such processors may constitute processor-implemented components that operate to perform one or more operations or functions described herein. As used herein, “processor-implemented component” refers to a hardware component implemented using one or more processors. Similarly, the methods described herein may be at least partially processor-implemented, with a particular processor or processors being an example of hardware. For example, at least some of the operations of a method may be performed by one or more processors 1102 or processor-implemented components. Moreover, the one or more processors may also operate to support performance of the relevant operations in a “cloud computing” environment or as a “software as a service” (SaaS). For example, at least some of the operations may be performed by a group of computers (as examples of machines including processors), with these operations being accessible via a network (e.g., the Internet) and via one or more appropriate interfaces (e.g., an API). The performance of certain of the operations may be distributed among the processors, not only residing within a single machine, but deployed across a number of machines. In some examples, the processors or processor-implemented components may be located in a single geographic location (e.g., within a home environment, an office environment, or a server farm). In other examples, the processors or processor-implemented components may be distributed across a number of geographic locations.


“Computer-readable storage medium” refers to both machine-storage media and transmission media. Thus, the terms include both storage devices/media and carrier waves/modulated data signals. The terms “machine-readable medium,” “computer-readable medium” and “device-readable medium” mean the same thing and may be used interchangeably in this disclosure.


“Ephemeral message” refers to a message that is accessible for a time-limited duration. An ephemeral message may be a text, an image, a video and the like. The access time for the ephemeral message may be set by the message sender. Alternatively, the access time may be a default setting or a setting specified by the recipient. Regardless of the setting technique, the message is transitory.


“Machine storage medium” refers to a single or multiple storage devices and media (e.g., a centralized or distributed database, and associated caches and servers) that store executable instructions, routines and data. The term shall accordingly be taken to include, but not be limited to, solid-state memories, and optical and magnetic media, including memory internal or external to processors. Specific examples of machine-storage media, computer-storage media and device-storage media include non-volatile memory, including by way of example semiconductor memory devices, e.g., erasable programmable read-only memory (EPROM), electrically erasable programmable read-only memory (EEPROM), FPGA, and flash memory devices; magnetic disks such as internal hard disks and removable disks; magneto-optical disks; and CD-ROM and DVD-ROM disks The terms “machine-storage medium,” “device-storage medium,” “computer-storage medium” mean the same thing and may be used interchangeably in this disclosure. The terms “machine-storage media,” “computer-storage media,” and “device-storage media” specifically exclude carrier waves, modulated data signals, and other such media, at least some of which are covered under the term “signal medium.”


“Non-transitory computer-readable storage medium” refers to a tangible medium that is capable of storing, encoding, or carrying the instructions for execution by a machine.


“Signal medium” refers to any intangible medium that is capable of storing, encoding, or carrying the instructions for execution by a machine and includes digital or analog communications signals or other intangible media to facilitate communication of software or data. The term “signal medium” shall be taken to include any form of a modulated data signal, carrier wave, and so forth. The term “modulated data signal” means a signal that has one or more of its characteristics set or changed in such a matter as to encode information in the signal. The terms “transmission medium” and “signal medium” mean the same thing and may be used interchangeably in this disclosure.


Changes and modifications may be made to the disclosed examples without departing from the scope of the present disclosure. These and other changes or modifications are intended to be included within the scope of the present disclosure, as expressed in the following claims.

Claims
  • 1. A method comprising: storing, on a distributed storage system, a plurality of real-time graph (RTG) instances that include a plurality of device objects;receiving, by a first device object of the plurality of device objects, a status update from a client device associated with a first user;transmitting, by the first device object, a first message comprising the status update to a second device object associated with a second user over a real-time link;determining that the status update satisfies a condition associated with a first rate-limited link; andwhile the first message comprising the status update is being transmitted immediately over the real-time link, transmitting, by the first device object, a second message comprising the status update to a third device object associated with a third user over the first rate-limited link in response to determining that the status update satisfies the condition, the second message being subject to delayed transmission to the third object based on satisfaction of the condition.
  • 2. The method of claim 1, wherein the first message comprising the status update is transmitted to the second device object immediately while the second message comprising the status update is transmitted to the third object periodically, further comprising: determining, by the first device object, a current status of the second and third users.
  • 3. The method of claim 2, further comprising: transmitting the first message over the real-time link in response to determining that the current status of the second user indicates that the second user is currently viewing an interactive map of avatars including an avatar for the first user.
  • 4. The method of claim 3, further comprising: transmitting the second message over the first rate-limited link in response to determining that the current status of the third user indicates that the third user has a messaging application opened and is not currently viewing the interactive map.
  • 5. The method of claim 1, further comprising: transmitting, by the first device object, a third message comprising the status update to a fourth device object associated with a fourth user over a second rate-limited link, the second rate-limited link being further rate-limited relative to the first rate-limited link.
  • 6. The method of claim 1, further comprising transmitting the second message over the first rate-limited link in response to determining that a current status of the third user indicates that the third user is currently inactive on a messaging application.
  • 7. The method of claim 1, wherein the condition is a first condition, wherein the first rate-limited link allows the status update to be sent to the third device object in response to determining that the status update satisfies the first condition, and wherein a second rate-limited link allows the status update to be sent to a fourth device object in response to determining that the status update satisfies a second condition.
  • 8. The method of claim 7, wherein the first condition comprises a location indicated by the status update being changed relative to a previously stored location by more than a first threshold amount, and wherein the second condition comprises the location indicated by the status update being changed relative to a previously stored location by more than a second threshold amount greater than the first threshold amount.
  • 9. The method of claim 7, wherein the first condition comprises a first elapsed time since a location indicated by the status update was last sent to a device object, and wherein the second condition comprises a second elapsed time since the location indicated by the status update was last sent to the device object.
  • 10. The method of claim 1, further comprising storing, on the distributed storage system, a front-end (FE) instance, the FE instance being configured to communicate with the first client device.
  • 11. The method of claim 10, further comprising establishing a bi-directional streaming remote procedure call (RPC) connection between the FE instance and the plurality of RTG instances.
  • 12. The method of claim 10, wherein the FE instance comprises a proxy object and routing information, a first portion of routing information indicates that a first RTG instance comprises a first subset of the plurality of device objects and that a second RTG instance of the plurality of RTG instances comprises a second subset of the plurality of device objects.
  • 13. The method of claim 1, wherein the first and second device objects are stored on a first of the plurality of RTG instances, further comprising: transmitting the first message from the first device object to the second device object within the first RTG instance.
  • 14. The method of claim 1, wherein the first device object is stored on a first of the plurality of RTG instances and the second device object is stored on a second of the plurality of RTG instances, further comprising: transmitting, by the first RTG instance, the first message to a given front-end (FE) instance, wherein the given FE instance routes the first message to the second RTG instance to update the second device object.
  • 15. The method of claim 1, wherein the status update comprises location information or location sharing preferences.
  • 16. The method of claim 1, wherein the second device object comprises an offline device object and the third device object comprises an online device object.
  • 17. A system comprising: a processor configured to perform operations comprising:storing, on a distributed storage system, a plurality of real-time graph (RTG) instances that include a plurality of device objects;receiving, by a first device object of the plurality of device objects, a status update from a client device associated with a first user;transmitting, by the first device object, a first message comprising the status update to a second device object associated with a second user over a real-time link; anddetermining that the status update satisfies a condition associated with a first rate-limited link; andwhile the first message comprising the status update is being transmitted immediately over the real-time link, transmitting, by the first device object, a second message comprising the status update to a third device object associated with a third user over the first rate-limited link in response to determining that the status update satisfies the condition, the second message being subject to delayed transmission to the third object based on satisfaction of the condition.
  • 18. The system of claim 17, wherein the operations further comprise: determining, by the first device object, a current status of the second and third users.
  • 19. The system of claim 18, wherein the operations further comprise: transmitting the first message over the real-time link in response to determining that the current status of the second user indicates that the second user is currently viewing an interactive map of avatars including an avatar for the first user.
  • 20. A non-transitory machine-readable storage medium that includes instructions that, when executed by one or more processors of a machine, cause the machine to perform operations comprising: storing, on a distributed storage system, a plurality of real-time graph (RTG) instances that include a plurality of device objects;receiving, by a first device object of the plurality of device objects, a status update from a client device associated with a first user;determining that the status update satisfies a condition associated with a first rate-limited link; anddetermining that the status update satisfies a condition associated with rate-limited link; andwhile the first message comprising the status update is being transmitted immediately over the real-time link, transmitting, by the first device object, a second message comprising the status update to a third device object associated with a third user over the first rate-limited link in response to determining that the status update satisfies the condition, the second message being subject to delayed transmission to the third object based on satisfaction of the condition.
US Referenced Citations (647)
Number Name Date Kind
666223 Shedlock Jan 1901 A
4581634 Williams Apr 1986 A
4975690 Torres Dec 1990 A
5072412 Henderson, Jr. et al. Dec 1991 A
5493692 Theimer et al. Feb 1996 A
5713073 Warsta Jan 1998 A
5754939 Herz et al. May 1998 A
5855008 Goldhaber et al. Dec 1998 A
5883639 Walton et al. Mar 1999 A
5999932 Paul Dec 1999 A
6012098 Bayeh et al. Jan 2000 A
6014090 Rosen et al. Jan 2000 A
6029141 Bezos et al. Feb 2000 A
6038295 Mattes Mar 2000 A
6049711 Yehezkel et al. Apr 2000 A
6154764 Nitta et al. Nov 2000 A
6167435 Druckenmiller et al. Dec 2000 A
6204840 Petelycky et al. Mar 2001 B1
6205432 Gabbard et al. Mar 2001 B1
6216141 Straub et al. Apr 2001 B1
6285381 Sawano et al. Sep 2001 B1
6285987 Roth et al. Sep 2001 B1
6310694 Okimoto et al. Oct 2001 B1
6317789 Rakavy et al. Nov 2001 B1
6334149 Davis, Jr. et al. Dec 2001 B1
6349203 Asaoka et al. Feb 2002 B1
6353170 Eyzaguirre et al. Mar 2002 B1
6446004 Cao et al. Sep 2002 B1
6449657 Stanbach et al. Sep 2002 B2
6456852 Bar et al. Sep 2002 B2
6484196 Maurille Nov 2002 B1
6487601 Hubacher et al. Nov 2002 B1
6523008 Avrunin Feb 2003 B1
6542749 Tanaka et al. Apr 2003 B2
6549768 Fraccaroli Apr 2003 B1
6618593 Drutman et al. Sep 2003 B1
6622174 Ukita et al. Sep 2003 B1
6631463 Floyd et al. Oct 2003 B1
6636247 Hamzy et al. Oct 2003 B1
6636855 Holloway et al. Oct 2003 B2
6643684 Malkin et al. Nov 2003 B1
6658095 Yoakum et al. Dec 2003 B1
6665531 Soderbacka et al. Dec 2003 B1
6668173 Greene Dec 2003 B2
6684238 Dutta Jan 2004 B1
6684257 Camut et al. Jan 2004 B1
6698020 Zigmond et al. Feb 2004 B1
6700506 Winkler Mar 2004 B1
6720860 Narayanaswami Apr 2004 B1
6724403 Santoro et al. Apr 2004 B1
6757713 Ogilvie et al. Jun 2004 B1
6832222 Zimowski Dec 2004 B1
6834195 Brandenberg et al. Dec 2004 B2
6836792 Chen Dec 2004 B1
6898626 Ohashi May 2005 B2
6959324 Kubik et al. Oct 2005 B1
6970088 Kovach Nov 2005 B2
6970907 Ullmann et al. Nov 2005 B1
6980909 Root et al. Dec 2005 B2
6981040 Konig et al. Dec 2005 B1
7020494 Spriestersbach et al. Mar 2006 B2
7027124 Foote et al. Apr 2006 B2
7072963 Anderson et al. Jul 2006 B2
7085571 Kalhan et al. Aug 2006 B2
7110744 Freeny, Jr. Sep 2006 B2
7124164 Chemtob Oct 2006 B1
7149893 Leonard et al. Dec 2006 B1
7173651 Knowles Feb 2007 B1
7188143 Szeto Mar 2007 B2
7203380 Chiu et al. Apr 2007 B2
7206568 Sudit Apr 2007 B2
7227937 Yoakum et al. Jun 2007 B1
7237002 Estrada et al. Jun 2007 B1
7240089 Boudreau Jul 2007 B2
7269426 Kokkonen et al. Sep 2007 B2
7280658 Amini et al. Oct 2007 B2
7315823 Brondrup Jan 2008 B2
7349768 Bruce et al. Mar 2008 B2
7356564 Hartselle et al. Apr 2008 B2
7394345 Ehlinger et al. Jul 2008 B1
7411493 Smith Aug 2008 B2
7423580 Markhovsky et al. Sep 2008 B2
7454442 Cobleigh et al. Nov 2008 B2
7508419 Toyama et al. Mar 2009 B2
7519670 Hagale et al. Apr 2009 B2
7535890 Rojas May 2009 B2
7546554 Chiu et al. Jun 2009 B2
7607096 Oreizy et al. Oct 2009 B2
7639943 Kalajan Dec 2009 B1
7650231 Gadler Jan 2010 B2
7668537 DeVries Feb 2010 B2
7770137 Forbes et al. Aug 2010 B2
7778973 Choi Aug 2010 B2
7779444 Glad Aug 2010 B2
7787886 Markhovsky et al. Aug 2010 B2
7796946 Eisenbach Sep 2010 B2
7801954 Cadiz et al. Sep 2010 B2
7856360 Kramer et al. Dec 2010 B2
8001204 Burtner et al. Aug 2011 B2
8032586 Challenger et al. Oct 2011 B2
8082255 Carlson, Jr. et al. Dec 2011 B1
8090351 Klein Jan 2012 B2
8098904 Ioffe et al. Jan 2012 B2
8099109 Altman et al. Jan 2012 B2
8112716 Kobayashi Feb 2012 B2
8131597 Hudetz Mar 2012 B2
8135166 Rhoads Mar 2012 B2
8136028 Loeb et al. Mar 2012 B1
8146001 Reese Mar 2012 B1
8161115 Yamamoto Apr 2012 B2
8161417 Lee Apr 2012 B1
8195203 Tseng Jun 2012 B1
8199747 Rojas et al. Jun 2012 B2
8208943 Petersen Jun 2012 B2
8214443 Hamburg Jul 2012 B2
8234350 Gu et al. Jul 2012 B1
8276092 Narayanan et al. Sep 2012 B1
8279319 Date Oct 2012 B2
8280406 Ziskind et al. Oct 2012 B2
8285199 Hsu et al. Oct 2012 B2
8287380 Nguyen et al. Oct 2012 B2
8301159 Hamynen et al. Oct 2012 B2
8306922 Kunal et al. Nov 2012 B1
8312086 Velusamy et al. Nov 2012 B2
8312097 Siegel et al. Nov 2012 B1
8326315 Phillips et al. Dec 2012 B2
8326327 Hymel et al. Dec 2012 B2
8332475 Rosen et al. Dec 2012 B2
8352546 Dollard Jan 2013 B1
8379130 Forutanpour et al. Feb 2013 B2
8385950 Wagner et al. Feb 2013 B1
8402097 Szeto Mar 2013 B2
8405773 Hayashi et al. Mar 2013 B2
8418067 Cheng et al. Apr 2013 B2
8423409 Rao Apr 2013 B2
8471914 Sakiyama et al. Jun 2013 B2
8472935 Fujisaki Jun 2013 B1
8510383 Hurley et al. Aug 2013 B2
8527345 Rothschild et al. Sep 2013 B2
8554627 Svendsen et al. Oct 2013 B2
8560612 Kilmer et al. Oct 2013 B2
8594680 Ledlie et al. Nov 2013 B2
8613089 Holloway et al. Dec 2013 B1
8660358 Bergboer et al. Feb 2014 B1
8660369 Llano et al. Feb 2014 B2
8660793 Ngo et al. Feb 2014 B2
8682350 Altman et al. Mar 2014 B2
8718333 Wolf et al. May 2014 B2
8724622 Rojas May 2014 B2
8732168 Johnson May 2014 B2
8744523 Fan et al. Jun 2014 B2
8745132 Obradovich Jun 2014 B2
8761800 Kuwahara Jun 2014 B2
8768876 Shim et al. Jul 2014 B2
8775972 Spiegel Jul 2014 B2
8788680 Naik Jul 2014 B1
8790187 Walker et al. Jul 2014 B2
8797415 Arnold Aug 2014 B2
8798646 Wang et al. Aug 2014 B1
8856349 Jain et al. Oct 2014 B2
8874677 Rosen et al. Oct 2014 B2
8886227 Schmidt et al. Nov 2014 B2
8909679 Root et al. Dec 2014 B2
8909725 Sehn Dec 2014 B1
8972357 Shim et al. Mar 2015 B2
8995433 Rojas Mar 2015 B2
9015285 Ebsen et al. Apr 2015 B1
9020745 Johnston et al. Apr 2015 B2
9025592 Speks et al. May 2015 B2
9040574 Wang et al. May 2015 B2
9055416 Rosen et al. Jun 2015 B2
9088625 Moczydlowski Jul 2015 B1
9094137 Sehn et al. Jul 2015 B1
9100806 Rosen et al. Aug 2015 B2
9100807 Rosen et al. Aug 2015 B2
9113301 Spiegel et al. Aug 2015 B1
9119027 Sharon et al. Aug 2015 B2
9123074 Jacobs et al. Sep 2015 B2
9143382 Bhogal et al. Sep 2015 B2
9143681 Ebsen et al. Sep 2015 B1
9152477 Campbell et al. Oct 2015 B1
9191776 Root et al. Nov 2015 B2
9204252 Root Dec 2015 B2
9225897 Sehn et al. Dec 2015 B1
9258459 Hartley Feb 2016 B2
9344606 Hartley et al. May 2016 B2
9369833 Tharshanan Jun 2016 B2
9385983 Sehn Jul 2016 B1
9396354 Murphy et al. Jul 2016 B1
9407712 Sehn Aug 2016 B1
9407816 Sehn Aug 2016 B1
9411506 Prado et al. Aug 2016 B1
9430783 Sehn Aug 2016 B1
9432450 Skaaksrud Aug 2016 B2
9432810 Husain Aug 2016 B2
9439041 Parvizi et al. Sep 2016 B2
9443227 Evans et al. Sep 2016 B2
9450907 Pridmore et al. Sep 2016 B2
9459778 Hogeg et al. Oct 2016 B2
9489661 Evans et al. Nov 2016 B2
9491134 Rosen et al. Nov 2016 B2
9532171 Allen et al. Dec 2016 B2
9537811 Allen et al. Jan 2017 B2
9628950 Noeth et al. Apr 2017 B1
9710821 Heath Jul 2017 B2
9854219 Sehn Dec 2017 B2
10021605 Dong et al. Jul 2018 B2
10681491 Chen et al. Jun 2020 B1
10939246 Dancie Mar 2021 B1
11290851 Gorkin et al. Mar 2022 B2
11314776 Gorkin et al. Apr 2022 B2
20020047868 Miyazawa Apr 2002 A1
20020078456 Hudson et al. Jun 2002 A1
20020087631 Sharma Jul 2002 A1
20020097257 Miller et al. Jul 2002 A1
20020122659 Mcgrath et al. Sep 2002 A1
20020128047 Gates Sep 2002 A1
20020144154 Tomkow Oct 2002 A1
20030001846 Davis et al. Jan 2003 A1
20030016247 Lai et al. Jan 2003 A1
20030017823 Mager et al. Jan 2003 A1
20030020623 Cao et al. Jan 2003 A1
20030023874 Prokupets et al. Jan 2003 A1
20030037124 Yamaura et al. Feb 2003 A1
20030052925 Daimon et al. Mar 2003 A1
20030101230 Benschoter et al. May 2003 A1
20030110503 Perkes Jun 2003 A1
20030126215 Udell Jul 2003 A1
20030148773 Spriestersbach et al. Aug 2003 A1
20030164856 Prager et al. Sep 2003 A1
20030229607 Zellweger et al. Dec 2003 A1
20040027371 Jaeger Feb 2004 A1
20040064429 Hirstius et al. Apr 2004 A1
20040078367 Anderson et al. Apr 2004 A1
20040111467 Willis Jun 2004 A1
20040158739 Wakai et al. Aug 2004 A1
20040189465 Capobianco et al. Sep 2004 A1
20040203897 Rogers Oct 2004 A1
20040203959 Coombes Oct 2004 A1
20040215625 Svendsen et al. Oct 2004 A1
20040243531 Dean Dec 2004 A1
20040243688 Wugofski Dec 2004 A1
20050021444 Bauer et al. Jan 2005 A1
20050022211 Veselov et al. Jan 2005 A1
20050048989 Jung Mar 2005 A1
20050078804 Yomoda Apr 2005 A1
20050097176 Schatz et al. May 2005 A1
20050102381 Jiang et al. May 2005 A1
20050104976 Currans May 2005 A1
20050114783 Szeto May 2005 A1
20050119936 Buchanan et al. Jun 2005 A1
20050122405 Voss et al. Jun 2005 A1
20050193340 Amburgey et al. Sep 2005 A1
20050193345 Klassen et al. Sep 2005 A1
20050198128 Anderson Sep 2005 A1
20050223066 Buchheit et al. Oct 2005 A1
20050288954 McCarthy et al. Dec 2005 A1
20060026067 Nicholas et al. Feb 2006 A1
20060107297 Toyama et al. May 2006 A1
20060114338 Rothschild Jun 2006 A1
20060119882 Harris et al. Jun 2006 A1
20060154713 Sunazuka et al. Jul 2006 A1
20060242239 Morishima et al. Oct 2006 A1
20060252438 Ansamaa et al. Nov 2006 A1
20060265417 Amato et al. Nov 2006 A1
20060270419 Crowley et al. Nov 2006 A1
20060287878 Wadhwa et al. Dec 2006 A1
20070004426 Pfleging et al. Jan 2007 A1
20070038715 Collins et al. Feb 2007 A1
20070040931 Nishizawa Feb 2007 A1
20070073517 Panje Mar 2007 A1
20070073823 Cohen et al. Mar 2007 A1
20070075898 Markhovsky et al. Apr 2007 A1
20070082707 Flynt et al. Apr 2007 A1
20070136228 Petersen Jun 2007 A1
20070192128 Celestini Aug 2007 A1
20070198340 Lucovsky et al. Aug 2007 A1
20070198495 Buron et al. Aug 2007 A1
20070208751 Cowan et al. Sep 2007 A1
20070210936 Nicholson Sep 2007 A1
20070214180 Crawford Sep 2007 A1
20070214216 Carrer et al. Sep 2007 A1
20070233556 Koningstein Oct 2007 A1
20070233801 Eren et al. Oct 2007 A1
20070233859 Zhao et al. Oct 2007 A1
20070243887 Bandhole et al. Oct 2007 A1
20070244750 Grannan et al. Oct 2007 A1
20070255456 Funayama Nov 2007 A1
20070281690 Altman et al. Dec 2007 A1
20070281716 Altman Dec 2007 A1
20080022329 Glad Jan 2008 A1
20080025701 Ikeda Jan 2008 A1
20080032703 Krumm et al. Feb 2008 A1
20080033930 Warren Feb 2008 A1
20080036778 Sheha Feb 2008 A1
20080043041 Hedenstroem et al. Feb 2008 A2
20080049704 Witteman et al. Feb 2008 A1
20080062141 Chandhri Mar 2008 A1
20080076505 Ngyen et al. Mar 2008 A1
20080092233 Tian et al. Apr 2008 A1
20080094387 Chen Apr 2008 A1
20080104503 Beall et al. May 2008 A1
20080109844 Baldeschwieler et al. May 2008 A1
20080120409 Sun et al. May 2008 A1
20080147730 Lee et al. Jun 2008 A1
20080148150 Mall Jun 2008 A1
20080158230 Sharma et al. Jul 2008 A1
20080168033 Ott et al. Jul 2008 A1
20080168489 Schraga Jul 2008 A1
20080189177 Anderton et al. Aug 2008 A1
20080207176 Brackbill et al. Aug 2008 A1
20080208692 Garaventi et al. Aug 2008 A1
20080214210 Rasanen et al. Sep 2008 A1
20080222545 Lemay Sep 2008 A1
20080255976 Altberg et al. Oct 2008 A1
20080256446 Yamamoto Oct 2008 A1
20080256577 Funaki et al. Oct 2008 A1
20080266421 Takahata et al. Oct 2008 A1
20080270938 Carlson Oct 2008 A1
20080288338 Wiseman et al. Nov 2008 A1
20080306826 Kramer et al. Dec 2008 A1
20080313329 Wang et al. Dec 2008 A1
20080313346 Kujawa et al. Dec 2008 A1
20080318616 Chipalkatti et al. Dec 2008 A1
20090005018 Forstall Jan 2009 A1
20090006191 Arankalle et al. Jan 2009 A1
20090006565 Velusamy et al. Jan 2009 A1
20090015703 Kim et al. Jan 2009 A1
20090024956 Kobayashi Jan 2009 A1
20090030774 Rothschild et al. Jan 2009 A1
20090030999 Gatzke et al. Jan 2009 A1
20090040324 Nonaka Feb 2009 A1
20090042588 Lottin et al. Feb 2009 A1
20090058822 Chaudhri Mar 2009 A1
20090079846 Chou Mar 2009 A1
20090008971 Wood et al. Apr 2009 A1
20090089678 Sacco et al. Apr 2009 A1
20090093261 Ziskind Apr 2009 A1
20090132341 Klinger May 2009 A1
20090132453 Hangartner et al. May 2009 A1
20090132665 Thomsen et al. May 2009 A1
20090148045 Lee et al. Jun 2009 A1
20090153492 Popp Jun 2009 A1
20090157450 Athsani et al. Jun 2009 A1
20090157752 Gonzalez Jun 2009 A1
20090160970 Fredlund et al. Jun 2009 A1
20090163182 Gatti et al. Jun 2009 A1
20090177299 Van De Sluis Jul 2009 A1
20090192900 Collision Jul 2009 A1
20090199242 Johnson et al. Aug 2009 A1
20090215469 Fisher et al. Aug 2009 A1
20090222526 Cox et al. Sep 2009 A1
20090232354 Camp, Jr. et al. Sep 2009 A1
20090234815 Boerries et al. Sep 2009 A1
20090239552 Churchill et al. Sep 2009 A1
20090249222 Schmidt et al. Oct 2009 A1
20090249244 Robinson et al. Oct 2009 A1
20090265647 Martin et al. Oct 2009 A1
20090288022 Almstrand et al. Nov 2009 A1
20090291672 Treves et al. Nov 2009 A1
20090292608 Polachek Nov 2009 A1
20090319607 Belz et al. Dec 2009 A1
20090327073 Li Dec 2009 A1
20100062794 Han Mar 2010 A1
20100082427 Burgener et al. Apr 2010 A1
20100082693 Hugg et al. Apr 2010 A1
20100100568 Papin et al. Apr 2010 A1
20100113065 Narayan et al. May 2010 A1
20100130233 Parker May 2010 A1
20100131880 Lee et al. May 2010 A1
20100131895 Wohlert May 2010 A1
20100146128 Kulkarni et al. Jun 2010 A1
20100153144 Miller et al. Jun 2010 A1
20100159944 Pascal et al. Jun 2010 A1
20100161658 Hamynen et al. Jun 2010 A1
20100161831 Haas et al. Jun 2010 A1
20100162149 Sheleheda et al. Jun 2010 A1
20100183280 Beauregard et al. Jul 2010 A1
20100185552 Deluca et al. Jul 2010 A1
20100185665 Horn et al. Jul 2010 A1
20100191631 Weidmann Jul 2010 A1
20100197318 Petersen et al. Aug 2010 A1
20100197319 Petersen et al. Aug 2010 A1
20100198683 Aarabi Aug 2010 A1
20100198694 Muthukrishnan Aug 2010 A1
20100198826 Petersen et al. Aug 2010 A1
20100198828 Petersen et al. Aug 2010 A1
20100198862 Jennings et al. Aug 2010 A1
20100198870 Petersen et al. Aug 2010 A1
20100198917 Petersen et al. Aug 2010 A1
20100201482 Robertson et al. Aug 2010 A1
20100201536 Robertson et al. Aug 2010 A1
20100214436 Kim et al. Aug 2010 A1
20100223128 Dukellis et al. Sep 2010 A1
20100223343 Bosan et al. Sep 2010 A1
20100250109 Johnston et al. Sep 2010 A1
20100257196 Waters et al. Oct 2010 A1
20100259386 Holley et al. Oct 2010 A1
20100273509 Sweeney et al. Oct 2010 A1
20100274569 Reudink Oct 2010 A1
20100281045 Dean Nov 2010 A1
20100306669 Della Pasqua Dec 2010 A1
20100318604 Stafie et al. Dec 2010 A1
20100325194 Williamson et al. Dec 2010 A1
20110004071 Faiola et al. Jan 2011 A1
20110010205 Richards Jan 2011 A1
20110029512 Folgner et al. Feb 2011 A1
20110040783 Uemichi et al. Feb 2011 A1
20110040804 Peirce et al. Feb 2011 A1
20110050909 Ellenby et al. Mar 2011 A1
20110050915 Wang et al. Mar 2011 A1
20110064388 Brown et al. Mar 2011 A1
20110066743 Hurley et al. Mar 2011 A1
20110083101 Sharon et al. Apr 2011 A1
20110102630 Rukes May 2011 A1
20110119133 Igelman et al. May 2011 A1
20110137881 Cheng et al. Jun 2011 A1
20110145564 Moshir et al. Jun 2011 A1
20110151837 Winbush, III Jun 2011 A1
20110159890 Fortescue et al. Jun 2011 A1
20110164163 Bilbrey et al. Jul 2011 A1
20110197194 D'Angelo et al. Aug 2011 A1
20110202598 Evans et al. Aug 2011 A1
20110202968 Nurmi Aug 2011 A1
20110208822 Rathod Aug 2011 A1
20110211534 Schmidt et al. Sep 2011 A1
20110213845 Logan et al. Sep 2011 A1
20110215966 Kim et al. Sep 2011 A1
20110225048 Nair Sep 2011 A1
20110238763 Shin et al. Sep 2011 A1
20110255736 Thompson et al. Oct 2011 A1
20110273575 Lee Nov 2011 A1
20110282799 Huston Nov 2011 A1
20110283188 Farrenkopf Nov 2011 A1
20110314419 Dunn et al. Dec 2011 A1
20110320373 Lee et al. Dec 2011 A1
20120028659 Whitney et al. Feb 2012 A1
20120033718 Kauffman et al. Feb 2012 A1
20120036015 Sheikh Feb 2012 A1
20120036443 Ohmori et al. Feb 2012 A1
20120054797 Skog et al. Mar 2012 A1
20120059722 Rao Mar 2012 A1
20120062805 Candelore Mar 2012 A1
20120084731 Filman et al. Apr 2012 A1
20120084835 Thomas et al. Apr 2012 A1
20120099800 Llano et al. Apr 2012 A1
20120108293 Law et al. May 2012 A1
20120110096 Smarr et al. May 2012 A1
20120113143 Adhikari et al. May 2012 A1
20120113272 Hata May 2012 A1
20120123830 Svendsen et al. May 2012 A1
20120123871 Svendsen et al. May 2012 A1
20120123875 Svendsen et al. May 2012 A1
20120124126 Alcazar et al. May 2012 A1
20120124176 Curtis et al. May 2012 A1
20120124458 Cruzada May 2012 A1
20120131507 Sparandara et al. May 2012 A1
20120131512 Takeuchi et al. May 2012 A1
20120001651 Lalancette et al. Jun 2012 A1
20120143760 Abulafia et al. Jun 2012 A1
20120150978 Monaco Jun 2012 A1
20120166971 Sachson et al. Jun 2012 A1
20120169855 Oh Jul 2012 A1
20120172062 Altman et al. Jul 2012 A1
20120173991 Roberts et al. Jul 2012 A1
20120176401 Hayward et al. Jul 2012 A1
20120184248 Speede Jul 2012 A1
20120197724 Kendall Aug 2012 A1
20120200743 Blanchflower et al. Aug 2012 A1
20120209924 Evans et al. Aug 2012 A1
20120210244 De Francisco Lopez et al. Aug 2012 A1
20120212632 Mate et al. Aug 2012 A1
20120220264 Kawabata Aug 2012 A1
20120226748 Bosworth et al. Sep 2012 A1
20120233000 Fisher et al. Sep 2012 A1
20120236162 Imamura Sep 2012 A1
20120239761 Linner et al. Sep 2012 A1
20120250951 Chen Oct 2012 A1
20120252418 Kandekar et al. Oct 2012 A1
20120254325 Majeti et al. Oct 2012 A1
20120278387 Garcia et al. Nov 2012 A1
20120278692 Shi Nov 2012 A1
20120290637 Perantatos et al. Nov 2012 A1
20120299954 Wada et al. Nov 2012 A1
20120304052 Tanaka et al. Nov 2012 A1
20120304080 Wormald et al. Nov 2012 A1
20120307096 Ford et al. Dec 2012 A1
20120307112 Kunishige et al. Dec 2012 A1
20120319904 Lee et al. Dec 2012 A1
20120323933 He et al. Dec 2012 A1
20120324018 Metcalf et al. Dec 2012 A1
20130006759 Srivastava et al. Jan 2013 A1
20130024757 Doll et al. Jan 2013 A1
20130036364 Johnson Feb 2013 A1
20130045753 Obermeyer et al. Feb 2013 A1
20130050260 Reitan Feb 2013 A1
20130055083 Fino Feb 2013 A1
20130057587 Leonard et al. Mar 2013 A1
20130059607 Herz et al. Mar 2013 A1
20130060690 Oskolkov et al. Mar 2013 A1
20130063369 Malhotra et al. Mar 2013 A1
20130067027 Song et al. Mar 2013 A1
20130071093 Hanks et al. Mar 2013 A1
20130080254 Thramann Mar 2013 A1
20130085790 Palmer et al. Apr 2013 A1
20130086072 Peng et al. Apr 2013 A1
20130090171 Holton et al. Apr 2013 A1
20130095857 Garcia et al. Apr 2013 A1
20130104053 Thornton et al. Apr 2013 A1
20130110885 Brundrett, III May 2013 A1
20130111514 Slavin et al. May 2013 A1
20130128059 Kristensson May 2013 A1
20130129252 Lauper May 2013 A1
20130132477 Bosworth et al. May 2013 A1
20130145286 Feng et al. Jun 2013 A1
20130159110 Rajaram et al. Jun 2013 A1
20130159919 Leydon Jun 2013 A1
20130169822 Zhu et al. Jul 2013 A1
20130173729 Starenky et al. Jul 2013 A1
20130182133 Tanabe Jul 2013 A1
20130185131 Sinha et al. Jul 2013 A1
20130191198 Carlson et al. Jul 2013 A1
20130194301 Robbins et al. Aug 2013 A1
20130198176 Kim Aug 2013 A1
20130218965 Abrol et al. Aug 2013 A1
20130218968 Mcevilly et al. Aug 2013 A1
20130222323 Mckenzie Aug 2013 A1
20130227476 Frey Aug 2013 A1
20130232194 Knapp et al. Sep 2013 A1
20130263031 Oshiro et al. Oct 2013 A1
20130265450 Barnes, Jr. Oct 2013 A1
20130267253 Case et al. Oct 2013 A1
20130275505 Gauglitz et al. Oct 2013 A1
20130290443 Collins et al. Oct 2013 A1
20130304646 De Geer Nov 2013 A1
20130311255 Cummins et al. Nov 2013 A1
20130325964 Berberat Dec 2013 A1
20130344896 Kirmse et al. Dec 2013 A1
20130346869 Asver et al. Dec 2013 A1
20130346877 Borovoy et al. Dec 2013 A1
20140006129 Heath Jan 2014 A1
20140011538 Mulcahy et al. Jan 2014 A1
20140019264 Wachman et al. Jan 2014 A1
20140024354 Haik Jan 2014 A1
20140032682 Prado et al. Jan 2014 A1
20140043204 Basnayake et al. Feb 2014 A1
20140045530 Gordon et al. Feb 2014 A1
20140047016 Rao Feb 2014 A1
20140047045 Baldwin et al. Feb 2014 A1
20140047335 Lewis et al. Feb 2014 A1
20140049652 Moon et al. Feb 2014 A1
20140052485 Shidfar Feb 2014 A1
20140052633 Gandhi Feb 2014 A1
20140057660 Wager Feb 2014 A1
20140082651 Sharifi Mar 2014 A1
20140092130 Anderson et al. Apr 2014 A1
20140096029 Schultz Apr 2014 A1
20140114565 Aziz et al. Apr 2014 A1
20140122658 Haeger et al. May 2014 A1
20140122787 Shalvi et al. May 2014 A1
20140129953 Spiegel May 2014 A1
20140143143 Fasoli et al. May 2014 A1
20140149519 Redfern et al. May 2014 A1
20140155102 Cooper et al. Jun 2014 A1
20140173424 Hogeg et al. Jun 2014 A1
20140173457 Wang et al. Jun 2014 A1
20140178029 Raheman et al. Jun 2014 A1
20140180983 Deng Jun 2014 A1
20140189592 Benchenaa et al. Jul 2014 A1
20140207679 Cho Jul 2014 A1
20140214471 Schreiner, III Jul 2014 A1
20140222564 Kranendonk et al. Aug 2014 A1
20140258405 Perkin Sep 2014 A1
20140265359 Cheng et al. Sep 2014 A1
20140266703 Dalley, Jr. et al. Sep 2014 A1
20140279061 Elimeliah et al. Sep 2014 A1
20140279436 Dorsey et al. Sep 2014 A1
20140279540 Jackson Sep 2014 A1
20140280537 Pridmore et al. Sep 2014 A1
20140282096 Rubinstein et al. Sep 2014 A1
20140287779 O'keefe et al. Sep 2014 A1
20140289833 Briceno Sep 2014 A1
20140306986 Gottesman et al. Oct 2014 A1
20140310367 Maguire Oct 2014 A1
20140317302 Naik Oct 2014 A1
20140324627 Haver et al. Oct 2014 A1
20140324629 Jacobs Oct 2014 A1
20140325383 Brown et al. Oct 2014 A1
20140329548 Tharshanan et al. Nov 2014 A1
20150020086 Chen et al. Jan 2015 A1
20150046278 Pei et al. Feb 2015 A1
20150071619 Brough Mar 2015 A1
20150087263 Branscomb et al. Mar 2015 A1
20150088622 Ganschow et al. Mar 2015 A1
20150095020 Leydon Apr 2015 A1
20150096042 Mizrachi Apr 2015 A1
20150116529 Wu et al. Apr 2015 A1
20150169827 Laborde Jun 2015 A1
20150172534 Miyakawaa et al. Jun 2015 A1
20150178260 Brunson Jun 2015 A1
20150222814 Li et al. Aug 2015 A1
20150261917 Smith Sep 2015 A1
20150289108 Sandel Oct 2015 A1
20150304368 Vaccari et al. Oct 2015 A1
20150312184 Langholz et al. Oct 2015 A1
20150350136 Flynn, III et al. Dec 2015 A1
20150350140 Garcia et al. Dec 2015 A1
20150365795 Allen et al. Dec 2015 A1
20150378502 Hu et al. Dec 2015 A1
20160006927 Sehn Jan 2016 A1
20160014063 Hogeg et al. Jan 2016 A1
20160085386 Bridge et al. Mar 2016 A1
20160085773 Chang et al. Mar 2016 A1
20160085863 Allen et al. Mar 2016 A1
20160092532 Jia et al. Mar 2016 A1
20160099901 Allen et al. Apr 2016 A1
20160180887 Sehn Jun 2016 A1
20160182422 Sehn et al. Jun 2016 A1
20160182875 Sehn Jun 2016 A1
20160239248 Sehn Aug 2016 A1
20160277419 Allen et al. Sep 2016 A1
20160320199 Chen et al. Nov 2016 A1
20160321708 Sehn Nov 2016 A1
20160380955 Kremins Dec 2016 A1
20160381501 Ballezzi et al. Dec 2016 A1
20170006094 Abou Mahmoud et al. Jan 2017 A1
20170026509 Rand Jan 2017 A1
20170061308 Chen et al. Mar 2017 A1
20170147699 Rubin et al. May 2017 A1
20170287006 Azmoodeh et al. Oct 2017 A1
20180239796 Song et al. Aug 2018 A1
20190325062 Rogulenko Oct 2019 A1
20200044939 Xia Feb 2020 A1
20200107165 Pai et al. Apr 2020 A1
20200133967 Shukla et al. Apr 2020 A1
20200273136 Li Aug 2020 A1
20200312153 Thakur Oct 2020 A1
20200374197 Vysotsky et al. Nov 2020 A1
20210084138 Gal Mar 2021 A1
20210113931 Benedetto et al. Apr 2021 A1
20210117780 Malik et al. Apr 2021 A1
20210133245 Reehil et al. May 2021 A1
20210232589 Nelson et al. Jul 2021 A1
20210243012 Chen et al. Aug 2021 A1
20210390118 Gorkin et al. Dec 2021 A1
20210392459 Gorkin et al. Dec 2021 A1
20210392460 Gorkin et al. Dec 2021 A1
Foreign Referenced Citations (39)
Number Date Country
2887596 Jul 2015 CA
2051480 Apr 2009 EP
2151797 Feb 2010 EP
2399928 Sep 2004 GB
19990073076 Oct 1999 KR
20010078417 Aug 2001 KR
101658943 Sep 2016 KR
WO-1996024213 Aug 1996 WO
WO-1999063453 Dec 1999 WO
WO-2000058882 Oct 2000 WO
WO-2001029642 Apr 2001 WO
WO-2001050703 Jul 2001 WO
WO-2006118755 Nov 2006 WO
WO-2007092668 Aug 2007 WO
WO-2009043020 Apr 2009 WO
WO-2011040821 Apr 2011 WO
WO-2011119407 Sep 2011 WO
WO-2013008238 Jan 2013 WO
WO-2013045753 Apr 2013 WO
WO-2014006129 Jan 2014 WO
WO-2014068573 May 2014 WO
WO-2014115136 Jul 2014 WO
WO-2014194262 Dec 2014 WO
WO-2015192026 Dec 2015 WO
WO-2016044424 Mar 2016 WO
WO-2016054562 Apr 2016 WO
WO-2016065131 Apr 2016 WO
WO-2016100318 Jun 2016 WO
WO-2016100318 Jun 2016 WO
WO-2016100342 Jun 2016 WO
WO-2016149594 Sep 2016 WO
WO-2016179166 Nov 2016 WO
WO-2019028415 Feb 2019 WO
WO-2019108702 Jun 2019 WO
WO-2020117174 Jun 2020 WO
WO-2021257450 Dec 2021 WO
WO-2021257455 Dec 2021 WO
WO-2021257616 Dec 2021 WO
WO-2021257619 Dec 2021 WO
Non-Patent Literature Citations (38)
Entry
“A Whole New Story”, Snap, Inc., [Online] Retrieved from the Internet: <URL: https://www.snap.com/en-US/news/>, (2017), 13 pgs.
“Adding photos to your listing”, eBay, [Online] Retrieved from the Internet: <URL: http://pages.ebay.com/help/sell/pictures.html>, (accessed May 24, 2017), 4 pgs.
“U.S. Appl. No. 16/946,285, Notice of Allowance dated Sep. 17, 2021”, 17 pgs.
“U.S. Appl. No. 16/946,288, Non Final Office Action dated Aug. 26, 2021”, 22 pgs.
“BlogStomp”, StompSoftware, [Online] Retrieved from the Internet: <URL: http://stompsoftware.com/blogstomp>, (accessed May 24, 2017), 12 pgs.
“Cup Magic Starbucks Holiday Red Cups come to life with AR app”, Blast Radius, [Online] Retrieved from the Internet: <URL: https://web.archive.org/web/20160711202454/http://www.blastradius.com/work/cup-magic>, (2016), 7 pgs.
“Daily App: InstaPlace (iOS/Android): Give Pictures a Sense of Place”, TechPP, [Online] Retrieved from the Internet: <URL: http://techpp.com/2013/02/15/instaplace-app-review>, (2013), 13 pgs.
“InstaPlace Photo App Tell The Whole Story”, [Online] Retrieved from the Internet: <URL: youtu.be/uF_gFkg1hBM>, (Nov. 8, 2013), 113 pgs., 1:02 min.
“International Application Serial No. PCT/US2015/037251, International Search Report dated Sep. 29, 2015”, 2 pgs.
“International Application Serial No. PCT/US2021/037220, International Search Report dated Oct. 1, 2021”, 4 pgs.
“International Application Serial No. PCT/US2021/037220, Written Opinion dated Oct. 1, 2021”, 4 pgs.
“International Application Serial No. PCT/US2021/037229, International Search Report dated Oct. 5, 2021”, 4 pgs.
“International Application Serial No. PCT/US2021/037229, Written Opinion dated Oct. 5, 2021”, 3 pgs.
“International Application Serial No. PCT/US2021/037499, International Search Report dated Sep. 17, 2021”, 3 pgs.
“International Application Serial No. PCT/US2021/037499, Written Opinion dated Sep. 17, 2021”, 3 pgs.
“International Application Serial No. PCT/US2021/037503, International Search Report dated Oct. 6, 2021”, 3 pgs.
“International Application Serial No. PCT/US2021/037503, Written Opinion dated Oct. 6, 2021”, 4 pgs.
“Introducing Snapchat Stories”, [Online] Retrieved from the Internet: <URL: https://web.archive.org/web/20131026084921/https://www.youtube.com/watch?v=88Cu3yN-LIM>, (Oct. 3, 2013), 92 pgs.; 00:47 min.
“Macy's Believe-o-Magic”, [Online] Retrieved from the Internet: <URL: https://web.archive.org/web/20190422101854/https://www.youtube.com/watch?v=xvzRXy3J0Z0&feature=youtu.be>, (Nov. 7, 2011), 102pgs.; 00:51 min.
“Macy's Introduces Augmented Reality Experience in Stores across Country as Part of Its 2011 Believe Campaign”, Business Wire, [Online] Retrieved from the Internet: <URL: https://www.businesswire.com/news/home/20111102006759/en/Macys-Introduces-Augmented-Reality-Experience-Stores-Country>, (Nov. 2, 2011), 6 pgs.
“Starbucks Cup Magic”, [Online] Retrieved from the Internet: <URL: https://www.youtube.com/watch?v=RWwQXi9RG0w>, (Nov. 8, 2011), 87 pgs.; 00:47 min.
“Starbucks Cup Magic for Valentine's Day”, [Online] Retrieved from the Internet: <URL: https://www.youtube.com/watch?v=8nvqOzjq10w>, (Feb. 6, 2012), 88 pgs.; 00:45 min.
“Starbucks Holiday Red Cups Come to Life, Signaling the Return of the Merriest Season”, Business Wire, [Online] Retrieved from the Internet: <URL: http://www.businesswire.com/news/home/20111115005744/en/2479513/Starbucks-Holiday-Red-Cups-Life-Signaling-Return>, (Nov. 15, 2011), 5 pgs.
“The rate limit of Location module”, Forums.expo, forums.expo.dev, [Online] Retrieved from the Internet: <URL: https://forums.expo.dev/t/the-rate-limit-of-location-module/5976>, (Dec. 2017), 2 pgs.
Carthy, Roi, “Dear All Photo Apps: Mobil Just Won Filters”, TechCrunch, [Online] Retrieved from the Internet: <URL: https://techcrunch.com/2011/09/08/mobli-filters>, (Sep. 8, 2011), 10 pgs.
Hrisko, “Real-Time Graphing in Python”, Makersportal.com, Online Retrieved from the Internet: <URL: https://makersportal.eom/blog/2018/8/14/real-time-graphing-in-python>, (Aug. 14, 2018), 8 pgs.
Janthong, Isaranu, “Instaplace ready on Android Google Play store”, Android App Review Thailand, [Online] Retrieved from the Internet: <URL: http://www.android-free-app-review.com/2013/01/instaplace-android-google-play-store.html>, (Jan. 23, 2013), 9 pgs.
MacLeod, Duncan, “Macys Believe-o-Magic App”, [Online] Retrieved from the Internet: <URL: http://theinspirationroom.com/daily/2011/macys-believe-o-magic-app>, (Nov. 14, 2011), 10 pgs.
MacLeod, Duncan, “Starbucks Cup Magic Lets Merry”, [Online] Retrieved from the Internet: <URL: http://theinspirationroom.com/daily/2011/starbucks-cup-magic>, (Nov. 12, 2011), 8 pgs.
Notopoulos, Katie, “A Guide to the New Snapchat Filters and Big Fonts”, [Online] Retrieved from the Internet: <URL: https://www.buzzfeed.com/katienotopoulos/a-guide-to-the-new-snapchat-filters-and-big-fonts?utm_term=.bkQ9qVZWe#.nv58YXpkV>, (Dec. 22, 2013), 13 pgs.
Panzarino, Matthew, “Snapchat Adds Filters, A Replay Function and for Whatever Reason, Time, Temperature and Speed Overlays”, TechCrunch, [Online] Retrieved form the Internet: <URL: https://techcrunch.com/2013/12/20/snapchat-adds-filters-new-font-and-for-some-reason-time-temperature-and-speed-overlays/>, (Dec. 20, 2013), 12 pgs.
Tripathi, Rohit, “Watermark Images in PHP and Save File on Server”, [Online] Retrieved from the Internet: <URL: http://code.rohitink.com/2012/12/28/watermark-images-in-php-and-save-file-on-server>, (Dec. 28, 2012), 4 pgs.
“U.S. Appl. No. 16/946,284, Non Final Office Action dated Feb. 10, 2022”, 10 pgs.
“U.S. Appl. No. 16/946,285, Notice of Allowance dated Jan. 13, 2022”, 18 pgs.
“U.S. Appl. No. 16/946,288, Notice of Allowability dated Jan. 10, 2022”, 2 pgs.
“U.S. Appl. No. 16/946,288, Notice of Allowance dated Dec. 24, 2021”, 9 pgs.
“U.S. Appl. No. 16/946,288, Response filed Nov. 17, 2021 to Non Final Office Action dated Aug. 26, 2021”, 11 pgs.
“U.S. Appl. No. 16/946,284, Response filed May 10, 2022 to Non Final Office Action dated Feb. 10, 2022”, 9 pgs.
Related Publications (1)
Number Date Country
20210392098 A1 Dec 2021 US