This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

A question regard Mesh publish - subscribe address add

Dear all,

I have a question about custom address add.
In light switch example, we can publish message to group address or unicast address.
In my project, we want to send message from gateway (mesh client + WiFi) to other mesh server in network.
Mesh core use dsm_address_publish_add to add new address to publish.
Every time gateway want to publish message to node adress, if address not existed in flash, it will write address data to flash. Flash life time will be reduce soon.

How can i publish message to new unicacst/group address without write to flash?
Thank you.

Related