Search Criteria
Package Details: sparrow-wifi-git r170.ad95f2e-4
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: | |
Conflicts: | |
Provides: | |
Submitter: | ragouel |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-07-16 07:38 |
Last Updated: | 2021-02-12 17:09 |
Dependencies (22)
- aircrack-ng (aircrack-ng-git, aircrack-ng-clang-git)
- iw (iw-git)
- polkit (polkit-consolekit, polkit-no-script-git, polkit-duktape, polkit-git)
- python-dateutil
- python-gps3
- python-manuf
- python-matplotlib (python-matplotlib-git)
- python-numpy (python-numpy-mkl-bin, python-numpy-openblas, python-numpy-git, python-numpy-mkl)
- python-pyqt5-chart
- python-pyqt5-sip
- python-qscintilla-qt5
- qt5-declarative (qt5-declarative-git)
- tk (tk85)
- wireless_tools
- git (git-git) (make)
- bluez-utils-compat (optional) – Blueooth-support
- gpsd (gpsd-timing) (optional) – GPS support
- net-tools (net-tools-mptcp, net-tools-debian-ifconfig, net-tools-git) (optional) – for rpi.monitor_3dr script
- python-dronekit (optional) – Drone communication support
- python-elasticsearch (python-elasticsearch16) (optional)
- python-pytz (optional)
- ubertooth (optional) – Ubertooth support
Latest Comments
yochananmarqos commented on 2021-02-12 15:46
@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
@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
@ds9: I didn't see that mentioned anywhere in the repo. How did you discover that?
ds9 commented on 2021-02-11 22:23
Missing dependency : wireless_tools (as iwconfig is required)