37 lines
430 B
Markdown
37 lines
430 B
Markdown
---
|
||
title: ASIAIR API分析
|
||
description:
|
||
published: true
|
||
date: 2023-09-09T15:56:51.352Z
|
||
tags:
|
||
editor: markdown
|
||
dateCreated: 2021-09-06T17:14:19.645Z
|
||
---
|
||
|
||
# ASIAIR API分析
|
||
本节根据分析其API,了解一个天文摄影系统大致行为。
|
||
## 连接
|
||
### test_connection
|
||
```json
|
||
request
|
||
{
|
||
"jsonrpc":"2.0"
|
||
}
|
||
```
|
||
|
||
```json
|
||
response
|
||
{
|
||
"jsonrpc":"2.0"
|
||
}
|
||
```
|
||
## 相机
|
||
|
||
## 赤道仪
|
||
|
||
## EAF
|
||
|
||
## 导星相机
|
||
|
||
## filter wheel
|