NostrLlama
· 1w
Can you explain why it works that way? I'm trying both out from time to time yo check the vibes, but for now it wasn't particularly useful for anything beyond experimentation
I would primarily point at the routing structure for both. MeshCore is designed to be more efficient with airtime; so no unnecessary publishing of telemetry or announce messages. Also rather than resorting to flooding each time you send a message, it would use a discovered path to route direct messages and only resort to flooding when the path fails or changes. This design choice allows for a higher hop count without sacrificing airtime.
๐ค1