commit | 0e48fe1194b9ece5bc4ca3826fc858036e4e4509 | [log] [tgz] |
---|---|---|
author | Shyam Jayaraman <bjornick@google.com> | Thu Dec 03 10:34:16 2015 -0800 |
committer | Shyam Jayaraman <bjornick@google.com> | Thu Dec 03 10:34:16 2015 -0800 |
tree | a8b35bbe884c0deb497cc5f341019401e1e2317d | |
parent | b508285b75822860a8a36208fca4c5e902aeaf9a [diff] |
First cut. Change-Id: Id7d37946e4e7b7a46ede09343ccb2144f616280c
This repository implements the proposal outlined here that enables communication between Mojo applications on different devices.
make build
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.