An open API service indexing awesome lists of open source software.

https://github.com/douglaszuqueto/esp32-protocolbuffers

Protocol buffers com Nanopb e ESP32
https://github.com/douglaszuqueto/esp32-protocolbuffers

esp32 espressif iot nanopb protocol-buffers

Last synced: 24 days ago
JSON representation

Protocol buffers com Nanopb e ESP32

Awesome Lists containing this project

README

          

# esp32-protocolbuffers
Protocol buffers com Nanopb e ESP32

## Estrutura

```
.
├── firmware
│   ├── http
│   ├── mqtt
│   └── tcp
├── lib
├── proto
├── README.md
└── server

7 directories, 1 file

```

## Referências

* [nanopb](https://github.com/nanopb/nanopb)
* [Efficient IoT with the ESP8266, Protocol Buffers, Grafana, Go, and Kubernetes](https://medium.com/grpc/efficient-iot-with-the-esp8266-protocol-buffers-grafana-go-and-kubernetes-a2ae214dbd29)