File: README

package info (click to toggle)
libqmi 1.36.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 27,452 kB
  • sloc: cpp: 259,120; ansic: 57,265; python: 5,107; xml: 739; sh: 467; makefile: 361
file content (24 lines) | stat: -rw-r--r-- 697 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

The simple-tester-python program makes use of the 'libqmi-glib' library
through GObject Introspection.

The program will:
 * Open a connection to the qmi-proxy, or launch the qmi-proxy itself
   if it isn't already running.
 * Allocate a DMS client.
 * Query device capabilities.
 * Release DMS client.

The output will look like this:

$ ./simple-tester-python /dev/cdc-wdm0
max tx channel rate: 50000000
max rx channel rate: 100000000
data service:        non-simultaneous-cs-ps
sim:                 supported
networks:            gsm, umts, lte

Note that the program requires libqmi-glib to be installed in the system
and the introspection typelibs available in the standard paths.

Have fun!