Very much a beginner at this so if this is inappropriate for this forum do not hesitate to let me know.
Starting out trying to develop a BT Mesh system. I purchased a nrf53 Dev Kit, a couple of Thingy:52 devices, some standard BT-Mesh Light Bulbs and some Adafruit Feather Dev Boards.
Also have a Raspberry Pi-4 with a rebuilt kernel to enable the crypto APIs, a BlueZ 5.63 update and it is detecting devices using the meshctl command line.
I have an IOS device with the Nordic Mesh app and the light bulb manufacturer app which both allow me to detect and manage a local mesh network.
** Much of the root base items seem like they are OK.
Now I want to think about a Raspberry Pi web app that will allow me to manage the mesh network. The goal is that if here are more than one users needing to manage the mesh, then how can multiple users share admin when using their respective IOS devices?
Question 1 - Is this a stupid path to even think about?
Question 2 - Are the multiuser limits of the IOS app real?
Question 3 - Are there any linux open source apps that anyone has seen where I can collaborate?
Thanks for listening to the noob questions.