App-FonBot-Daemon version 0.001
===============================

FonBot is an Android application that lets users control their phones through the internet or through text messages.

Users can communicate with the applications through Yahoo! Messenger, Jabber and IRC (on the OFTC network). Email support is planned.

This is the FonBot server, a daemon which relays messages between users and their phones.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

SETUP

Steps to setting up your own fonbotd installation:

1. Install fonbotd
2. (if you want YMSG or Jabber) Install BitlBee
3. (if you want YMSG or Jabber) Create a BitlBee account and add some IM accounts.
4. Create the /etc/fonbotd directory and copy the example config.pl and log4perl.conf files to that directory
5. Edit the example configuration files to your liking
6. Run fonbotd

COPYRIGHT AND LICENCE

Copyright (C) 2013-2015 by Marius Gavrilescu

fonbotd is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

fonbotd is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with fonbotd.  If not, see <http://www.gnu.org/licenses/>