ghostop14 / sparrow-wifi

Next-Gen GUI-based WiFi and Bluetooth Analyzer for Linux
GNU General Public License v3.0
1.24k stars 156 forks source link

Elasticsearch agent without Bluetooth #56

Closed alphafox02 closed 3 years ago

alphafox02 commented 3 years ago

In testing, it appears not possible to run the sparrow elasticsearch agent when there’s no Bluetooth present either by design or by mistake. Since it mentions using a Bluetooth index it would appear the intent is meant to run it with or without Bluetooth for WiFi only operation.

However, when starting without a btindex it complains one is missing, but then when one is specified and no Bluetooth is present it then tells you it can run because there’s no Bluetooth capability.

ghostop14 commented 3 years ago

Hmmm, I'll look into that. The intent would be to be able to run with either/or or both.

ghostop14 commented 3 years ago

I just pushed an update to not create the bt index if no command-line bt index is specified. But I do check for bluetoothEnabled. Try the latest and see if it still does it.

alphafox02 commented 3 years ago

Works perfect with or without Bluetooth now . If I leave off the bt index it starts and runs with just the WiFi interface.