The Advanced Data option allows you to receive additional information such as SNR, RSSI, STATION, and other metadata.
The type of information available will depend on your Data Plan contracted with Sigfox.
uplink.Configure the uplink callback with the following settings:
SERVICE & ADVANCED_DATAURLPOST{device}<authorization generated by TagoIO>application/json[
{
"variable": "device",
"value": "{device}",
"group": "{time}"
},
{
"variable": "data",
"value": "{data}",
"group": "{time}"
},
{
"variable": "seqNumber",
"value": "{seqNumber}",
"group": "{time}"
},
{
"variable": "location",
"location": {computedLocation},
"group": "{time}"
}
]
Learn more about how to integrate with Sigfox.