<p dir="ltr">Hey everyone, I created a babeld branch which introduces a very basic command engine into the local interface.</p>
<p dir="ltr">The only command currently supported allowes you to tweak a neighbour's txcost.<br>
This makes it simple to amend arbitrary cost calculations into babel.</p>
<p dir="ltr">It's memory.h based, not string.h based, with a few extra functions added to util.c to make adding new commands easy.</p>
<p dir="ltr">babeld-icp <a href="http://96.45.180.107/repos/babeld.git">http://96.45.180.107/repos/babeld.git</a></p>
<p dir="ltr">RTT-Script <a href="http://96.45.180.107/scripts/babeld-icp/pingtest.sh">http://96.45.180.107/scripts/babeld-icp/pingtest.sh</a></p>
<p dir="ltr">The RTT script is just a fun example bash script to tweak a neighbours cost based on ping6 results. It works properly on my network and chooses the lowest latency route.</p>