Skip to content

Data Collection & Processing

IBXCODECAT edited this page Feb 23, 2022 · 23 revisions

Data Collection & Processing

Data Collection

Data Processing

Saving Locally

When you submit data in the telemetry application, it will be stored in a serializable Kotlin data object which will be converted into the JSON format and saved to the following directory as a JSON file:

/storage/emulated/0/Android/data/com.example.frc_scouting/files

The name of the file written will follow the pattern of teamNumber-matchNumber.scout, where teamNumber and matchNumber are the team and match number in the form submission. Using this naming schema, we can guarantee that there will be no duplicate data entries logged in the file system, and that corrected entries will automatically overwrite an existing *.scout file.

SQL Builder

Clone this wiki locally