Skip to content

Commit 07ef0cf

Browse files
committed
documentation update
1 parent b0e7d21 commit 07ef0cf

17 files changed

+109
-40
lines changed

docs/OpenMobileNetworkToolkit.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* [Quick Start Guide](./quick-start.md)
44
* [Installation](installation.md)
55
* [SIM Card Setup for Carrier Permissions](./carrier-permissions.md)
6-
* [Android Tweeks](android_tweaks.md)
6+
* [Android Tweaks](android_tweaks.md)
77
* OMNT Usage
88
* [Home](./home.md)
99
* [iPerf3](./iperf3.md)
@@ -17,6 +17,6 @@
1717
* [Settings](settings/settings.md)
1818
* [Logging](settings/logging.md)
1919
* [Mobile Network](settings/mobile_network.md)
20-
* [Set subcription](settings/set_subscrption.md)
20+
* [Set subscription](settings/set_subscrption.md)
2121
* [Reboot Modem](settings/reboot_modem.md)
2222

docs/android_tweaks.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Android Tweaks
22

3-
While OMNT should work without changes on the phone settings needed there are some options usefull to set for better measurement results.
3+
While OMNT should work without changes on the phone settings needed there are some options useful to set for better measurement results.
44

55
## Developer Settings
6-
The following settings can be found in the android developer settings menue. On Vanilla Android devices they are enabled by going to ```Settings -> About the phone``` and pressing there multiple times ```Build number```. If this is not working on your device a quick websearch with your phone name and ```developer settings``` should help. After enabeling the developer settings they are usually accessible via ```Settings -> System -> Developer Options```.
6+
The following settings can be found in the android developer settings menu. On Vanilla Android devices they are enabled by going to ```Settings -> About the phone``` and pressing there multiple times ```Build number```. If this is not working on your device a quick web search with your phone name and ```developer settings``` should help. After enabling the developer settings they are usually accessible via ```Settings -> System -> Developer Options```.
77
* USB debugging: Install and debug apps via ADB
88
* Mobile data always active: Allows to gather mobile network information even if connected to WiFi
99
* Force full GNSS measurements: might improve GNSS accuracy while logging

docs/build.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Building OMNT
2+
3+
[Home](OpenMobileNetworkToolkit.md)

docs/carrier-permissions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SIM UICC configuration for Carrier Permissions
2-
Carrier specific settings can only be accessed by apps running with so-called carrier privileges. This was added in android 6 and is mostly relevant for 4G and 5G networks. (https://source.android.com/devices/tech/config/carrier). These permissions also allow OMNT to talk to APIs restricted to system apps (apps that are shipped with your phone usually not removable). OMNT works with out these permissions but some features will be disbaled.
2+
Carrier specific settings can only be accessed by apps running with so-called carrier privileges. This was added in android 6 and is mostly relevant for 4G and 5G networks. (https://source.android.com/devices/tech/config/carrier). These permissions also allow OMNT to talk to APIs restricted to system apps (apps that are shipped with your phone usually not removable). OMNT works with out these permissions but some features will be disabled.
33

44
Carrier or researcher who are able (admin key to the SIM card is required) to program their own sim cards can store a fingerprint of an signing certificate in an access rule applet (ARA-M) on the SIM card.
55
An app signed with this certificate will get carrier privileges granted by Android. (https://source.android.com/devices/tech/config/uicc)

docs/carrier_settings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Carrier Settings View
22

3-
This view allows to read out and filter the current settings used by the phone for the currently used subscription. Those settings tell the phone how to behave in the specific network. This list of settings displayed here can be very long and differes from phone to phone. To alter the most relevant settings please see [Settings -> Mobile Network](settings/mobile_network.md).
3+
This view allows to read out and filter the current settings used by the phone for the currently used subscription. Those settings tell the phone how to behave in the specific network. This list of settings displayed here can be very long and differs from phone to phone. To alter the most relevant settings please see [Settings -> Mobile Network](settings/mobile_network.md).
44

55
[Home](OpenMobileNetworkToolkit.md)

docs/home.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@
22

33
When starting the OMNT or touching the OMNT logo in the top left corner the home screen is displayed.
44
Here are all information the OMNT can collect displayed. Different cards grouped the data into categories.
5-
The data displayed is updates on load and swipe down. This way the data of the time of refreash can be analyzed.
5+
The data displayed is updates on load and swipe down. This way the data of the time of refresh can be analyzed.
66
The same grouping is applied to the data send to the InfluxDB.
77

88
## Cell Information
9-
This card displays information from the Android [CellInfo API](https://developer.android.com/reference/android/telephony/CellInfo). The cell informations are on the cell the phone is camping on or registered to. If neighbourcells are present / announecd and display of neigbourcells is enabled in the settings they are displayed to. Information on neighbours cells are usualy limitted.
9+
This card displays information from the Android [CellInfo API](https://developer.android.com/reference/android/telephony/CellInfo). The cell information are on the cell the phone is camping on or registered to. If neighbor cells are present / announced and display of neighbor cells is enabled in the settings they are displayed to. Information on neighbor cells are usually limited.
1010

1111
## Signal Strength Information
12-
This card displays information from the Android [Signal Strength API](https://developer.android.com/reference/android/telephony/SignalStrength). Signal informations have less properties then the Cell info API but on some devices they seem to be more accurat / more often updated.
12+
This card displays information from the Android [Signal Strength API](https://developer.android.com/reference/android/telephony/SignalStrength). Signal information have less properties then the Cell info API but on some devices they seem to be more accurate / more often updated.
1313

1414
## Network Information
1515
This card presents the current network state of the phone. This includes the current mobile network registration as well as the default route, currently used access network and DNS.
1616

1717

1818
## Device Information
19-
This card displays information on the phone it self. This information only change on e.g. firmware updates. It is often helpfull to e.g. compare baseband versions between to phones to spot the cause for different behavior.
19+
This card displays information on the phone it self. This information only change on e.g. firmware updates. It is often helpful to e.g. compare base band versions between to phones to spot the cause for different behavior.
2020

2121
## Device Features
22-
This card displays the availablilty of some relevant APIs on the phone.
22+
This card displays the availability of some relevant APIs on the phone.
2323

2424
## APP Permissions
2525
This card displays the permissions granted to the OMNT.
2626

2727
## Network Interfaces
28-
This card lists allnetwork interfaces of the UE and there current IP addresses.
28+
This card lists all network interfaces of the UE and there current IP addresses.
2929

3030
## Location
3131
This card shows the current location information provided to OMNT by Android.

docs/influxdb.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# InfluxDB View
22

3-
This view allows the configuration of a localy (on the phone) running InfluxDB instance. This is currenlty still under developement and should no be considered stable.
3+
This view allows the configuration of a locally (on the phone) running InfluxDB instance. This is currently still under development and should no be considered stable.
44

55
Configuration of logging and remote InfluxDB hosts can be found in [Settings -> Logging](settings/logging.md)
66

docs/ping.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Ping, ICMP View
2-
[ICMP](https://en.wikipedia.org/wiki/Internet_Control_Message_Protocol) allows a high level analysis of the current network conditions. The input field allows to enter the target IP address as well as options of the ICMP command. If logging is anabled the results of the ICMP test are puhsed to the InfluxDB and can be viewed in the dashbaords. The most relevant KPIs gathered here are:
2+
[ICMP](https://en.wikipedia.org/wiki/Internet_Control_Message_Protocol) allows a high level analysis of the current network conditions. The input field allows to enter the target IP address as well as options of the ICMP command. If logging is enabled the results of the ICMP test are pushed to the InfluxDB and can be viewed in the dashboards. The most relevant KPIs gathered here are:
33
* packet loss
4-
* RTT round tripp time
4+
* RTT round trip time
55
* jitter
66

77
[Home](OpenMobileNetworkToolkit.md)

docs/quick-start.md

+19-16
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
This guide aims to bring you quickly to a working setup with InfluxDB and Grafana by using the cloud accounts. You will be able to store your measurements in an InfluxDB instance and visualize the data with our example dashboard in Grafana. This guide further assumes you have an Android phone with a compatible Android Version and you either already know how to build OMNT yourself or a release APK.
44

5-
Note: If you run your own Grafana / InfluxDB you can jump ahead to #TODO
5+
Note: If you run your own Grafana / InfluxDB you can jump ahead to [Setup OMNT](#setup-omnt).
6+
If you want to setup Grafana and InfluxDB yourself checkout:
7+
* https://docs.influxdata.com/influxdb/v1/introduction/install/
8+
* https://grafana.com/docs/grafana/latest/setup-grafana/installation/
69

710
# Accounts
811
This guide assumes you will use the free cloud accounts of InfluxDB and Grafana. If you don't have accounts for both services:
@@ -17,22 +20,22 @@ The simplest way to install the app is by downloading it on the phone, if ADB is
1720

1821
adb install release.apk
1922

20-
or use android studio to build and install OMNT. Follow #TODO for more information on building the app.
23+
or use android studio to build and install OMNT. Follow [build](build.md) for more information on building the app.
2124

2225
# Setup InfluxDB
23-
Log into your influxDB account and hower over the top symbol in the right menue bar (below the influx logo), in now visible menu select ```buckets```. Click on the ```Create bucket``` button in the top right of the screen. You can name the bucket what ever you want e.g. ```omnt```.
26+
Log into your influxDB account and hover over the top symbol in the right menu bar (below the influx logo), in now visible menu select ```buckets```. Click on the ```Create bucket``` button in the top right of the screen. You can name the bucket what ever you want e.g. ```omnt```.
2427

25-
Next click on the ```api tocken``` tab and create an API tocken. Again naming is up to you.
28+
Next click on the ```api token``` tab and create an API token. Again naming is up to you.
2629
For simplicity create an ```all access``` token.
2730
Make sure to copy the token somewhere you find it later, it will not be shown again.
2831

2932
On the top of the window you see you organization, most likely something like ```dev```, write this down to.
3033

31-
The last information you need from influx is the url to your instance. It depence on the cloud zone you choose and will look e.g. like this ```https://eu-central-1-1.aws.cloud2.influxdata.com/```
34+
The last information you need from influx is the url to your instance. It depends on the cloud zone you choose and will look e.g. like this ```https://eu-central-1-1.aws.cloud2.influxdata.com/```
3235

3336
# Setup Grafana
34-
Log into your Grafna account and add a new datasource by selecting ```Connections``` and than ```add new datasource```. Now choose ```InfluxDB``` and click on ```add datasource```.
35-
Name the datasource what ever you like. As our sample dashboards using Flux as querry language select ```flux``` from the dropdown menu. If you later develop you own dashboards you can also use InfluxQL or SQL on the same data.
37+
Log into your Grafana account and add a new data source by selecting ```Connections``` and than ```add new data source```. Now choose ```InfluxDB``` and click on ```add data source```.
38+
Name the data source what ever you like. As our sample dashboards using Flux as query language select ```flux``` from the dropdown menu. If you later develop you own dashboards you can also use InfluxQL or SQL on the same data.
3639

3740
Scroll down to ```InfluxDB Details``` and enter the information written down during the InfluxDB setup.
3841
Click on ```Save & Test```
@@ -41,32 +44,32 @@ Now you can import the sample dashboards provided at https://github.com/omnt/Das
4144

4245
# Setup OMNT
4346
## InfluxDB Settings
44-
Now its time to open OMNT and configure its logging component. Touch the three dots in the right top corner to open the app menue. Select ```Settings``` and open the ```Logging``` setting page.
47+
Now its time to open OMNT and configure its logging component. Touch the three dots in the right top corner to open the app menu. Select ```Settings``` and open the ```Logging``` setting page.
4548

4649
<img align="right" src="images/influx_settings_credentials.png">
4750

4851
Fist scroll down to ```Remote logging``` here we configure the credentials for remote InfluxDB.
49-
1) Toggel the ```InfluxDB log``` switch.
50-
2) Copy the url you saved before to ```Influxdb instabnce URL/IP``` option.
52+
1) Toggle the ```InfluxDB log``` switch.
53+
2) Copy the url you saved before to ```Influxdb instance URL/IP``` option.
5154
3) Copy the organization id to the ```InfluxDB Organization``` option.
5255
4) Copy the token to the ```Influx Token```
5356
5) Copy the bucket id to ```InfluxDB bucket```
5457

5558
## Logging Content
56-
Here we configure what data should be written to the database. Note that this also affects the logfile.
57-
* User Fake location: This will prevent you real location showing up in your logs. Mostly usefull for developpers.
58-
* Measurement Name: This name will be used to identifiy your measurement later on.
59+
Here we configure what data should be written to the database. Note that this also affects the log file.
60+
* User Fake location: This will prevent you real location showing up in your logs. Mostly useful for developers.
61+
* Measurement Name: This name will be used to identifier your measurement later on.
5962
* Tags: This should at least have ```device=YourDevice``` as a tag. Further tags can be added comma separated.
6063
* Log network information: log data displayed in the network information card on the home screen
6164
* Log signal data: log data displayed in the signal info card on the home screen
6265
* Log cell information: log data displayed in the cell information card on the home screen
63-
* Log neighbour cells: include neighbour cells in the log
66+
* Log neighbor cells: include neighbor cells in the log
6467
* Log throughput data: log interface throughput statistics
6568
* Log battery information: include current battery and charging state in the log
6669
* Log IP addresses: Include current IP addresses in the log
6770

68-
If everthing is set up you can now scrool up to the top of the logging settings and enable the logging system. If everthing is correct and your phone has a internet connection the logging logo will tun green.
71+
If everything is set up you can now scroll up to the top of the logging settings and enable the logging system. If your phone has a internet connection the logging logo will tun green when data is successfully transmitted to the database.
6972

70-
You should now see the device and measurement selectable in the dashboards and graphs ans maps filling with datapoints.
73+
You should now see the device and measurement selectable in the dashboards and graphs ans maps filling with data points.
7174

7275
[Home](OpenMobileNetworkToolkit.md)

docs/settings/logging.md

+34-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
11
# Logging Settings
22

3-
[Home](../OpenMobileNetworkToolkit.md)
3+
## Logging Service
4+
* Enable: Start / Stop the logging component of OMNT. This effects all data logging targets, iPerf and Ping measurements and the Notification bar.
5+
* Start on boot: Start OMNT and its logging component on device boot.
6+
* Interval: Logging interval in milliseconds
7+
* Enable Notification Update: Show current cell information in the notification area of android. This will wake up the screen and my raise power consumption.
8+
9+
## Local Logging
10+
* InfluxDB log: This is work in progress and should allow the usage of a on device database
11+
* Log file: Measurements a written to a file on the phones internal memory.
12+
13+
## Remote Logging
14+
This section configured the remote logging function to an InfluxDB. This has been tested with on-prem InfluxDB 2.x installation
15+
as well with InfluxDB 3.x cloud.
16+
17+
* InfluxDb Log: Enable the logging to remote database
18+
* InfluxDB instance URL / IP: Address of the database e.g. ```https://example.com/influxd:443```
19+
* Influx Organization: Either ID or Name of the Org to which the bucket and token belongs
20+
* Influx Token: The InfluxDB API token to be used
21+
* Influx Bucket: Name or ID of the bucket to be used
22+
23+
## Logging Content
24+
Here the content of what data should be logged is configured. Note that this also affects all logging targets.
25+
* User Fake location: This will replace the GNSS location with a static one. Mostly useful for developers.
26+
* Measurement Name: This name will be used to identifier the measurement later on.
27+
* Tags: This should at least have ```device=YourDevice``` as a tag. Further tags can be added comma separated.
28+
* Log network information: log data displayed in the network information card on the home screen
29+
* Log signal data: log data displayed in the signal info card on the home screen
30+
* Log cell information: log data displayed in the cell information card on the home screen
31+
* Log neighbor cells: include neighbor cells in the log
32+
* Log throughput data: log interface throughput statistics
33+
* Log battery information: include current battery and charging state in the log
34+
* Log IP addresses: Include current IP addresses in the log
35+
36+
[Settings](settings.md) | [Home](../OpenMobileNetworkToolkit.md)

docs/settings/mobile_network.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
11
# Mobile Network
2+
This section of the OMNT settings combines the mobile network related settings. OMNT needs carrier permissions to apply those settings.
3+
Note that not all devices will silently ignore some of the settings.
24

3-
[Home](../OpenMobileNetworkToolkit.md)
5+
## Radio Settings
6+
* Select Access Network Type: Limit the network types the modem will use a specific technology.
7+
* Set PLMN: Force the modem to only attach to a specific PLMN and ignore other available cells.
8+
* Persist until reboot: Make sure the setting will be applied after e.g. a SIM change until the next reboot
9+
10+
## Carrier Settings
11+
While there are a lot more carrier settings part of a phone configuration not all relevant or even accessible. This section allows to configure the profile
12+
applied for the selected subscription. OMNT will try to restore them after each network change event which mostly happens on SIM change, modem reboot and similar.
13+
This section reflects the settings desired to be applied and not necessary the current state. To look at the current state please use the [Carrier Settings](../carrier_settings.md) View from the menu.
14+
15+
* Apply carrier settings now: This button will request the phone to apply the settings configured below to be applied.
16+
17+
The different settings are grouped by the android API level on which they where introduced and will be disabled if the phones runs an older version.
18+
Details on the different settings can be found [here](https://developer.android.com/reference/android/telephony/CarrierConfigManager)
19+
20+
[Settings](settings.md) | [Home](../OpenMobileNetworkToolkit.md)

docs/settings/reboot_modem.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
# Reboot Modem
22

3-
[Home](../OpenMobileNetworkToolkit.md)
3+
[Home](../OpenMobileNetworkToolkit.md)
4+
5+
The ```reboot modem``` button, carrier permissions required, triggers a reboot of the modem / base band of the phone.
6+
This usually affects all subscriptions / SIM cards / mobile network connection.
7+
8+
Usually this is faster then toggling airplane mode and might also be a more deep reboot.
9+
10+
[Settings](settings.md) | [Home](../OpenMobileNetworkToolkit.md)

0 commit comments

Comments
 (0)