Compare commits
3 commits
5434a39f5c
...
564f1cb4a0
| Author | SHA1 | Date | |
|---|---|---|---|
| 564f1cb4a0 | |||
|
|
9c4402798f | ||
|
|
39d045d0f7 |
2 changed files with 13 additions and 23 deletions
35
README.md
35
README.md
|
|
@ -1,33 +1,22 @@
|
||||||
# Android BLE Tool
|
# OBSOLETE: Android BLE Tool
|
||||||
|
|
||||||
<img src="https://git.ktag.clubk.club/Software/Android-BLE-Tool/media/branch/main/BLE_Tool_Icon.webp" width=300px/>
|

|
||||||
|
|
||||||
## Overview
|
This project was archived on March 11, 2026. The functionality formerly provided by this app has been moved to the [BLE Tool Subapp](https://git.ktag.clubk.club/Software/Android-KTag-Apps/src/branch/main/subapp-bletool) of the new [KTag Apps](https://git.ktag.clubk.club/Software/Android-KTag-Apps). All of the existing Android apps have been consolidated into the main KTag Apps repository to simplify maintenance and provide a single distribution for related functionality.
|
||||||
|
|
||||||
This software is used primarily for testing the BLE interface to KTag Devices.
|
What this means
|
||||||
|
---------------
|
||||||
|
|
||||||
The primary documentation for KTag BLE is on the KTag website at https://ktag.clubk.club/Technology/BLE/.
|
- No further development, feature work, or bug fixes will be applied to this repository.
|
||||||
|
|
||||||
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)
|
License
|
||||||
|
-------
|
||||||
|
|
||||||
This software is part of the KTag project, a DIY laser tag game with customizable features and wide interoperability.
|
This project is covered by the repository LICENSE. See the [`LICENSE`](LICENSE) file for full terms.
|
||||||
|
|
||||||
🛡️ <https://ktag.clubk.club> 🃞
|
Contact
|
||||||
|
-------
|
||||||
|
|
||||||
Copyright © 2025 Joseph P. Kearney and the KTag developers.
|
For questions about migration or to request retained artifacts, post in the KTag forum (in the `Software` category): https://forum.ktag.clubk.club/c/software/6.
|
||||||
|
|
||||||
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/>.
|
|
||||||
|
|
||||||
|
|
|
||||||
1
status_OBSOLETE.svg
Normal file
1
status_OBSOLETE.svg
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="112" height="20" role="img" aria-label="status: OBSOLETE"><title>status: OBSOLETE</title><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="112" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#r)"><rect width="43" height="20" fill="#555"/><rect x="43" width="69" height="20" fill="#9f9f9f"/><rect width="112" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="225" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">status</text><text x="225" y="140" transform="scale(.1)" fill="#fff" textLength="330">status</text><text aria-hidden="true" x="765" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="590">OBSOLETE</text><text x="765" y="140" transform="scale(.1)" fill="#fff" textLength="590">OBSOLETE</text></g></svg>
|
||||||
|
After Width: | Height: | Size: 1.1 KiB |
Reference in a new issue