Skip to content

Instantly share code, notes, and snippets.

View Pnog1001's full-sized avatar

Pedro H Nogueira Pnog1001

  • Ahlstrom-Munksjö
  • Brazil
View GitHub Profile
syntax = "proto3";
message SensorLeitura {
string dispositivo = 1;
int32 distancia_cm = 2;
int32 temperatura = 3;
string timestamp = 4;
string gateway = 5;
string deveui = 6;
}