freifunk-berlin / hopglass.berlin.freifunk.net

Hopglass node map configuration files and converter for OWM data
0 stars 1 forks source link

wrong uplink-detection on Hedy-based releases #2

Closed bobster-galore closed 3 years ago

bobster-galore commented 6 years ago

Hej,

how will we detect an uplink from Hedy on? There will be no more ffvpn as checked here https://github.com/freifunk-berlin/hopglass.berlin.freifunk.net/blob/master/owm2ffmap/owm2ffmap.py#L137 Will checking for ffuplink be sufficient or do mesh-only router also have that interface? @SvenRoederer

ru b

SvenRoederer commented 6 years ago

referencing this from hopglass -> statistics?

hopglass_uplink

bobster-galore commented 6 years ago

Yes. The two are direct upgrades I think, they feature ffuplink as well as ffvpn. Earlier I installed a mesh-only router, which also has an ffuplink interface, so this isn't the ultimate distinction. router w uplink {"ifname":"ffuplink","up":"1","device":"ffuplink","neighbors":... router w/o uplink {"ifname":"ffuplink","neighbors":... So we might check for string: "device":"ffuplink" to check for uplinks on Hedy.

SvenRoederer commented 3 years ago

Seems that this have been fixed by PR #8