From 93367bbf66fb0e3c443cf79807f84573505abbba Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Mon, 7 Nov 2016 18:23:01 +0100 Subject: docs subfolder created; moved all MD files in docs Change-Id: I89e02117c9569354567816ec5ba2a5565b79849b Signed-off-by: Stephane Desneux --- signaling/index.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 signaling/index.md (limited to 'signaling/index.md') diff --git a/signaling/index.md b/signaling/index.md new file mode 100644 index 0000000..4f6a84f --- /dev/null +++ b/signaling/index.md @@ -0,0 +1,32 @@ +===== AGL Message Signaling (proposal) ===== + +==== Architecture Proposal ==== + +This [document](./architecture.md) presents a proposal of architecture for message signaling in AGL. + +Also available as a [PDF Document](http://iot.bzh/download/public/2016/signaling/AGL-Message-Signaling-Architecture.pdf) + +==== Documentation ==== + +Developer Guidelines are available as a [PDF Document](http://iot.bzh/download/public/2016/signaling/AGL-Message-Signaling-Developer-Guidelines.pdf) + +GPS Binding example is available on Github: [github:iotbzh/af-gps-binding](https://github.com/iotbzh/af-gps-binding) + +==== OpenXC Demo ==== + +A reference HTML5 application has been developed: see [github:iotbzh/txc-demo](https://github.com/iotbzh/txc-demo). + +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. + +==== Benchmarks ==== + +Some tests to evaluate the performances of the framework have been done by simulating CAN Data: [AGL-AppFW-CAN-Signaling-Benchmark.pdf](http://iot.bzh/download/public/2016/signaling/AGL-AppFW-CAN-Signaling-Benchmark.pdf) + +==== AMM Munich'16 Presentation ==== + +[Jose's presentation at AGL AMM Munich'16](http://iot.bzh/download/public/2016/build-agl-application-AMM-Munich-2016/) + + + -- cgit 1.2.3-korg