commit | 2309b3fdf1765d646a674ac6515e994670966696 | [log] [tgz] |
---|---|---|
author | Shyam Jayaraman <bjornick@google.com> | Thu Dec 03 10:36:20 2015 -0800 |
committer | Shyam Jayaraman <bjornick@google.com> | Thu Dec 03 10:36:20 2015 -0800 |
tree | 0cf0c657a59552bc640c68b0a7eaaf27d46efb6e | |
parent | 0e48fe1194b9ece5bc4ca3826fc858036e4e4509 [diff] | |
parent | d3d2041185d32cf3e7eff39e98e201315fc75148 [diff] |
Merge branch 'master' into advertiser
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.