Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature suggestion GATT server/client support #13

Open
potto216 opened this issue Mar 31, 2024 · 7 comments
Open

Feature suggestion GATT server/client support #13

potto216 opened this issue Mar 31, 2024 · 7 comments
Labels
enhancement New feature or request

Comments

@potto216
Copy link

I think a great feature would be GATT server/client support for the software (assuming it is in the scope of the program's goals). Having a GUI based GATT client would be easier to understand a GATT server than using a text-based system for interaction. Also having a GUI based GATT server would make it easy for someone to setup a GATT server than doing it programmatically or with a text-based program like bluetoothctl.

@pythops pythops added the enhancement New feature or request label Mar 31, 2024
@pythops
Copy link
Owner

pythops commented Mar 31, 2024

Great feature to add for sure 💯

@potto216
Copy link
Author

Awesome, I can add some possible use cases for discussion and requirements development this week.

@pythops
Copy link
Owner

pythops commented Mar 31, 2024

Perfect, do it

@potto216
Copy link
Author

potto216 commented Apr 6, 2024

Something I have a need for and I believe others do is a GUI to navigate a GATT server database from a client. For example I have a simple GATT server on an arduino https://github.com/potto216/arduino-examples/tree/main/bluetooth/ble_gatt_server_multi_service with timer services and hardware pin control by the GATT client. Using bluetoothctl is a pain, and although I have a web bluetooth app it requires overhead to spin up. Having a GUI that a client can navigate a GATT database and modify values and set alerts when values change would be a great debugging and discovery tool.
@pythops what are your thoughts?

@pythops
Copy link
Owner

pythops commented Jul 8, 2024

working on it

@potto216
Copy link
Author

Oh great! I can help with the testing, documentation etc.

@pythops
Copy link
Owner

pythops commented Jul 12, 2024

I had to pause this task as I don't have much time these days. we'll get back to it at some point. Meanwhile, anyone is more than welcome to take over

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants