Netmonitor (GSM)

This is a program for monitoring the GSM-network mobile operator.

Main Window

The main window shows basic information about the network:

Log window

Log window shows a list of cells which were current or neighbors.

List item includes:

Clicking on the item in the list, you can open a window to edit information about the cell, the changes will be stored in the database. Then, with the subsequent registration of cells, information about it will be retrieved from the database.

Map Window

If Internet is enabled in the settings and there are cells coordinates in the log window, the cell will be displayed on the map. CID of the current cell is displayed in the green rectangle, of the neighboring - yellow, cells, which were previously current or neighbors - red. Clicking on the cell site, more complete information will be showed.

Settings

Import Database Types

The program contains a SQLite database to store information about cells, its coordinates. Supports 3 types of input files to import:

  1. Default
  2. Clf v2.0
  3. Clf v3.0

All files must be encoded UTF-8. File type to import you can change in settings. The file name should consist of the MCC (3 digits) and MNC (2 or 3 digits) and have the extension .clf (for example, 25704.clf for life:) BY).

1. Default

Data format:

MCC;MNC;LAC;CID;LAT;LON;INFO

Note. LAC and CID are decimal. Lat - latitude, Lon - longitude, Info - information about cell, which will appear in the program. Example file for import:

257;04;1000;10356;45,345645;-34,456;info about cell

2. Clf v2.0

Data format:

CID + LAC + MCC + MNC <tab> INFO

Note. LAC (4 digits) and CID (4 digits) in hexadecimal. Info - information about cell, which will appear in the program. Example file for import:

287403E825704    info about cell

3. Clf v3.0

Data format:

MCC + MNC;CID;LAC;RNC;LAT;LON;RAT;INFO;RFU

Note. LAC (0x + 4 digits) and CID (0x + 4 digits) in hexadecimal. Lat - latitude, Lon - longitude, Info - information about cell, which will appear in the program. Rnc (0x + 4 digits, hex), Rat (dec), Rfu (dec) is not used, must be equal to 0. Example file for import:

25704;0x2874;0x03E8;0x0000;0;0;0;info about cell;0

Prepared files for import clf v2.0 and v3.0

Russia

Belarus