X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=docs%2Fquick-tutorial.md;h=fd10d8a34b8b1676a0d4a4c16a97dceced18c7a9;hb=047a822596f07a7d367db9fc2ab00e0198650ebf;hp=081dfe5f22355791553672195e36a6961675553a;hpb=011a41f695cbc7aa5deca2dcee77ccf9d21f5823;p=src%2Fapp-framework-main.git diff --git a/docs/quick-tutorial.md b/docs/quick-tutorial.md index 081dfe5..fd10d8a 100644 --- a/docs/quick-tutorial.md +++ b/docs/quick-tutorial.md @@ -5,18 +5,20 @@ AGL Application Framework: A Quick Tutorial Introduction ------------ This document proposes a quick tutorial to demonstrate the major functionnalities of the AGL Application Framework. For more complete information, please refer to the inline documentation available in the main git repository: -https://gerrit.automotivelinux.org/gerrit/#/admin/projects/src/app-framework-main -https://gerrit.automotivelinux.org/gerrit/#/admin/projects/src/app-framework-binder + +[https://gerrit.automotivelinux.org/gerrit/#/admin/projects/src/app-framework-main] +[https://gerrit.automotivelinux.org/gerrit/#/admin/projects/src/app-framework-binder] + For more information on AGL, please visit: -https://www.automotivelinux.org/ +[https://www.automotivelinux.org/] ---------- Sample applications ------------------- 4 sample applications (.wgt files) are prebuilt and available at the following address: -https://github.com/iotbzh/afm-widget-examples +[https://github.com/iotbzh/afm-widget-examples] You can get them by cloning this git repository on your desktop (will be useful later in this tutorial): @@ -29,6 +31,7 @@ Using the CLI tool ### Setup Environment Connect your AGL target board to the network and copy some sample widgets on it through SSH (set BOARDIP with your board IP address) : + ``` $ cd afm-widget-examples $ BOARDIP=1.2.3.4 @@ -215,3 +218,8 @@ Then you can access it from a browser: http://[board_ip]:1235/opa/?token=132456789 afb-client is a simple application to demonstrate the built-in capabilities of the binder daemon (handling sessions and security tokens, testing POSTs uploads...) and was used during the application framework development to validate the proposed features. + +[https://github.com/iotbzh/afm-widget-examples]: https://github.com/iotbzh/afm-widget-examples (afm-widget-examples) +[https://www.automotivelinux.org/]: https://www.automotivelinux.org/ (AGL) +[https://gerrit.automotivelinux.org/gerrit/#/admin/projects/src/app-framework-binder]: https://gerrit.automotivelinux.org/gerrit/#/admin/projects/src/app-framework-binder (app-framework-binder) +[https://gerrit.automotivelinux.org/gerrit/#/admin/projects/src/app-framework-main]: https://gerrit.automotivelinux.org/gerrit/#/admin/projects/src/app-framework-main (app-framework-main)