Freifunk-Nord / gluon-ssid-changer

Other
1 stars 10 forks source link

take into account different ssid for 2.4g and 5g #2

Closed viisauksena closed 6 years ago

viisauksena commented 7 years ago

some people discussed heavily having different ssid for 2.4 and 5g to enforce 5g where possible. you may want to to differentiate this

Tarnatos commented 7 years ago

Not neccessary in nord, because we use the same ssid for both frequencies.

rubo77 commented 7 years ago

But the issue should stay open.

Good Point, and others might use our branch of the ssid-changer.

We should impement this, if someone needs it cause they have different ssids.

rubo77 commented 6 years ago

there is a solution here: https://github.com/tennet-ahertel/gluon-ssid-changer/commit/33676f6c0594a96893d1fe0118ad5a2a0949cd34

It should just change the separator-character from ' to ~ instead, cause we already use that separator for the sed command

tennet-ahertel commented 6 years ago

Solution with ~ is here: https://github.com/tennet-ahertel/gluon-ssid-changer/commit/8c8116bf74578c138c77e6eb2e60303b805b1cae

rubo77 commented 6 years ago

@tennet-ahertel : will you create a Pull Request?

rubo77 commented 6 years ago

fixed by #18