DEV Community

Diretnan Domnan
Diretnan Domnan

Posted on

Python Bluetooth and Wifi?

I started working on a desktop application for a lecturer of mine a little while back. The application was to get both bluetooth and wifi devices graphed with their rssi values. I decided to try my hand at using python (majorly because I had seen pybluez)

This quickly spiralled into wanting to create a python package that has these inbuilt functionalities and voila Signalum was born. My logic was that if I could create a library then the PyQT application would simply plug into it.

I only have very limited experience in using python so I'm certain that I'm doing countless things wrong so I would appreciate pull requests, suggestions, etc.

Please be nice ☺

Latest comments (0)