A Desktop application on the Signalum Python Library/CLI Tool. The Signalum Desktop application is an attempt to develop a single tool for analysing and visualizing your wireless environment over a range of Bluetooth Devices, WiFi Devices and hopefully more.
Written entirely in Python3, Signalum Desktop currently accomplished the following:
- Basic wifi SSID and Bluetooth identification
- Signal Visualization
- Wifi and Bluetooth RSSI Values calculation
- Export - Ability to export values to excel worksheet
This application was bootstrapped with Fman Build system
Bluetooth operates at frequencies between 2402 and 2480 MHz, or 2400 and 2483.5 MHz including guard bands 2 MHz wide at the bottom end and 3.5 MHz wide at the top. This is in the globally unlicensed (but not unregulated) industrial, scientific and medical (ISM) 2.4 GHz short-range radio frequency band. It is a standard wire-replacement communications protocol primarily designed for low power consumption, with a short range based on low-cost transceiver microchips in each device.
This refers to a family of radio technologies that is commonly used for the wireless local area networking (WLAN) of devices which is based around the IEEE 802.11 family of standards. Wi-Fi most commonly uses the 2.4 gigahertz (12 cm) UHF and 5 gigahertz (6 cm) SHF ISM radio bands. At close range, some versions of Wi-Fi, running on suitable hardware, can achieve speeds of over 1 Gbit/s.
Apt packages
- bluetooth
- libbluetooth-dev
Application should be run with sudo
priviledges to scan for wireless devices, else there might be unprecedented behaviour
# install dependencies
make dependencies
# make ui files and run in development mode
make dev
After modifying any .ui
file run the make ui_files
command to update
Simple usage of Signalum Desktop to monitor multiple devices
Much thanks and appreciation to everyone who made this project possible
- Manasseh Mmadu
- Diretnan Domnan
- Wisdom Praise
- Engr. Ajao Lukman
- Integrate signalum Bluetooth
- Integrate Signalum Wifi
- Bind settings to functions
- Include adapter details for wifi and bluetooth
- Add Deployment for Linux and MAC
- Add Tests and Documentation
Please keep a link to the original repository. If you have made a fork with substantial modifications that you feel may be useful, then please open a new issue with a link and short description.