All modules seem to be us-only. Is there a modules usable in eu frequency?
OpenMANET Wi-Fi HaLow open-source project for Raspberry Pi–based MANET radios
31–40 of 44 posts
Re: OpenMANET Wi-Fi HaLow open-source project for Raspberry Pi–based MANET radios
#32Re: OpenMANET Wi-Fi HaLow open-source project for Raspberry Pi–based MANET radios
#33Earlier quoted context omitted.
Meshtastic has been popular, but relies upon a terrible implementation of a mesh -- and it's vastly oversold on its capabilities. I understand some hams run a meshtastic repeater primarily to convince meshtastic users to become hams.
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 a…
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.
Re: OpenMANET Wi-Fi HaLow open-source project for Raspberry Pi–based MANET radios
#34This device however - an entire Raspberry Pi + hat for a router to do..? ... seems like a solution in search of a problem to solve.
Re: OpenMANET Wi-Fi HaLow open-source project for Raspberry Pi–based MANET radios
#35Earlier quoted context omitted.
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 a…
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 r…
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.
Re: OpenMANET Wi-Fi HaLow open-source project for Raspberry Pi–based MANET radios
#36MANET is one of the protocols I was involved in implementing for a certain network protocol suite back around 2012. Mesh routing protocols only work for the most limited of use cases. They don't know about the capacity of the underlying wireless network and basically fall apart when things are congested or there are radios with poor reception. QoS is implemented far better in modern cell phone networks, and if the ro…
I've long imagined that a content centric mesh network approach would be a better starting point than what we've built up currently, but it seems like such a deep and mysterious subject and I have no idea where to even begin to get started.
Re: OpenMANET Wi-Fi HaLow open-source project for Raspberry Pi–based MANET radios
#37Re: OpenMANET Wi-Fi HaLow open-source project for Raspberry Pi–based MANET radios
#38Earlier quoted context omitted.
Meshtastic has been popular, but relies upon a terrible implementation of a mesh -- and it's vastly oversold on its capabilities. I understand some hams run a meshtastic repeater primarily to convince meshtastic users to become hams.
I feel like a HAM license is something of an inevitability of my future, although I don’t have any practical need for one. Catching satellite signals in my backyard is a lot of fun.
Re: OpenMANET Wi-Fi HaLow open-source project for Raspberry Pi–based MANET radios
#39Earlier quoted context omitted.
I use it for hiking, its great.
How do you use it for that?
ATAK is not necessarily the most intuitive UI, but it's crazy powerful for doing basically anything outdoors.
Re: OpenMANET Wi-Fi HaLow open-source project for Raspberry Pi–based MANET radios
#40Earlier quoted context omitted.
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 r…
> 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.