Hi, I’m researching whether the following use case can be implemented with B.A.T.M.A.N., and I’d appreciate any guidance on how to achieve it.
Use case: - A Wi-Fi mesh network consisting of multiple OpenWRT devices. - Each device is mobile, meaning nodes can join or leave the mesh at any time. - Any node may have its own internet connection and if so, share it with the mesh by acting as a gateway (gw_mode=Gateway). - Each node should automatically choose the best available internet route—either through the mesh (as a gw_mode=Client) or via its own internet access. My main concern is whether a node can simultaneously act as both a gateway and a client. Is this possible, and if so, how can it be configured? Thanks in advance!
