-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can application get the chance to handle SecureNetworkBeacon? #402
Comments
Btw, you may point to a code using a permalink, like that: IOS-nRF-Mesh-Library/nRFMeshProvision/Classes/Layers/Network Layer/NetworkLayer.swift Lines 113 to 118 in bedfaea
|
Why do you want to handle IVIndex update yourself, if I may ask? Do you need the current IV Index, or want to trigger IV Index Update? |
We found in some case, the devices send mesh beacon to update the ivindex unexpectedly. So we just want to update ivindex by the provisoner. The ivindex is not updated as soon as the message is received. |
Hi,
Of which provisioner? The local one (the phone?)? The IvIndex is updated automatically when Secure Network beacon is received and the IvIndex can be increased (there are some rules when it can happen, see here). |
Forwarding to App easy to do - anyone can extend/modify NetworkConnection.bearer(_ bearer: Bearer, didDeliverData data: Data, ofType type: PduType) Is e.g. useful for App to monitor which subnets are avaiable |
The Library handle the SecureNetworkBeacon. But we want control the ivindex update by ourself. So a delegate maybe helpfule.
The text was updated successfully, but these errors were encountered: