
Cellular Network Library
========================

This library is for handling the cellular network related ISI
operations. It provides an API for monitoring and controlling the
cellular network ISA service, e.g., the registration status, radio
access technology, cell ID, operator name, and signal strength. It
also contains a service plugin for the Cellular Services Daemon (CSD)
that provides access to cellular network services over D-Bus.

To use this library, the system needs to have a working PhoNet network
interface, which the library uses to communicate with a Nokia cellular
modem. PhoNet can use many transports, including USB, which allows
using a suitable Nokia phone in "PC Suite" mode with this library.

* To build:

$ ./autogen.sh
$ ./configure
$ make
$ sudo make install

See ./configure --help for build options.

* To build a debian package:

$ dpkg-buildpackage -rfakeroot -uc -us

Have fun!