diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-23 16:35:29 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-23 16:35:29 +0200 |
commit | eca44ae331bfe8bc4021541d5bf00c0fd8525f08 (patch) | |
tree | c9f779290ea46f6616c20ad00be4c49a3102735e /signaling/index.md | |
parent | 17d1a7899fcaea7c27c9a4d12395cc03f0f704db (diff) |
Update signaling chapter
Change-Id: Icbaa18b740403a1e43ef6b61fbdc45ba3fad1437
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'signaling/index.md')
-rw-r--r-- | signaling/index.md | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/signaling/index.md b/signaling/index.md index d3ebcd0..cb466ae 100644 --- a/signaling/index.md +++ b/signaling/index.md @@ -1,8 +1,8 @@ -# AGL Message Signaling (proposal) +# AGL Message Signaling -## Architecture Proposal +## Architecture -This [document](./architecture.md) presents a proposal of architecture for message signaling in AGL. +This [document](./architecture.md) presents an architecture for message signaling in AGL. Also available as a [PDF Document](http://iot.bzh/download/public/2016/signaling/AGL-Message-Signaling-Architecture.pdf) @@ -18,7 +18,19 @@ A reference HTML5 application has been developed: see [github:iotbzh/txc-demo](h This application uses a [OpenXC trace file](http://openxcplatform.com/resources/traces.html) to display 4 different panels representing live vehicle data. -It's available as an [AGL Application paclage](http://iot.bzh/download/public/2016/afb-demos/txc-demo_0.1.wgt) installable through AGL Application Framework. +It's available as an [AGL Application package](http://iot.bzh/download/public/2016/afb-demos/txc-demo_0.1.wgt) installable through AGL Application Framework. + +## Low level CAN service + +A project to access and decode CAN bus has been developed and part of AGL since Daring Dab version: [Low level CAN service](https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/low-level-can-service) + +This rewrite of OpenXC to adapt the project to AGL. + +Must be used in conjunction with the [low level CAN generator](https://gerrit.automotivelinux.org/gerrit/#/admin/projects/src/low-level-can-generator) to custom your service. + +## High Level ViWi service + +An implementation of [ViWi](https://www.w3.org/Submission/2016/SUBM-viwi-protocol-20161213/) protocol has been made and available : [github.com:iotbzh/high-level-viwi-service](https://github.com/iotbzh/high-level-viwi-service) ## Benchmarks @@ -28,5 +40,11 @@ Some tests to evaluate the performances of the framework have been done by simul [Jose's presentation at AGL AMM Munich'16](http://iot.bzh/download/public/2016/build-agl-application-AMM-Munich-2016/) +## AMM Tokyo'17 Presentation + +[Kusakabe-san from Fujitsu-Ten presentation at AGL AMM Tokyo'17](http://schd.ws/hosted_files/aglmmwinter2017/37/20170201_AGL-AMM_F10_kusakabe.pdf) +## F2F Karslruhe'17 Presentation +[Romain's presentation at AGL F2F Karslruhe'17](http://iot.bzh/download/public/2017/F2F-Karslruhe/AGL-Signaling.pdf) +[Kusakabe-san from Fujitsu-Ten presentation at AGL F2F Karslruhe'17](https://wiki.automotivelinux.org/_media/agl-distro/20170402_ften_can_kusakabe_v2.pdf) |