diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-05-28 11:41:06 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-05-30 08:55:17 +0200 |
commit | 6683888d22dd22d4524ed1dc7242d5dadb5bf798 (patch) | |
tree | 30f6623203c09289843070e5c7c3dbc2d3736263 /examples/simple-tester-python/README | |
parent | 7c40f45495f727aa8a60e54110adf37d526e6b64 (diff) |
examples: add introspection based example tester
Diffstat (limited to 'examples/simple-tester-python/README')
-rw-r--r-- | examples/simple-tester-python/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/examples/simple-tester-python/README b/examples/simple-tester-python/README new file mode 100644 index 0000000..96c48f8 --- /dev/null +++ b/examples/simple-tester-python/README @@ -0,0 +1,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!
\ No newline at end of file |