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
- Host: GitHub
- URL: https://github.com/douglaszuqueto/esp32-protocolbuffers
- Owner: douglaszuqueto
- Created: 2020-02-28T11:16:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-28T11:21:27.000Z (over 6 years ago)
- Last Synced: 2025-03-27T14:56:24.492Z (about 1 year ago)
- Topics: esp32, espressif, iot, nanopb, protocol-buffers
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)