OZEO-DOOZ / nrf_mesh_plugin

A Flutter plugin to enable mesh network management and communication using Nordic Semiconductor's SDKs.
https://pub.dev/packages/nordic_nrf_mesh
BSD 3-Clause "New" or "Revised" License
28 stars 19 forks source link

Missing APIs for sendAcknowledgedMessage() and sendUnacknowledgedMessage() #251

Open wintuvogga opened 2 years ago

wintuvogga commented 2 years ago

We are using nRF52840 chip to make a smart home hub, we need to use vendormessage for custom setup of the hub. can we please expose below generic APIs to flutter ?

createMeshPdu() sendAcknowledgedMessage() sendUnacknowledgedMessage()

This will help everyone to create any kind of custom message and send to the mesh network.

wintuvogga commented 2 years ago

I have forked. I will add these apis and create a pull request in a week or two.

ghost commented 2 years ago

Hello @wintuvogga, Thanks for the feature request :+1:

Actually it's not in the current API because we didn't use Vendor Models at all. But if I remember correctly, Nordic's SDK exposes this capability. It should just be a matter of extending the current pattern in plugin's code. Though I can't tell for sure :) We'll dig into it