DEV Community

Diretnan Domnan
Diretnan Domnan

Posted on

2 1

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 ☺

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay