tempcord_data_parser 1.0.0 copy "tempcord_data_parser: ^1.0.0" to clipboard
tempcord_data_parser: ^1.0.0 copied to clipboard

An abstracted parser implementation for parsing Tempcord data in different platforms.

Tempcord data parser implementation #

Pub version

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

0
likes
130
pub points
8%
popularity

Publisher

verified publisherrk0cc.xyz

An abstracted parser implementation for parsing Tempcord data in different platforms.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

csv, lzma, meta, tempcord_data_interface

More

Packages that depend on tempcord_data_parser