Re: [Flent-users] [tohojo/flent] added wifi data function (#188)

2019-11-17 Thread Emilly Albuquerque
@emys-alb pushed 3 commits. 8572d423f9f915ff50eb5bcd8c7561877001df04 added wifi data function 743bde155db9a65892e16a73c816f74132697636 Merge branch 'master' of https://github.com/emys-alb/flent 6fb18d88273d34c2e18f44e7ae7778bff0f590d8 Added wifi data function -- You are receiving this

Re: [Flent-users] [tohojo/flent] added wifi data function (#188)

2019-11-15 Thread Toke Høiland-Jørgensen
tohojo commented on this pull request. > @@ -514,3 +514,27 @@ def get_module_versions(): module_versions[m] = v return module_versions + +def get_wifi_data(iface): +wifi_data = {} +unwanted_keys = ["Interface", "ifindex", "wdev", "wiphy"] +output =

Re: [Flent-users] [tohojo/flent] added wifi data function (#188)

2019-11-15 Thread Toke Høiland-Jørgensen
tohojo commented on this pull request. > @@ -514,3 +514,27 @@ def get_module_versions(): module_versions[m] = v return module_versions + +def get_wifi_data(iface): You added a new function. But it doesn't do anything until you add some code that calls that function and

Re: [Flent-users] [tohojo/flent] added wifi data function (#188)

2019-11-14 Thread Emilly Albuquerque
emys-alb commented on this pull request. > @@ -514,3 +514,27 @@ def get_module_versions(): module_versions[m] = v return module_versions + +def get_wifi_data(iface): +wifi_data = {} +unwanted_keys = ["Interface", "ifindex", "wdev", "wiphy"] +output =

Re: [Flent-users] [tohojo/flent] added wifi data function (#188)

2019-11-14 Thread Emilly Albuquerque
emys-alb commented on this pull request. > @@ -514,3 +514,27 @@ def get_module_versions(): module_versions[m] = v return module_versions + +def get_wifi_data(iface): I didn't get it -- You are receiving this because you are subscribed to this thread. Reply to this email

Re: [Flent-users] [tohojo/flent] added wifi data function (#188)

2019-11-06 Thread Toke Høiland-Jørgensen
tohojo requested changes on this pull request. This is a good start! There are some details to fix below. Also, you'll need to add a proper commit message. The first line should be a oneline description of the change, prefixed by the system you are touching (so something like "metadata: Add