Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Overview

fancqmi is a wrapper library for the libqmi-glib modem control library, which can be found under http://www.freedesktop.org/wiki/Software/libqmi/

Location of Packages

SVN: svn+ssh://fancylibs@svn.clazzes.org/fancylibs/trunk/fancyqmi

repositories:

Installation

Tool

This package is standalone program to watch a modem

Installing the fancyqmi tool
apt-get install fancyqmi-tool

Library only

If you only need the library, install the following packages:

Install fancyqmi shared library components
apt-get install libfancyqmi1 libfancyqmi1-dev

Debug symbols

All packages have a counterpart containing debug symbols for gdb:

Install fancyqmi debug symbols
fancyqmi-tool-dbg libfancyqmi1-dbg

Using the command line tool

Watch the modem

The fancyqmi-tool client lets you wath the signal and system info using the following commands:

fancyqmi-tool watch /dev/cdc-wdm0

fancyqmi-tool -ffancyqmi watch /dev/cdc-wdm0
fancyqmi-tool -ffancyqmi watch --poll /dev/cdc-wdm0

These examples watch the modem until the process is interrupted by a signal (Ctrl-C or kill). 

The -ffancyqmi option increases the log level, --poll activates polling instead of listening to unsolicited callback from libqmi-glib.

  • No labels