Close

New Algorithm Time!

A project log for RF Mesh Network

High-throughput zero topology configuration mesh network for temporary/emergency communications over long distances.

trademarkTrademark 10/11/2016 at 19:310 Comments

Main revision:

I have implemented a new algorithm for mapping the mesh. Instead of each node doing BFS, I’ve decided to have one node do BFS, then send its map to the others. I coded up a method that will locally calculate the best paths through the network based on the tree structure given.

Results:

Worst case performance:

Challenges:

I'll continue doing some work on getting this into hardware as I can. I'm trying to get much of this code into the RF24Network library because that's a pretty robust starting point.

Source Code:

The source code for the new algorithm simulator is available on GitHub under master/AlgorithmTwo. Enjoy!

Discussions