Re: [Flent-users] [tohojo/flent] metadata: Add parsing of WiFi status information (#192)

2019-12-02 Thread Emilly Albuquerque
And thank you very much!! El lun., 2 de diciembre de 2019 9:21, Emilly Oliveira < emilly.olive...@ccc.ufcg.edu.br> escribió: > The second one has some changes in the code and I wasn't sure if --amend > would amend everything or just the commit message. > > El lun., 2 de diciembre de 2019 9:19,

Re: [Flent-users] [tohojo/flent] metadata: Add parsing of WiFi status information (#192)

2019-12-02 Thread Emilly Albuquerque
The second one has some changes in the code and I wasn't sure if --amend would amend everything or just the commit message. El lun., 2 de diciembre de 2019 9:19, Toke Høiland-Jørgensen < notificati...@github.com> escribió: > *@tohojo* approved this pull request. > > The changes look good now,

Re: [Flent-users] [tohojo/flent] metadata: Add parsing of WiFi status information (#192)

2019-11-30 Thread Emilly Albuquerque
@emys-alb pushed 1 commit. d5ec808bc73d00a2e18ce1a8faedb1d3f976855e metadata: Add parsing of WiFi status information -- You are receiving this because you are subscribed to this thread. View it on GitHub:

[Flent-users] [tohojo/flent] metadata: Add parsing of WiFi status information (#192)

2019-11-25 Thread Emilly Albuquerque
Created a function called get_wifi_data() that gathers information about the wifi status at one dictionary. Output: {addr: 50:b7:c3:c9:1c:8c, channel: {band: 2462, center1: 2462, number: 11, width: 20}, ssid: VIVO-81A0, txpower: 15.0, type: managed} You can view, comment

Re: [Flent-users] [tohojo/flent] metadata: Add parsing of WiFi status information (#188)

2019-11-25 Thread Emilly Albuquerque
Closed #188. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/pull/188#event-2830016578___ Flent-users mailing list Flent-users@flent.org

Re: [Flent-users] [tohojo/flent] metadata: Add parsing of WiFi status information (#191)

2019-11-25 Thread Emilly Albuquerque
Closed #191. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/pull/191#event-2830009892___ Flent-users mailing list Flent-users@flent.org

[Flent-users] [tohojo/flent] metadata: Add parsing of WiFi status information (#191)

2019-11-25 Thread Emilly Albuquerque
Created a function called get_wifi_data() that gathers information about the wifi status at one dictionary. Output: {addr: 50:b7:c3:c9:1c:8c, channel: {band: 2462, center1: 2462, number: 11, width: 20}, ssid: VIVO-81A0, txpower: 15.0, type: managed} You can view, comment

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-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

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

2019-11-02 Thread Emilly Albuquerque
Added the function get_wifi_data(). You can view, comment on, or merge this pull request online at: https://github.com/tohojo/flent/pull/188 -- Commit Summary -- * added wifi data function -- File Changes -- M flent/metadata.py (24) -- Patch Links --