-
Notifications
You must be signed in to change notification settings - Fork 18
feat: wireless monitor #17
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
Conversation
Thanks, so should we Close #8 and use this one? Please set version 0.2.1 for your package.xml |
I guess so. Regarding the version bump, I think this should always be up to the maintainer who makes the release with the required |
Ok, before that , please add ‘wireless-tools` rosdep keys, os use available key. https://travis-ci.com/ros-drivers/linux_peripheral_interfaces/builds/136987617
|
Required for `wireless_monitor` ros-drivers/linux_peripheral_interfaces#17
ping! ros/rosdistro#23060 is merged |
There seems to be interest in this. Any time to look at this PR? Otherwise I will close it due to inactivity. |
Nobody seems to care, closing PR |
@reinzor @furushchev nice work! Without knowing this PR, I opened #20 to add a pkg to cover functionalities for non-sensor, computer hardware (as there's already a pkg for sensors on this repo). If it makes sense, I'm interested in adding your work into the new package I'm suggesting to add. (Since #20 is supposed to be a generalized copy of the package that has existed somewhere else, I want to keep #20 as is. I can add the wifi stuff in another PR). |
Thanks @130s , I don't think this package is actively maintained anymore but you can try to ping the maintainers. Would be nice to see this merged. |
Monitors a given wireless interface using
psutil
andiwconfig
. Follow up of #8 (comment)