跳到主要内容

What is the Proof of Possession (PoP) code in provisioning? What types are available and how are they configured?

There are four PoP code types:

TypeDescription
POP_TYPE_MACDerived from the last 8 digits of the device base MAC address. For example, if the MAC is C049EFBD42E4, the PoP value is EFBD42E4.
POP_TYPE_RANDOMDerived from the first 8 characters of the random field in the device certificate.
POP_TYPE_CUSTOMSet by calling app_network_set_custom_pop.
POP_TYPE_NONENo PoP required.

Pass the desired PoP type as the parameter when calling app_network_start.