| Index: native_client_sdk/src/examples/api/vpn_provider/README
|
| diff --git a/native_client_sdk/src/examples/api/vpn_provider/README b/native_client_sdk/src/examples/api/vpn_provider/README
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..09d8d12f2e8e18ed45ce99cb5083ab06d1051e91
|
| --- /dev/null
|
| +++ b/native_client_sdk/src/examples/api/vpn_provider/README
|
| @@ -0,0 +1,21 @@
|
| +The VpnProvider example demonstrates how to use the VpnProvider API.
|
| +
|
| +This NaCl SDK example can only be used as an extension on Chrome OS.
|
| +
|
| +== Compile ==
|
| +Run "make" from this folder, then open up chrome://extensions
|
| +in the browser select "Pack extension...", browse to examples/api/vpn_provider,
|
| +click on "Open", then on "Pack extension" and "OK". Copy the .crx to the
|
| +Chromebook.
|
| +
|
| +== Install ==
|
| +To "sideload" an app or extension under Chrome OS, open up chrome://extensions
|
| +in the browser on the Chromebook, then open the file manager with Alt-Shift-M,
|
| +then drag the .crx file onto the extensions page.
|
| +
|
| +== Test ==
|
| +After loading the extension to a Chromebook, open the 'VPN Provider' app.
|
| +Wait for the connection to be created. From the network configuration menu
|
| +select the 'Mock configuration' entry.
|
| +
|
| +Observe the connection setup flow in the "VPN Provider" app.
|
|
|