This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2652R: How to read network information at Linux gateway platform?

Hi Team,

I want to read network information at Linux gateway platform. I can't see any  API at  nodejs_zb_gateway.   I want store below NV items regularly. I can clone coordinator when old coordinator is damaged,  

ZCD_NV_EXTADDR,
ZCD_NV_NIB,
ZCD_NV_EXTENDED_PAN_ID,
ZCD_NV_GROUP_TABLE,
ZCD_NV_NWK_ACTIVE_KEY_INFO,
ZCD_NV_NWK_ALTERN_KEY_INFO,
ZCD_NV_APS_USE_EXT_PANID,
ZCD_NV_TCLK_TABLE_START,
ZCD_NV_PANID,
ZCD_NV_NWK_SEC_MATERIAL_TABLE_START,
ZCD_NV_BDBNODEISONANETWORK,
ZCD_NV_BINDING_TABLE,

  • Hi,

    This feature would require further development, as the gateway is intended for evaluation and serves as a reference for developing a gateway solution.

    The ZNP can handle the MT commands SYS_OSAL_NV_READ and SYS_OSAL_NV_WRITE, which will, respectively, read and write the relevant NV item. The upper layers may then handle this as fit for your application.

    Regards,
    Toby