Package Details: sparrow-wifi-git r189.7521e4d-1

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: 6
Popularity: 0.008945
First Submitted: 2020-07-16 07:38 (UTC)
Last Updated: 2023-04-08 22:49 (UTC)

Latest Comments

xiota commented on 2024-02-05 10:44 (UTC)

aur/bluez-utils-compat no longer exists. It is now provided by the combination of extra/bluez-utils and extra/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:

Traceback (most recent call last):
  File "/opt/sparrow-wifi/sparrow-wifi.py", line 45, in <module>
    from wirelessengine import WirelessEngine, WirelessNetwork
  File "/opt/sparrow-wifi/wirelessengine.py", line 29, in <module>
    from sparrowgps import SparrowGPS
  File "/opt/sparrow-wifi/sparrowgps.py", line 27, in <module>
    from gps3.agps3threaded import AGPS3mechanism
ModuleNotFoundError: No module named 'gps3'

yochananmarqos commented on 2021-02-12 15:46 (UTC)

@ds9: Thanks, added. I also found aircrack-ng and aircrack-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:

sudo rm -rf /opt/sparrow-wifi/__pycache__/*

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)