sn9000 support
This commit is contained in:
+18
-6
@@ -42,11 +42,11 @@ Fields:
|
||||
|
||||
| Field | Meaning |
|
||||
| --- | --- |
|
||||
| `model` | `librevna`, `librevna_multi`, `compact_m_k209`, or `kamil_adc`. |
|
||||
| `serial` | LibreVNA serial. Empty means first device for single LibreVNA. For `librevna_multi`, this is the master serial. |
|
||||
| `remote_host` | K209 remote server host. Used by `compact_m_k209`; ignored by LibreVNA modes. |
|
||||
| `remote_port` | K209 remote server TCP port. Default is `50209`. |
|
||||
| `driver_mode` | `native` for hardware, `mock` for supported synthetic LibreVNA modes. K209 and Kamil ADC require `native`. |
|
||||
| `model` | `librevna`, `librevna_multi`, `compact_m_k209`, `sn9000`, or `kamil_adc`. |
|
||||
| `serial` | LibreVNA serial. Empty means first device for single LibreVNA. For `librevna_multi`, this is the master serial. Unused by `compact_m_k209` and `sn9000`. |
|
||||
| `remote_host` | SCPI server host. For `compact_m_k209` it is the K209 relay server host; for `sn9000` it is the SNVNA HiSLIP host. Ignored by LibreVNA modes. |
|
||||
| `remote_port` | SCPI server TCP port. Default `50209` for `compact_m_k209` (relay), `4880` for `sn9000` (SNVNA HiSLIP). |
|
||||
| `driver_mode` | `native` for hardware, `mock` for supported synthetic LibreVNA modes. K209, SN9000, and Kamil ADC require `native`. |
|
||||
| `mock_signal_hz` | Existing LibreVNA mock signal parameter used by C++ mock acquisition. |
|
||||
| `multi_device` | Extra settings for `librevna_multi`. |
|
||||
| `kamil_adc` | External collector process and TTY settings for `kamil_adc`. |
|
||||
@@ -266,7 +266,8 @@ Fields:
|
||||
{"input": 2, "output": 1}
|
||||
```
|
||||
|
||||
For `librevna_multi`, the model constraints force the canonical virtual matrix:
|
||||
For `librevna_multi` and `sn9000`, the model constraints force the canonical
|
||||
virtual matrix:
|
||||
|
||||
```text
|
||||
input: 0..3
|
||||
@@ -410,6 +411,17 @@ Compact-M K209 via remote server:
|
||||
}
|
||||
```
|
||||
|
||||
SN9000 (PLANAR Иридиум) via SNVNA HiSLIP:
|
||||
|
||||
```json
|
||||
"radar": {
|
||||
"model": "sn9000",
|
||||
"remote_host": "192.168.1.10",
|
||||
"remote_port": 4880,
|
||||
"driver_mode": "native"
|
||||
}
|
||||
```
|
||||
|
||||
Kamil ADC:
|
||||
|
||||
```json
|
||||
|
||||
Reference in New Issue
Block a user