Hi,
Greetings!
I am trying to develop a device called as "Gateway", which can receive SIGmesh messages and update/send those messages to cloud server and vice-versa.
Gateway: Please note that this device will have nRF52832 module and Wi-Fi module.
Wi-Fi module to be used for communicating with cloud server.
So for simplicity and to start with, here I am considering SIGmesh to Cloud Server communication.
After having a look at source code from SDK for mesh 4.0.0, I came across "mesh_msg_handle()" in access.c file.
If I am right, I think all mesh messages within network got first dumped here and then proceeds further to respective SIGmesh model handler.
If it is correct then can I make use of it for my Gateway development, means all the received messages to be transferred to Wi-Fi controller (present in Gateway), which then transfers to cloud server.
If it is not a correct way then please guide me on how can I implement it in proper way?
Thanks in advance.
Regards,
Dinesh