bmx-routing / bmx7

BMX7 / SEMTOR Securely Entrusted Mesh Routing Protocol
GNU General Public License v2.0
63 stars 15 forks source link

correct wifi tx/rxRate estimation #10

Closed aparcar closed 6 years ago

aparcar commented 6 years ago

currently the rxRate on wifi is estimated with 54000, which would mean 54Kbit while it's actually 54Mbit. Adding a K (x1000) to all metrics doesn't work as 1000M and 128G are correct.

This issue came up when creation a interpretation of the rate values.

aparcar commented 6 years ago

@axn

aparcar commented 6 years ago

issue of LibreMesh, fixed here https://github.com/libremesh/lime-packages/pull/333

aparcar commented 6 years ago

Solved