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

Latest Comments

HurricanePootis commented on 2024-09-09 15:48 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index 0247c04..86a06a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,18 @@
 # Contributor: Mark Wagie <mark dot wagie at proton dot me>
 # Contributor:  Dimitris Kiziridis <ragouel at outlook dot com>
 pkgname=sparrow-wifi-git
-pkgver=r189.7521e4d
+pkgver=r192.b6018c5
 pkgrel=1
 pkgdesc="Next-Gen GUI-based WiFi and Bluetooth Analyzer for Linux"
 arch=('any')
 url="https://github.com/ghostop14/sparrow-wifi"
-license=('GPL3')
+license=('GPL-3.0-or-later')
 depends=('aircrack-ng'
          'iw'
          'polkit'
          'python-dateutil'
          'python-gps3'
+    'python-requests'
          'python-manuf'
          'python-matplotlib'
          'python-numpy'
diff --git a/PKGBUILD b/PKGBUILD
index 0247c04..86a06a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,18 @@
 # Contributor: Mark Wagie <mark dot wagie at proton dot me>
 # Contributor:  Dimitris Kiziridis <ragouel at outlook dot com>
 pkgname=sparrow-wifi-git
-pkgver=r189.7521e4d
+pkgver=r192.b6018c5
 pkgrel=1
 pkgdesc="Next-Gen GUI-based WiFi and Bluetooth Analyzer for Linux"
 arch=('any')
 url="https://github.com/ghostop14/sparrow-wifi"
-license=('GPL3')
+license=('GPL-3.0-or-later')
 depends=('aircrack-ng'
          'iw'
          'polkit'
          'python-dateutil'
          'python-gps3'
+    'python-requests'
          'python-manuf'
          'python-matplotlib'
          'python-numpy'

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)