Search Criteria
Package Details: sparrow-wifi-git r189.7521e4d-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sparrow-wifi-git.git (read-only, click to copy) |
---|---|
Package Base: | sparrow-wifi-git |
Description: | Next-Gen GUI-based WiFi and Bluetooth Analyzer for Linux |
Upstream URL: | https://github.com/ghostop14/sparrow-wifi |
Keywords: | bluetooth hackrf mavlink sdr ubertooth wifi |
Licenses: | GPL3 |
Conflicts: | sparrow-wifi |
Provides: | sparrow-wifi |
Submitter: | ragouel |
Maintainer: | WSDMatty |
Last Packager: | yochananmarqos |
Votes: | 8 |
Popularity: | 0.87 |
First Submitted: | 2020-07-16 07:38 (UTC) |
Last Updated: | 2023-04-08 22:49 (UTC) |
Dependencies (22)
- aircrack-ng (aircrack-ng-clang-gitAUR)
- iw (iw-gitAUR)
- polkit (polkit-gitAUR, polkit-consolekitAUR)
- python-dateutil
- python-gps3AUR
- python-manufAUR
- python-matplotlib (python-matplotlib-gitAUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-pyqt5-chartAUR
- python-pyqt5-sip
- python-qscintilla-qt5
- qt5-declarative (qt5-declarative-gitAUR)
- tk (tk-fossilAUR)
- wireless_tools
- git (git-gitAUR, git-glAUR) (make)
- bluez-utils-compat (optional) – Blueooth-support
- gpsd (optional) – GPS support
- net-tools (net-tools-gitAUR) (optional) – for rpi.monitor_3dr script
- python-dronekit (optional) – Drone communication support
- python-elasticsearch (optional)
- python-pytz (optional)
- ubertoothAUR (ubertooth-gitAUR) (optional) – Ubertooth support
Latest Comments
HurricanePootis commented on 2024-09-09 15:48 (UTC)
xiota commented on 2024-02-05 10:44 (UTC)
aur/bluez-utils-compat
no longer exists. It is now provided by the combination ofextra/bluez-utils
andextra/bluez-deprecated-tools
.mb720 commented on 2023-12-12 21:52 (UTC)
I have python-gps3-0.33.3-3 installed via aura and get this when starting sparrow-wifi:
yochananmarqos commented on 2021-02-12 15:46 (UTC)
@ds9: Thanks, added. I also found
aircrack-ng
andaircrack-ptw
are called as subprocesses. The latter is old and no longer exists, however.I fixed the untracked files as well, so this will be necessary:
ds9 commented on 2021-02-12 07:08 (UTC) (edited on 2021-02-12 07:11 (UTC) by ds9)
@yochananmarqos I installed it and tried to use it and it complained about iwconfig missing. iwconfig is used 3 times :
/sparrow-wifi-master/wirelessengine.py: result = subprocess.run(['iwconfig'], stdout=subprocess.PIPE,stderr=subprocess.DEVNULL) ./sparrow-wifi-master/wirelessengine.py: result = subprocess.run(['iwconfig'], stdout=subprocess.PIPE,stderr=subprocess.DEVNULL) ./sparrow-wifi-master/plugins/falconwifi.py: result = subprocess.run(['iwconfig', interface, 'channel', str(channel)], stdout=subprocess.DEVNULL,stderr=subprocess.DEVNULL)
wireless_tools was not installed by default on my system.yochananmarqos commented on 2021-02-11 22:56 (UTC)
@ds9: I didn't see that mentioned anywhere in the repo. How did you discover that?
ds9 commented on 2021-02-11 22:23 (UTC) (edited on 2021-02-11 22:23 (UTC) by ds9)
Missing dependency : wireless_tools (as iwconfig is required)