Hi all,
I am currently using Pyaci serial to establish and test BLE mesh network, and it work fine.
The further step we want to do is to create a duplicated Provisioner to control Provisionee.
I found that a Provisioner could not control Provisionee by just loading database(NetKey, AppKey, DeviceKey, etc.), it also needs a table of sequence number.
Is there any way to overcome this problem?