mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
## What
Adds **bleRPC** to `docs/third_party.md` under **RPC Implementations**.
This page invites projects to "send us a pull request to update this page," so here is one.
## About the project
[bleRPC](https://github.com/tdaira/blerpc) (https://blerpc.net) is an open-source RPC framework that carries Protocol Buffers messages over **Bluetooth Low Energy** (GATT). It uses:
- **nanopb** for on-device encode/decode (nRF / Zephyr firmware),
- generated clients for **Python, Kotlin, Swift, Dart, and TypeScript** (from `.proto`),
- a small container/command framing layer for BLE MTUs, with optional end-to-end encryption.
It's Apache-2.0 licensed. Added to the active list; not affiliated with or endorsed by Google, per the page's disclaimer.
Closes #28331
COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/28331 from tdaira:add-blerpc-rpc-impl
|
||
|---|---|---|
| .. | ||
| csharp | ||
| design | ||
| upb | ||
| cmake_protobuf_generate.md | ||
| cpp_build_systems.md | ||
| field_presence.md | ||
| implementing_proto3_presence.md | ||
| jvm_aot.md | ||
| options.md | ||
| third_party.md | ||