Skip to content

Writing Drone Telemetry to an In Memory Database

Dave Walker edited this page Jan 24, 2020 · 7 revisions

Namespace

The package, library and namespace for in-memory database capture is:

TelloCommander.Data.InMemory

Prerequisites

There are no additional pre-requisites for telemetry capture to an in-memory SQL database.

## Capturing Telemetry

Please see the information in the Telemetry to SQL Overview page.

Querying the Data

Please see the information in the Telemetry to SQL Overview page.