Get the latest tech news

pw_rpc: Efficient, low-code-size RPC system for embedded devices


# Efficient, low-code-size RPC system for embedded devices Stable C++ Java JavaScript Python TypeScript /* //applications/blinky/blinky.proto */ syntax = "proto3"; package blinky; import "pw_protobuf_protos/common.proto"; service Blinky { // Toggles the LED on or off. rpc ToggleLed(pw.protobuf.Empty) returns (pw.protobuf.Empty); // Continuously blinks the board LED a specified number of times.

Get the Android app

Or read this on Hacker News

Read more on:

Photo of RPC

RPC

Photo of pw_rpc

pw_rpc

Photo of size RPC system

size RPC system

Related news:

News photo

SSH agent extensions as an arbitrary RPC mechanism