-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (25 loc) · 843 Bytes
/
Copy pathindex.html
File metadata and controls
29 lines (25 loc) · 843 Bytes
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
---
layout: default
permalink: /docs/
sidebar: no
title: Yamcs Documentation
---
<h3>Yamcs Server</h3>
<ul>
<li><a href="/docs/server/Introduction/">Yamcs Server Manual</a></li>
<li><a href="/docs/server/Web_Interface/">Yamcs Web Interface</a></li>
</ul>
<h3>Yamcs Studio</h3>
<ul>
<li><a href="/docs/studio/Overview/">Yamcs Studio User Guide</a></li>
</ul>
<h3>Command-Line Tools</h3>
<ul>
<li><a href="/docs/cli/Getting_Started/"><span style="font-weight: 400">yamcs</span> – Yamcs Command-Line Interface</a></li>
<li><a href="/docs/server/yamcsadmin/"><span style="font-weight: 400">yamcsadmin</span> – Yamcs Local Administration Tool</a></li>
</ul>
<h3>APIs</h3>
<ul>
<li><a href="/docs/http/General/">HTTP API</a></li>
<li><a href="https://www.yamcs.org/yamcs-python/yamcs-client/">Python API</a></li>
</ul>