It's worth commenting to me that MeshCore performs much better than Meshtastic at scale and as an emplaced deployment. We have a very active network of about 60 nodes in the Boston area which feels similar to iMessage in deliverability and speed.
But yes, it can't realistically be compared to something like a "real" MANET system with $10k radios that can do something like 100mbps data rates. It is dramatically more accessible and deployable though.
MeshCore is a huge step in the right direction. Especially over Meshtastic which is very poorly designed.
However MeshCore makes one fundamental choice which is severely limiting. It uses a single LoRa discriminator and channel for all nodes. That said, LoRa limitations pretty much force this choice.
This, limits a typical network (3 repeaters) to about 500 messages/hour. The throughput scales inversely by how many repeaters you can hear.
The code does try to adjust down the TX power of a repeater in repeater-dense networks, which probably helps keep throughput consistent for a while.
For these things to work at scale they either need something other than LoRa (which is quite novel, but limited) or they need to figure out how to use LoRa in a way which allows for more channelization.
Until then, the “one transmission at a time on the air” in these very low baud networks is severely limiting.
> Until then, the “one transmission at a time on the air” in these very low baud networks is severely limiting.
Semtech announced recently that their new chips will be able to decode all spread factors on a specific bandwidth and center.
That being said, that would allow new LoRa nodes being capable of listening on effectively 8 different channels (that dont conflict) and transmitting on 1.
Real MANET systems are not defined by their bit rates, but by their ability to take advantages of whatever opportunities for radio communication exist in a given situation.
But yes, it can't realistically be compared to something like a "real" MANET system with $10k radios that can do something like 100mbps data rates. It is dramatically more accessible and deployable though.