aboutsummaryrefslogtreecommitdiffstats
path: root/docs/part-2/2_xds-agent/0_abstract.md
blob: d73bdb9c8e42a81ba78bf594dca9c6a45acf6988 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# XDS - X(cross) Development System Agent

XDS-agent is a client that should run on your local / user development machine when you use XDS.

This agent takes care, among others, of starting [Syncthing](https://syncthing.net/)
tool to synchronize your project files from your local host to XDS build server
machine or container (where `xds-server` is running).

> **SEE ALSO**: [xds-server](https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/xds/xds-server.git), a web server
used to remotely cross build applications.

---

Links to subchapters :

- [Configuration](./1_config.html)
- [Start-up](./2_start.html)
- [Build from scratch](./3_build.html)
- [Debugging](./4_debug.html)