aboutsummaryrefslogtreecommitdiffstats
path: root/docs/part-1/0_Abstract.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/part-1/0_Abstract.md')
-rw-r--r--docs/part-1/0_Abstract.md19
1 files changed, 13 insertions, 6 deletions
diff --git a/docs/part-1/0_Abstract.md b/docs/part-1/0_Abstract.md
index 8def883..e2620e6 100644
--- a/docs/part-1/0_Abstract.md
+++ b/docs/part-1/0_Abstract.md
@@ -10,22 +10,29 @@ 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 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 are 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).
+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 or
-MacOS machine and the following 3 main configurations are supported:
+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)