tCPA NetworkInfo Application icon

tCPA NetworkInfo 1.2.6

1.3 MB / 1+ Downloads / Rating 5.0 - 1 reviews


See previous versions

tCPA NetworkInfo, developed and published by COCUS AG, has released its latest version, 1.2.6, on 2019-10-17. This app falls under the Tools category on the Google Play Store and has achieved over 100 installs. It currently holds an overall rating of 5.0, based on 1 reviews.

tCPA NetworkInfo APK available on this page is compatible with all Android devices that meet the required specifications (Android 5.0+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.cocus.networkinfo

Updated: 5 years ago

Developer Name: COCUS AG

Category: Tools

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing tCPA NetworkInfo on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

Previous Versions

tCPA NetworkInfo 1.2.6
2019-10-17 / 1.3 MB / Android 5.0+

About this app

# NetworkInfo App

The COCUS NetworkInfo app provides useful information about the current network connection
as well as the current geolocation.

This information is displayed to the user and accessible through a HTTP API.

## HTTP API Reference

While the COCUS NetworkInfo app is running, a web server listens on port `14242` for HTTP requests and provides all
displayed information in CSV format. All CSV responses include the current unix timestamp as first column and a line
break after the last column. The columns are separated by a single `,`.

The following queries are supported:

* `/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 `;`.


### Example:

$ 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

New features

Compability update for Android Pie.

App Permissions

Allows an app to access approximate location.
Allows applications to access information about Wi-Fi networks.
Allows applications to open network sockets.
Allows read only access to phone state, including the phone number of the device, current cellular network information, the status of any ongoing calls, and a list of any PhoneAccounts registered on the device.
Allows an application to write to external storage.
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
Allows applications to access information about networks.
Allows an app to access precise location.
Allows an application to read from external storage.