https://skir.build/ #ProtocolBuffers #DeveloperTools #HackerNews #ngated
Już kiedyś wspominaliśmy o #ProtocolBuffers (lub #Protobuf), ale ten artykuł wyjaśnia to wszystko bardzo jasno i warto się z nim zapoznać.
#GoogleCloud announces #gRPC as native transport for #MCP #AI
🔌 Eliminates need for transcoding gateways between #gRPC services and #MCP JSON-RPC
⚡ Binary encoding via #ProtocolBuffers shrinks messages up to 10x compared to JSON - dramatically lower latency, reduced bandwidth consumption & faster serialization
🧵 👇
🚀 gRPC es el framework de Google que acelera la comunicación entre servicios. Usa HTTP/2 y Protocol Buffers para máximo rendimiento. ¡Conoce cómo funciona! 💻
Lee más 👉 https://www.soloingenieria.org/ingenieria-en-sistemas/grpc/
#gRPC #Microservicios #IngenieríaDeSistemas #DesarrolloBackend #ProtocolBuffers #HTTP2
En microservicios, la velocidad de comunicación define el rendimiento total. gRPC existe porque Google entendió esto antes que nadie. 🚀
#gRPC #Microservicios #IngenieríaDeSistemas #DesarrolloBackend #ProtocolBuffers #HTTP2
RIOT Summit 2018 @ Amsterdam - Google’s “Protocol Buffers” for Embedded IoT

Raspberry Pi Pico 2 × Zephyr × Pigweed で実現する「型安全」なRPC通信とLチカ点灯
https://qiita.com/akiiiiita/items/f43ebfb08d53a5228509?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
#qiita #ProtocolBuffers #Zephyr #LED点灯 #RaspberryPiPico #pigweed
Achievement unlocked... I've just successfully transmitted the first Protocol Buffers messages over a UART link between an STM32G070 MCU (code written in Rust using Embassy) and a Python test program running on my Debian Linux laptop.
Messages are sent with a small header (sync byte and length) and a CRC-16 trailer, and all worked on the second try (on the first try the CRC-16 calculation on the MCU was ignoring the first two bytes of the message - doh!).