maemo-pan
=========

maemo-pan enables user-friendly native PAN support on the maemo platform.
It consists of the following components:

 - postinst and postrm
   These are installer scripts run by the application manager when installing
   or removing the package. postinst adds a PAN connection to the connection
   manager, while postrm removes this connection

 - /etc/init.d/maemo-pan
   This SysV init script takes care of starting the pan-daemon at system statup.

 - pan-daemon
   This daemon process watches the connection manager for actions on the PAN
   connection. It invokes pan-control for starting and stopping the PAN
   network. pan-daemon is running all the time and is therefore an extremely
   lightweight process.

 - pan-control
   This shell script (thanks to Frantisek Dufka for the initial version) starts
   and stops the PAN network interface. It attempts to connect to the Bluetooth
   phone set in the system preferences.

   
maemo-pan was written 2008 by Martin Grimme  <martin.grimme@lintegra.de> based
on a shell script by Frantisek Dufka.

