Use APKPure App
Get tCPA NetworkInfo old version APK for Android
Rufe den Status deines Telefons mittels einer HTTP-API ab.
# NetworkInfo App
Die COCUS NetworkInfo-App bietet nützliche Informationen zu den aktuellen Netzwerkbedingungen und dem aktuellen Standort.
Diese Informationen werden dem Benutzer angezeigt und sind über eine HTTP-API verfügbar.
## HTTP-API Referenz
Während die COCUS NetworkInfo-App gestartet ist, lauscht ein Webserver auf Port `14242` und liefert alle angezeigten Informationen im CSV-Format. Alle Zeilen enthalten den aktuellen Unix-Zeitstempel in der ersten Spalte und einen Zeilenumbruch nach der letzten Spalte. Die Spalten werden durch ein einfaches `,` getrennt.
Die folgenden Abfragen werden unterstützt:
* `/csv/plmn`: Returns the identifier of the public land mobile network (PLMN) and the RAT type. The PLMN identifier
consists of the Mobile Country Code (MCC) and the Mobile Network Code (MNC). The MCC for Germany is 262 and the MNC
for Vodafone Germany is 02, so the PLMN identifier for the Vodafone Germany network is 26202. The RAT type is one of
`2G`, `3G`, `4G` or `WIFI`.
* `/csv/network`: Returns the current signal strength in dBm, the network type (e.G. `HSDPA`, `HSPA+`, `LTE`) and the
WAN IP address.
* `/csv/location`: Returns the radio network controller (RNC) identifier, the cell id, the location area code (LAC) and
the WIFI SSID.
* `/csv/gps`: Returns latitude and longitude.
* `/csv`: Returns all of the responses above, separated by `;`.
### Beispiel:
$ adb shell
shell@trlte:/ $ curl localhost:14242/csv/plmn
1467895562.83,26202,4G
shell@trlte:/ $ curl localhost:14242/csv/network
1467895564.48,-73,LTE,0.0.0.0
shell@trlte:/ $ curl localhost:14242/csv/location
1467895565.59,178,65037,44112,"COCUS"
shell@trlte:/ $ curl localhost:14242/csv/gps
1467895568.14,51.2363318,6.7337373
xshell@trlte:/ $ curl localhost:14242/csv
1467895569.69,26202,4G
;1467895569.70,-77,LTE,0.0.0.0
;1467895569.70,178,65037,44112,"COCUS"
;1467895569.70,51.2363318,6.7337373
Last updated on Oct 12, 2019
Compability update for Android Pie.
Von hochgeladen
João Gabriel
Erforderliche Android-Version
Android 5.0+
Kategorie
Bericht
tCPA NetworkInfo
1.2.6 by COCUS AG
Oct 12, 2019