mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-08 17:04:46 -04:00
IEEE 802.15.4 modulator: added option to receive UDP data as bytes
This commit is contained in:
@@ -28,6 +28,12 @@ IEEE_802_15_4_ModSettings:
|
||||
udpEnabled:
|
||||
description: Enable forwarding of frames via UDP
|
||||
type: integer
|
||||
m_udpBytesFormat:
|
||||
type: integer
|
||||
description: >
|
||||
Payload format
|
||||
* 0 - Blank separated string representation of hex bytes i.e. 00 02 0a
|
||||
* 1 - Raw bytes
|
||||
udpAddress:
|
||||
description: UDP address to listen for frames to transmit on
|
||||
type: string
|
||||
|
||||
@@ -60,9 +60,6 @@ PacketModSettings:
|
||||
preEmphasisTau:
|
||||
type: number
|
||||
format: float
|
||||
preEmphasisLowFreq:
|
||||
type: number
|
||||
format: float
|
||||
preEmphasisHighFreq:
|
||||
type: number
|
||||
format: float
|
||||
|
||||
Reference in New Issue
Block a user