tempcord_data_parser 1.0.0 tempcord_data_parser: ^1.0.0 copied to clipboard
An abstracted parser implementation for parsing Tempcord data in different platforms.
Tempcord data parser implementation #
This package aims to provide a standard of Tempcord data parser between interface and Uint8List.
Specification #
A single Uint8List from TempcordDataParser
contains at least 2 object: Profile
and a list of BodyTemperatureRecordNode
with LZMA compressed.
There is the basic sample of how data contains in byte (for reference only):
{"name":"Alice", "animal":"0"}
(Data divider)
temp,unit,recordedAt
36.9,℃,2020-03-12T12:32:20.324Z
35.4,℃,2020-03-13T12:22:43.982Z
37.1,℃,2020-04-23T09:12:39.571Z
License #
Apache 2.0