Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.
This repository was archived by the owner on May 27, 2024. It is now read-only.

Implement location buffering mechanism for real-time tracking #13

@barbeau

Description

@barbeau

When running in an on-line streaming mode that sends locations to the server in real-time (vs. a batch update at the end of the day), it would be useful to have a cache of locations, so we aren't initiating communication on each location update.

The intelligent caching we've implemented in the past is "Adaptive Location Data Buffering" that also uses TCP and UDP, although USF owns a patent on this technology:
https://www.locationaware.usf.edu/ongoing-research/technology/adaptive-location-data-buffering/

A simpler buffering mechanism would be to just cache X locations and dump them via TCP to the server.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions