1
0
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:
f4exb
2021-11-16 08:08:24 +01:00
parent 8fb31a147b
commit 27ffcedb64
19 changed files with 160 additions and 77 deletions
@@ -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