Initial public release.

This commit is contained in:
Joe Kearney 2025-02-08 21:42:42 -06:00
parent e3cbaf4eb3
commit 9d645cb435
48 changed files with 1663 additions and 2 deletions

View file

@ -1,3 +1,33 @@
# Android-BLE-Tool
# Android BLE Tool
![BLE Tool Icon](BLE_Tool_Icon.webp)
## Overview
This software is used primarily for testing the BLE interface to KTag Devices.
The primary documentation for KTag BLE is on the KTag website at https://ktag.clubk.club/Technology/BLE/.
You can ask questions (and get answers!) about this software on the KTag forum at https://forum.ktag.clubk.club/c/software/.
## License: [AGPL-3.0-or-later](https://spdx.org/licenses/AGPL-3.0-or-later.html)
This software is part of the KTag project, a DIY laser tag game with customizable features and wide interoperability.
🛡️ <https://ktag.clubk.club> 🃞
Copyright © 2025 Joseph P. Kearney and the KTag developers.
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
details.
There should be a copy of the GNU Affero General Public License in the [LICENSE](LICENSE)
file in the root of this repository. If not, see <http://www.gnu.org/licenses/>.
Android app for testing BLE functionality.