Hello,
we want to setup an environment for automated testing of our bluetooth mesh system.
The test system should be able to provision and communicate over a device that has already implemented gatt and mesh bearer (proxy node).
We already have a working python implementation of a gatt client.
Our target devices offer a mesh proxy service.
Usually we import librarys (C, C++, C#) into python and build python wrappers.
Is there a library like "Android-nRF-Mesh-Library" to be used with python under Linux and/or Windows?
Thank you in advance
Thomas