Issue:
i use packet forwarder mode and receive up link such as :
{
“rxInfo”: {
“mac”: “ac1f09fffe091a96”,
“timestamp”: 176850471,
“gpsTimestamp”: 1375878838540,
“time”: “2023-08-12T12:33:40.541148Z”,
“frequency”: 868500000,
“channel”: 2,
“rfChain”: 1,
“crcStatus”: 16,
“rssi”: -78,
“size”: 23,
“codeRate”: “4/5”,
“loRaSNR”: 11.5,
“dataRate”: {
“modulation”: “LORA”,
“spreadFactor”: 7,
“bandwidth”: 125
},
“board”: 0,
“antenna”: 0
},
“phyPayload”: “gEawMQKHBwAHAwMHBv8FCPQCu+lv7Uw=”
}
i need send payload as a json packet by own structure,how i can change default json structure?
Setup:
Server:
Details: