mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-15 16:03:42 -04:00
IEEE 802.15.4 modulator: added option to receive UDP data as bytes
This commit is contained in:
@@ -6267,6 +6267,10 @@ margin-bottom: 20px;
|
||||
"type" : "integer",
|
||||
"description" : "Enable forwarding of frames via UDP"
|
||||
},
|
||||
"m_udpBytesFormat" : {
|
||||
"type" : "integer",
|
||||
"description" : "Payload format\n * 0 - Blank separated string representation of hex bytes i.e. 00 02 0a\n * 1 - Raw bytes\n"
|
||||
},
|
||||
"udpAddress" : {
|
||||
"type" : "string",
|
||||
"description" : "UDP address to listen for frames to transmit on"
|
||||
@@ -8321,10 +8325,6 @@ margin-bottom: 20px;
|
||||
"type" : "number",
|
||||
"format" : "float"
|
||||
},
|
||||
"preEmphasisLowFreq" : {
|
||||
"type" : "number",
|
||||
"format" : "float"
|
||||
},
|
||||
"preEmphasisHighFreq" : {
|
||||
"type" : "number",
|
||||
"format" : "float"
|
||||
@@ -51290,7 +51290,7 @@ except ApiException as e:
|
||||
</div>
|
||||
<div id="generator">
|
||||
<div class="content">
|
||||
Generated 2021-11-13T22:32:53.016+01:00
|
||||
Generated 2021-11-16T00:55:07.690+01:00
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -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