commit | 390704bad80c84309e8ae3527392d4ea1d6ece71 | [log] [tgz] |
---|---|---|
author | Shyam Jayaraman <bjornick@google.com> | Mon Dec 07 13:47:02 2015 -0800 |
committer | Shyam Jayaraman <bjornick@google.com> | Mon Dec 07 13:47:02 2015 -0800 |
tree | 1effb2ca47350baba6875d12adcd96d564fee52c | |
parent | 2309b3fdf1765d646a674ac6515e994670966696 [diff] |
Added examples for advertisers. Change-Id: If292c9bbc4dca61a2cd8f8dcf7e5532dd1f81206
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.