1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 14:04:46 -04:00

Packet modulator: API changes

This commit is contained in:
f4exb
2021-11-14 22:26:02 +01:00
parent d785694c87
commit 8fb31a147b
15 changed files with 254 additions and 172 deletions
@@ -4,12 +4,15 @@ PacketModSettings:
inputFrequencyOffset:
type: integer
format: int64
mode:
type: string
modulation:
type: integer
description: >
Transmission mode
* "1200 AFSK"
* "9600 FSK".
Modulation mode
* 0 - AFSK
* 1 - FSK
baud:
type: integer
description: Baud rate
rfBandwidth:
type: number
format: float
@@ -57,6 +60,9 @@ PacketModSettings:
preEmphasisTau:
type: number
format: float
preEmphasisLowFreq:
type: number
format: float
preEmphasisHighFreq:
type: number
format: float
@@ -163,15 +169,8 @@ PacketModActions:
description: PacketMod
properties:
tx:
type: object
properties:
callsign:
type: string
to:
type: string
via:
type: string
data:
type: string
type: integer
description: >
Transmit a packet
Transmit with current data
* 0 - Do nothing
* 1 - Transmit