Open dniklaus opened 3 years ago
Issue by dniklaus Wed Aug 15 16:42:58 2018 Originally opened as https://github.com/ERNICommunity/dust-measurement-network/issues/16
TechREQ
Description In order to send sensor data over TTN, a binary format has to be defined for the serialization.
The binary serialized data shall be handled by protobuf environment. The following protobuf format description shall apply:
syntax = "proto2"; message dustSensorMeasurement { required float particularMatter2_5um = 1; required float particularMatter10um = 2; required float temperature = 3; required float humidity = 4; }
Rationale
Links
Issue by dniklaus Wed Aug 15 16:42:58 2018 Originally opened as https://github.com/ERNICommunity/dust-measurement-network/issues/16
TechREQ
Description In order to send sensor data over TTN, a binary format has to be defined for the serialization.
The binary serialized data shall be handled by protobuf environment. The following protobuf format description shall apply:
Rationale
Links