Hey all, working on a project where I need two remote nodes to communicate with each other without routing through a central device or gateway. Basically a peer-to-peer setup across a pretty wide open field, maybe 2-3km between them at first but potentially pushing further down the line. The 50km range spec on the MultiNav Pro+ BLE is obviously the reason I'm looking at this, but most BLE implementations I've dealt with are pretty firmly client/server or peripheral/central and doing true P2P without something in the middle gets messy depending on the stack.