-
Notifications
You must be signed in to change notification settings - Fork 3
Data Collection & Processing
IBXCODECAT edited this page Feb 23, 2022
·
23 revisions
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.