Compare commits
No commits in common. "564f1cb4a081b9008fadb2c8f7f5663b76995b6a" and "5434a39f5cb9d967a98a5114820d2c8fd6a67810" have entirely different histories.
564f1cb4a0
...
5434a39f5c
2 changed files with 23 additions and 13 deletions
35
README.md
35
README.md
|
|
@ -1,22 +1,33 @@
|
|||
# OBSOLETE: Android BLE Tool
|
||||
# Android BLE Tool
|
||||
|
||||

|
||||
<img src="https://git.ktag.clubk.club/Software/Android-BLE-Tool/media/branch/main/BLE_Tool_Icon.webp" width=300px/>
|
||||
|
||||
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.
|
||||
## Overview
|
||||
|
||||
What this means
|
||||
---------------
|
||||
This software is used primarily for testing the BLE interface to KTag Devices.
|
||||
|
||||
- No further development, feature work, or bug fixes will be applied to this repository.
|
||||
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
|
||||
-------
|
||||
## License: [AGPL-3.0-or-later](https://spdx.org/licenses/AGPL-3.0-or-later.html)
|
||||
|
||||
This project is covered by the repository LICENSE. See the [`LICENSE`](LICENSE) file for full terms.
|
||||
This software is part of the KTag project, a DIY laser tag game with customizable features and wide interoperability.
|
||||
|
||||
Contact
|
||||
-------
|
||||
🛡️ <https://ktag.clubk.club> 🃞
|
||||
|
||||
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.
|
||||
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/>.
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
<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>
|
||||
|
Before Width: | Height: | Size: 1.1 KiB |
Reference in a new issue