Yet Another Network Speed Monitor
A Quick Settings tile to see current internet speed.
Stock android doesn't have the ability to see network usage in real-time, but you may want to monitor that for myriad of reasons like:
-
You're using cellular data and it isn't cheap.
-
You want to make sure some app isn't sending gigabytes of data in the background without your knowledge.
-
You just want to have that monitoring power.
Go to GitHub releases page and download the app-release.apk
See USAGE.md for instructions.
- fix speed going to 0kb/s every other second
- add ability to see speed via a persistent notification
- show speed in the icon itself
- add other fluff
- submit app to f-droid
- much of the code related to getting speed is taken from NetworkUsage by @JahidHasanCO (MIT License).
- implementation of quick settings tile from Android docs (Apache 2.0 license).
Anything is welcomed.
YANSM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
YANSM 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 General Public License for more details.
You should have received a copy of the GNU General Public License along with YANSM. If not, see https://www.gnu.org/licenses/.