v23proxy: make the endpoints accessible through mojo rpc

Change-Id: I5560846737dc41828e344e96eb2573d6adcf71b5
3 files changed
tree: c30ed6213d2046d2cf399dfa15c022ca5eda64fe
  1. go/
  2. mojom/
  3. .gitignore
  4. AUTHORS
  5. CONTRIBUTING.md
  6. CONTRIBUTORS
  7. LICENSE
  8. Makefile
  9. PATENTS
  10. README.md
  11. VERSION
README.md

Mojo + v23 RPCs

This repository implements the proposal outlined here that enables communication between Mojo applications on different devices.

Quick start

  • For desktop: make build
  • For android: ANDROID=1 make build

The commands above build the .mojo shared library that can be run by mojo shells. For example:

  • make start-v23proxy
  • HOME=/tmp make ARGS="{see Makefile}" start-echo-client

You can also run these with Android devices. Use an ANDROID={N} prefix to run on the Nth Android device connected to your machine. N must be a positive integer.

Note: To run these examples, the devices used must run mojo_shell on the same local network.