Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nstevens1040/nr5gperf30
Android 11 app that displays & writes to a CSV file your cellular data connection's rsrp, ssrsrp, download speed, upload speed, timing advance, plmn, LAC, cell ID, eNodeB, rat, latitude, longitude, EARFCN, LTE band, LTE spectrum, LTE bandwidth, PCI, rsrq, public IP address, NR pci, NRARFCN, 5G band, & 5G spectrum.
https://github.com/nstevens1040/nr5gperf30
cell-id download-speed earfcn enodeb latitude longitude lte-band lte-bandwidth lte-spectrum nr-5g-band nr-5g-spectrum nrarfcn plmn public-ip-address rsrp timing-advance upload-speed
Last synced: 21 days ago
JSON representation
Android 11 app that displays & writes to a CSV file your cellular data connection's rsrp, ssrsrp, download speed, upload speed, timing advance, plmn, LAC, cell ID, eNodeB, rat, latitude, longitude, EARFCN, LTE band, LTE spectrum, LTE bandwidth, PCI, rsrq, public IP address, NR pci, NRARFCN, 5G band, & 5G spectrum.
- Host: GitHub
- URL: https://github.com/nstevens1040/nr5gperf30
- Owner: nstevens1040
- Created: 2024-09-01T14:58:44.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-12-01T10:03:52.000Z (23 days ago)
- Last Synced: 2024-12-01T11:19:10.477Z (23 days ago)
- Topics: cell-id, download-speed, earfcn, enodeb, latitude, longitude, lte-band, lte-bandwidth, lte-spectrum, nr-5g-band, nr-5g-spectrum, nrarfcn, plmn, public-ip-address, rsrp, timing-advance, upload-speed
- Language: Java
- Homepage:
- Size: 4.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ![](https://raw.githubusercontent.com/nstevens1040/NR5GPerf30/master/.ignore/nir.svg) Caution ![](https://raw.githubusercontent.com/nstevens1040/NR5GPerf30/master/.ignore/nir.svg)
This app tests your download and upload speed **indefinitely** and **DOES NOT STOP** until you close the app.
Testing starts with five downloads that are 2621440 bytes each. Download speeds are calculated into Megabits per second and then averaged. The average download speed is displayed in a TextView.
After the five downloads tests complete, the app then runs five upload tests that are 262144 bytes each. Upload speeds are calculated into Megabits per second and then averaged. The average upload speed is displayed in a TextView.
## Use case
Really anything that involves measuring the performance and/or gathering the details of your cellular connection.For example, you signed up for a cellular home internet service and you need to know where, in your home, your cellular connection performs the best.
## Output
In addition to the screenshot below, the app also writes a csv file that gets saved in ```/sdcard/Android/data/org.nanick.nr5gperf30/files/``` as ```$(epochTimeStamp).csv```.
## Screenshot
![](https://raw.githubusercontent.com/nstevens1040/images/main/Screenshot_20240903-030408.png)