From ee4b262fd28fd195d175c933defe9504da0d583c Mon Sep 17 00:00:00 2001 From: Clément Bénier Date: Tue, 5 Jun 2018 17:25:32 +0200 Subject: host-configuration + candevstudio: install natively AGL microservices and quickstart for candevstudio MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit host-configuration: The purpose of this section is to help developers to natively develop and debug AGL microservices. Thanks to OBS, packages for debian/ubuntu, openSUSE and fedora distributions are available and can be installed on developer host. candevstudio: Development tool for CAN bus simulation. Signed-off-by: Clément Bénier --- content/tocs/apis_services/fetched_files.yml | 14 ++++++++++++++ content/tocs/apis_services/toc_dev_en.yml | 12 ++++++++++++ content/tocs/devguides/fetched_files.yml | 10 ++++++++++ content/tocs/devguides/toc_dev_en.yml | 18 ++++++++++++++++++ 4 files changed, 54 insertions(+) (limited to 'content/tocs') diff --git a/content/tocs/apis_services/fetched_files.yml b/content/tocs/apis_services/fetched_files.yml index 242c7e4..4c21bed 100644 --- a/content/tocs/apis_services/fetched_files.yml +++ b/content/tocs/apis_services/fetched_files.yml @@ -152,6 +152,20 @@ repositories: label: Signal Composer API - source: pictures/Global_Signaling_Architecture.png - source: pictures/iotbzh_logo_small.png +- + url_fetch: "GITHUB_FETCH" + git_name: iotbzh/agl-documentation + git_commit: "master" + documents: + - source: candevstudio/docs/1_Usage.md + - source: candevstudio/docs/2_can_device_socketcan_backend.md + - source: candevstudio/docs/3_Add_CAN_Device.md + - source: candevstudio/docs/4_Configure_CanRawSender_Node.md + - source: candevstudio/docs/5_Using_CanRawView.md + - source: candevstudio/docs/pictures/CANdevStudio.png + - source: candevstudio/docs/pictures/canrawsender.png + - source: candevstudio/docs/pictures/canrawviewer.png + - url_fetch: AGL_GITHUB_FETCH url_edit: AGL_GITHUB_EDIT diff --git a/content/tocs/apis_services/toc_dev_en.yml b/content/tocs/apis_services/toc_dev_en.yml index 8b5c71b..1334b84 100644 --- a/content/tocs/apis_services/toc_dev_en.yml +++ b/content/tocs/apis_services/toc_dev_en.yml @@ -84,6 +84,18 @@ children: url: reference/iotbzh2016/signaling/AGL-Message-Signaling-Developer-Guidelines.pdf - name: CAN Signaling Benchmark url: reference/iotbzh2016/signaling/AGL-AppFW-CAN-Signaling-Benchmark.pdf + - name: CanDevStudio Quickstart + children: + - name: Usage Guide + url: reference/candevstudio/docs/1_Usage.html + - name: Bringing up a CAN device using socketcan backend + url: reference/candevstudio/docs/2_can_device_socketcan_backend.html + - name: Add a CAN device in CANdevStudio + url: reference/candevstudio/docs/3_Add_CAN_Device.html + - name: Configure a CanRawSender node + url: reference/candevstudio/docs/4_Configure_CanRawSender_Node.html + - name: Using CanRawView + url: reference/candevstudio/docs/5_Using_CanRawView.html - url: reference/signaling/resources.html - name: Audio Framework diff --git a/content/tocs/devguides/fetched_files.yml b/content/tocs/devguides/fetched_files.yml index b4a6182..1712331 100644 --- a/content/tocs/devguides/fetched_files.yml +++ b/content/tocs/devguides/fetched_files.yml @@ -66,6 +66,16 @@ repositories: dst_prefix: iotbzh2016 documents: - source: appfw/03-AGL-AppFW-Privileges-Management.pdf +- + url_fetch: "GITHUB_FETCH" + git_name: iotbzh/agl-documentation + git_commit: "master" + documents: + - source: host-configuration/docs/0_Abstract.md + - source: host-configuration/docs/1_Prerequisites.md + - source: host-configuration/docs/2_AGL_Application_Framework.md + - source: host-configuration/docs/3_AGL_XDS.md + - source: host-configuration/docs/4_Candevstudio.md - url_fetch: "GITHUB_FETCH" git_name: iotbzh/agl-documentation diff --git a/content/tocs/devguides/toc_dev_en.yml b/content/tocs/devguides/toc_dev_en.yml index 7abb1fa..e890591 100644 --- a/content/tocs/devguides/toc_dev_en.yml +++ b/content/tocs/devguides/toc_dev_en.yml @@ -45,6 +45,24 @@ children: - url: reference/meta-agl.html - url: reference/meta-agl-demo.html - url: reference/meta-agl-devel.html +- + name: Host Configuration + children: + - + name: Abstract + url: reference/host-configuration/docs/0_Abstract.html + - + name: Prerequisites + url: reference/host-configuration/docs/1_Prerequisites.html + - + name: AGL Application Framework + url: reference/host-configuration/docs/2_AGL_Application_Framework.html + - + name: AGL XDS + url: reference/host-configuration/docs/3_AGL_XDS.html + - + name: CanDevStudio + url: reference/host-configuration/docs/4_Candevstudio.html - name: "Development Kit: build AGL image" children: -- cgit