aboutsummaryrefslogtreecommitdiffstats
path: root/docs/part-1/0_Abstract.md
blob: e2620e6e1bcf4b01c55e6e0458ca69ca4642e668 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Getting Started for Users

## Abstract

X(cross) Development System (XDS) is set of tools that provide a multi-platform
for cross development with near-zero installation.

This documentation is available :

- online: [http://docs.automotivelinux.org/docs/devguides/en/dev/#xcross-development-system-user's-guide](http://docs.automotivelinux.org/docs/devguides/en/dev/#xcross-development-system-user's-guide)
- PDF file: [http://iot.bzh/download/public/XDS/docs/XDS_UsersGuide.pdf](http://iot.bzh/download/public/XDS/docs/XDS_UsersGuide.pdf)

The first goal of XDS is to provide a multi-platform cross development tool with near-zero installation.

The second goal is to keep application sources locally (on user's machine) to
make it compatible with existing IT policies (e.g. corporate backup or SCM),
and let user to continue to work as usual (use his favorite editor,
keep performance while editing/browsing sources).

The two main blocks that compose XDS:

- The client part (`xds-agent`) running on the user's machine and
- The server part (`xds-server`) running somewhere in a container or on a server machine (on local network or cloud).

![](./pictures/xds-block-diagram.png){:: style="width:98%;"}

<!-- pagebreak -->

The client part (`xds-agent`) is portable and is running on:

- Linux
- Windows
- MacOS

The following 3 main configurations are supported:

- standalone (or local) config
- On-Premise (local network)
- SaaS (Cloud based)

![](./pictures/xds-conf.png){:: style="width:98%;"}