Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nodewatcher: Check for wXap or wXmesh for airtime #5

Open
adschm opened this issue Feb 10, 2018 · 0 comments
Open

nodewatcher: Check for wXap or wXmesh for airtime #5

adschm opened this issue Feb 10, 2018 · 0 comments
Labels

Comments

@adschm
Copy link
Owner

adschm commented Feb 10, 2018

prinzipiell gebe ich dir Recht.

Ich habe auch schon überlegt, einfach sowas zu machen (Pseudo-Code):

If iwconfig | grep "w2ap"
w2dev="w2ap"
elif iwconfig | grep "w2mesh"
w2dev="w2mesh"

Und dann w2dev verwenden... Hier könnte man auch w2sta mit reinnehmen, allerdings finde ich, dass man beim w2sta keine airtime braucht.

Und zu viel if bla Zeugs will ich im nodewatcher auch nicht machen.

Deshalb erstmal so, damit es geht, und dann kann man verfeinern.

@adschm adschm changed the title Check for wXap or wXmesh for airtime in nodewatcher nodewatcher: Check for wXap or wXmesh for airtime in nodewatcher May 5, 2019
@adschm adschm changed the title nodewatcher: Check for wXap or wXmesh for airtime in nodewatcher nodewatcher: Check for wXap or wXmesh for airtime May 5, 2019
@adschm adschm added the feature label May 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant