You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
json is too verbose and too difficult to parse. We have to use binary format to pass data from embedded targets.
evaluate available protobuf libraries suitable for an embedded system
port JSONRPC messages to protobuf definition
make a proxy that accepts protobuf-encoded message on one side (using HTTP as transport for now) and translates the request to JSONRPC (this can be done in python/flask)
create protobuf RPC library for the embedded part
integrate the proxy and the library
The text was updated successfully, but these errors were encountered:
pcppcp
added
the
Meta
Discussions about the code architecture, features, etc.
label
Nov 1, 2018
json is too verbose and too difficult to parse. We have to use binary format to pass data from embedded targets.
The text was updated successfully, but these errors were encountered: