FreifunkFranken / fff-monitoring

Freifunk Franken Monitoring
https://monitoring.freifunk-franken.de/
9 stars 12 forks source link

Suppress links with quality=0 in map #199

Closed adschm closed 5 years ago

adschm commented 5 years ago

Recently, routers started to report links with quality=0. This interferes with the drawing of network links in the map, as those were just labelled by having quality=0.

The easiest measure would be to remove links with quality=0 when writing links for map (so a link with quality=0 would not show in the map and this could again be used for ethernet).

adschm commented 5 years ago

Done.