freifunk-berlin / firmware

DEPRECATED: Build system for Berlin firmware. Please user the pinned falter-repos instead
https://berlin.freifunk.net
GNU General Public License v3.0
74 stars 34 forks source link

Wechsel auf 802.11s als MESH-Protokoll für Layer1 #536

Open SvenRoederer opened 6 years ago

SvenRoederer commented 6 years ago

Wir sollten das Netz auf 802.11s meshing umstellen.

SvenRoederer commented 6 years ago
  1. Machen wir das als Default für das nächste Major-Release?
  2. wie machen wir die Umstellung vorhandener Router
    1. automatisch würde die Umstellung des vorhandenen AdHoc-interfaces funktionieren
    2. für parallelbetrieb von altem AdHoc- und neuem Mesh-interface muss User neue IP-Adressen beschaffen und eingeben
pmelange commented 6 years ago

Answering SvenRoederer:

  1. I would really like to see it as a default.
  2. ii. Is it possible to have the wireless0 device be a bridge with both an adhoc and 80211s wireless interface, using just one IP addr?
SvenRoederer commented 6 years ago

Is it possible to have the wireless0 device be a bridge with both an adhoc and 80211s wireless interface, using just one IP addr?

bobster-galore commented 6 years ago

There's a project here https://github.com/freifunk-berlin/firmware/projects/3

ghost commented 6 years ago

My propsal would be a fixed date, when we will change the mesh protocol. The change then happens everywhere simultanously using a cronjob, which will do the transition + network reload when that date has come. The cronjob could be distributed with hedy 1.1.

ghost commented 6 years ago

We should also consider to provide a script which runs on boot - and checks wether that date is already over - and apply the changes then once. Otherwise routers which are powered down during that time would not get the config change.

bobster-galore commented 6 years ago

I propose we call (mesh_id) the mesh network "mesh.berlin.freifunk", which would be a describing name for what it does. Furthermore it makes clear which settings need to be met for a functioning connection as they differ from community to community.

bobster-galore commented 6 years ago

At recent Spandau meeting we set up mesh (11s) with mesh id "mesh-berlin-freifunk" which was considered to be a nice idea as it contains the community and doesn't read like an internet address.

booo commented 6 years ago

@bobster-galore could you please post a working default configuration?

I suggestion that we implement the change to the wizard in the near future and discuss the actual transition in the next step, e.g. in one of our meetings.

bobster-galore commented 6 years ago

dunno if it is a default configuration but it works. I wrote it down here .

SvenRoederer commented 5 years ago

There is a PR open for doing 802.11s by default: https://github.com/freifunk-berlin/firmware-packages/pull/156