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

Duplicating Android nRF Mesh network database

Hi,

I'm creating a custom Android app using the nRF Mesh Library.

I have a server in which I'm looking to upload the mesh network information so that I can download it and import it to any phone and control the lights and configure more if I want to. The issue I'm facing has to do with file size. If I have a network with 300 nodes on it, the file I get when I export it as a JSON file could be 30MB big, for example. So I'm trying to figure out a way in which I don't have to upload a 30MB file to my server every time I make a configuration change to my mesh network.

The solution I came to is to copy the mesh network database structure into my server and update manually all the changes but it seems like a nightmare to be honest. Is there an easier way to do this?

Thanks for all the support, I really appreciate it.

Related