Meshtastic will too, if you get the 2.6 version. You need the beta version of the Android app to enable it because it's so new though. But it does work, and it's rather easy to receive the packets in Python and do all kinds of interesting routing from there.
Interesting...
Does this mean Meshtastic is evolving toward a more general purpose system with multiple interfaces (not only LoRa) and other applications (beyond messaging) ?
That would be pretty cool!
It seems like it's really only missing a few things.
The big things needed for IoT, as I see them:
* The ability to use it as an Arduino library
* Global routing without preconfiguring the relays, as in Amazon Sidewalk or The Things Network
* Some more generic abstraction for telemetry and control, as in Mobus
* The ability for a firmware to define custom config options that the app can set(Something like a JSON schema, maybe local only because of bandwidth)
I actually started a few discussion threads on some of these, and did a few proofs of concept for the P2P global routing.
But I don't particularly want to spend much time on it unless it seems pretty clear it might actually get merged one day.