So i have my nRF5340 DK and have been pretty successful in getting my Mesh working with some Thingy:52 devices, some Adafruit Feather devices and some Sengled Lamps.
Groovy!
But now I want to tap into that Mesh and interact with things on the outside of the mesh. Maybe the same type of things that come up when talking about a Mesh/Ethernet gateway.
Or a MQTT bridge. Or HomeAssistant integration.
All of those would be predicated on the core problem I have to tackle first is how to even subscribe or publish from a full blown os device like a Pi?
I already have a Pi4 with a recompiled kernel, BlueZ and meshcrl but I don't know how to tackle subscribing to some events. I think meshctl was a good test case to make sure my Pi had the basics but maybe not what I need to subscribe to a network that is already created via a smartphone.
Any leads on where to find helpful docs?