Skip to content
Snippets Groups Projects
Commit 5ce7d531 authored by Hoang  PHAN's avatar Hoang PHAN
Browse files

Merge branch 'eclipse-pages' into 'main'

checkin public folder

See merge request !3
parents 62af444d 8c71fa75
No related branches found
No related tags found
1 merge request!3checkin public folder
Pipeline #50244 passed
Showing
with 23171 additions and 0 deletions
<!DOCTYPE html>
<html lang="en" class="js csstransforms3d">
<head>
<meta charset="utf-8"> <meta name="description" content="">
<link rel="icon" href="/images/favicon.svg" type="image/svg">
<title>404 Page not found</title>
<link href="/css/nucleus.css?1720169700" rel="stylesheet">
<link href="/css/fontawesome-all.min.css?1720169700" rel="stylesheet">
<link href="/css/hybrid.css?1720169700" rel="stylesheet">
<link href="/css/featherlight.min.css?1720169700" rel="stylesheet">
<link href="/css/perfect-scrollbar.min.css?1720169700" rel="stylesheet">
<link href="/css/theme.css?1720169700" rel="stylesheet">
<link href="/css/hugo-theme.css?1720169700" rel="stylesheet">
<link href="/css/theme-green.css?1720169700" rel="stylesheet">
<style>
:root #header + #content > #left > #rlblock_left {
display: none !important;
}
p,
li,
ul {
text-align: center
}
ul {
list-style-type: none;
}
</style>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QSPHHE9ZTS"></script>
<script>
var doNotTrack = false;
if (!doNotTrack) {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-QSPHHE9ZTS', { 'anonymize_ip': false });
}
</script>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'G-QSPHHE9ZTS', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
</head>
</head>
<body class="" data-url="/">
<section id="body" style="margin-left:0px;">
<div id="overlay"></div>
<div id="chapter">
<div id="body-inner">
<h1>Error</h1>
<p>
</p>
<p>Woops. Looks like this page doesn&#39;t exist ¯\_(ツ)_/¯.</p>
<p></p>
<p><a href='/'>Go to homepage</a></p>
<p><img src='/images/gopher-404.jpg' style="width:50%" alt="Page not found!"></p>
</div>
</div>
</section>
</body>
</html>
public/advanced/AI_SdV_app/AIDocument/image/flowchart.png

13.5 KiB

This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>AI SdV Application on digital.auto playground documentation</title>
<link>/advanced/ai_sdv_app/</link>
<description>Recent content in AI SdV Application on digital.auto playground documentation</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Thu, 03 Aug 2023 07:07:47 +0700</lastBuildDate><atom:link href="/advanced/ai_sdv_app/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>AI App Concept</title>
<link>/advanced/ai_sdv_app/ai_app_on_pg/</link>
<pubDate>Mon, 25 Sep 2023 07:07:47 +0700</pubDate>
<guid>/advanced/ai_sdv_app/ai_app_on_pg/</guid>
<description>Preface This document for AI engineer who familiar with AI application development concept.
It assumes you have basic understanding on Vehicle API concept, we provide simple explanation at this VSS Basic Documentation.
The purpose of this document is to discuss AI-on-Edge, means realtime AI running directly on vehicle, not apply for AI-on-Cloud like ChatGPT&amp;hellip;
AI application on playground Nowadays, AI is a hot topic. There are plenty of tools, libraries and methods to build and deploy an AI application or reuse AI service from 3rd provider.</description>
</item>
<item>
<title>AI with playground</title>
<link>/advanced/ai_sdv_app/ai_getting_started/</link>
<pubDate>Thu, 03 Aug 2023 06:51:01 +0700</pubDate>
<guid>/advanced/ai_sdv_app/ai_getting_started/</guid>
<description>Introduction AI becomes more and more popular in daily life, and definitely it is also a trend in the automotive industry. In this section, we will introduce how to use AI in the playground.
Note: AI have a lot of different applications, and we will only introduce a simple image processing use case in this section.
We assume that you already know how to create account, model and prototype in the playground.</description>
</item>
</channel>
</rss>
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Advanced on digital.auto playground documentation</title>
<link>/advanced/</link>
<description>Recent content in Advanced on digital.auto playground documentation</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Tue, 01 Aug 2023 07:04:25 +0700</lastBuildDate><atom:link href="/advanced/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Architecture</title>
<link>/advanced/architecture/</link>
<pubDate>Thu, 03 Aug 2023 06:48:57 +0700</pubDate>
<guid>/advanced/architecture/</guid>
<description>Getting started Please have a look at image below.
This architecture has 2 parts:
(1) Playground general architecture (2) Architecture and flow from Playground to dreamKIT This page is focused on (1) Playground general architecture. For more information about (2) Architecture and flow from Playground to dreamKIT, please refer Playground to dreamKIT.
Playground general architecture The playground is a cloud-based web application that is responsible for rapidly prototyping environment for new, SDV-enabled features.</description>
</item>
<item>
<title>How Python-Javascript works</title>
<link>/advanced/how-python-javascript-works/</link>
<pubDate>Thu, 03 Aug 2023 06:48:57 +0700</pubDate>
<guid>/advanced/how-python-javascript-works/</guid>
<description>Prerequisite To understand how this Python-Javascript works, you need some foundation knowledge of HTML, Javascript, and Python. You also need to read Create &amp;lsquo;Hello World&amp;rsquo; Prototype guide or at least have some experience with prototype on Playground before reading this documentation.
Similarity of Python code on Playground No matter what prototype and model is being used, every Python code on Playground share the same structure. They always contain this line of code:</description>
</item>
<item>
<title>How GenAI works on playground?</title>
<link>/advanced/genaiwidget/</link>
<pubDate>Mon, 25 Sep 2023 07:07:47 +0700</pubDate>
<guid>/advanced/genaiwidget/</guid>
<description>1. GenAI on playground.digital.auto Developing SDV prototypes is not easy, as it requires knowledge and skills in different areas. But Generative AI can make it easier by taking care of some tasks, so developers can focus more on creativity. Generative AI is also part of the playground, which makes it more user-friendly for newcomers who may struggle with writing their first Python code, creating or choosing the right widget, or putting everything together to tell a story.</description>
</item>
<item>
<title>Socket.IO Integration</title>
<link>/advanced/socket-io-provider/</link>
<pubDate>Thu, 03 Aug 2023 06:48:16 +0700</pubDate>
<guid>/advanced/socket-io-provider/</guid>
<description>Connect digital.auto playground to third party system via socket.io
There is many ways to connect to digital.auto from 3rd systems/apps such as HTTP API, SOAP, etc., however those methods are just one-way request. To support you fetch continuous data, 2-ways communication, we build up some socker.io servers below:
EU: https://bridge.digitalauto.tech Asia: https://bridge.digitalauto.asia (our server run socket.io version 4.x, no auth require)
For more infomation, visit there site: https://socket.io/
How communication work Let&amp;rsquo;s get started 1.</description>
</item>
<item>
<title>Cloud native experiment with playground</title>
<link>/advanced/playground_n_soafee/</link>
<pubDate>Thu, 03 Aug 2023 06:48:57 +0700</pubDate>
<guid>/advanced/playground_n_soafee/</guid>
<description>1. Introduction Typically the process to develop, build, test and deploy one vehicle applications takes months or years, at a very high cost. Due to the complexity of development process and the limitation of the development tools which are not easy and efficient to use.
On the trending of software defined vehicle, the software development process is changing. The software development process is moving from traditional waterfall model to agile model.</description>
</item>
</channel>
</rss>
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Getting Started on digital.auto playground documentation</title>
<link>/basics/</link>
<description>Recent content in Getting Started on digital.auto playground documentation</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Thu, 20 Jul 2023 16:13:24 +0700</lastBuildDate><atom:link href="/basics/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Overview</title>
<link>/basics/overview/</link>
<pubDate>Wed, 02 Aug 2023 07:05:26 +0700</pubDate>
<guid>/basics/overview/</guid>
<description>1. Overview The open and web based digital.auto playground offers a rapid prototyping environment to explore and validate ideas of a Vehicle App.
digital.auto interacts with different vehicle sensors and actuators via standardized APIs specified by the COVESA Vehicle Signal Specification (VSS) without custom setup requirements.
Within the platform you can:
browse, navigate and enhance vehicle signals (sensors, actuators and branches) in the Vehicle API Catalogue mapped to a 3D model of the vehicle.</description>
</item>
<item>
<title>Login</title>
<link>/basics/login/</link>
<pubDate>Wed, 02 Aug 2023 07:17:50 +0700</pubDate>
<guid>/basics/login/</guid>
<description>Before you begin exploring our rapid prototyping environment for Vehicle Apps, let&amp;rsquo;s ensure you&amp;rsquo;re familiar with our login process. Follow this step-by-step guide for a smooth start:
Click &amp;ldquo;Login&amp;rdquo; in the top right conner of the playground homepage to open the login popup.
1. Login From here, you can:
Log In: If you already have an account, click on the &amp;ldquo;Login&amp;rdquo; button, and follow below procedure.
Sign Up: New around here?</description>
</item>
<item>
<title>Introduction</title>
<link>/basics/intro/</link>
<pubDate>Wed, 02 Aug 2023 07:29:01 +0700</pubDate>
<guid>/basics/intro/</guid>
<description>What is playground.digital.auto? The playground.digital.auto is a cloud-based, rapid prototyping environment for new, SDV-enabled features. The prototypes are built against real-world vehicle APIs and can be seamlessly migrated to automotive runtimes, such as Eclipse Velocitas. The playground is open and free to use at playground.digital.auto.
The playground is designed to foster continuous, customer-centric digital innovation. By supporting the new way of thinking and working digital first, digital.auto enables developers to deliver fast tangible results and early validation.</description>
</item>
<item>
<title>Playing with Prototypes</title>
<link>/basics/play/</link>
<pubDate>Wed, 02 Aug 2023 07:29:01 +0700</pubDate>
<guid>/basics/play/</guid>
<description>This page provides instructions on how to interact with the prototype and try it out on yourself.
To begin with, open the desired prototype from the model you have selected.
The prototype offers 5 primary sections that you can explore: Journey, Code, Dashboard, Discussion, and Feedback. In the following guide, we will walk you through each of these sections in detail.
Journey In this section, you have the opportunity to either introduce your own prototype or read about the introductions of others.</description>
</item>
<item>
<title>Experiment</title>
<link>/basics/experiment/</link>
<pubDate>Wed, 02 Aug 2023 07:29:15 +0700</pubDate>
<guid>/basics/experiment/</guid>
<description>To get started on your experimental journey, visit the playground Home and scroll down to Prototypes Gallery section
These are the most common prototypes help you undertand how the playground working, and what it can do.
Select prototype Passenger welcome and explorer what it does.
At the first Tab, Customer Journey, we can see the general description of this prototype, what the problem it solve, who will get impact on this issue, the complexity level, also the release status.</description>
</item>
</channel>
</rss>
public/basics/intro/All_Playground_Elements.png

126 KiB

public/basics/intro/DashboardConfig.png

203 KiB

public/basics/intro/Deployment_and_code_evolution.png

70.7 KiB

public/basics/intro/Digital.auto_colors.png

65.1 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment