smsearcy / mesh-info

Collect and view information about an AREDN mesh network.
GNU General Public License v3.0
5 stars 2 forks source link

Cap link cost at 100 #81

Closed smsearcy closed 2 years ago

smsearcy commented 2 years ago

My recollection is that in OLSR, the maximum link cost is 99.9. The API returns link costs in the thousands, which throws off display and graphing. So we should cap the link cost that comes in at 100.

Then, do we display any links >= 99 as "Infinite"?