commit | d3d2041185d32cf3e7eff39e98e201315fc75148 | [log] [tgz] |
---|---|---|
author | Benjamin Prosnitz <bprosnitz@google.com> | Thu Dec 03 00:44:26 2015 -0800 |
committer | Alex Fandrianto <alexfandrianto@google.com> | Thu Dec 03 18:24:45 2015 +0000 |
tree | ba4e1c80720a51cba7d546f5414086e3479fb36b | |
parent | d42aaa82a8f6d319400d175a30b6b093a0ea3cf7 [diff] |
TBR v23proxy: Temporarily change module path so build works Change-Id: If5bd37411da44ba9eb78feabb29e0c4d7695a8de
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.